- add flag parameter to http_build_url(); slightly breaks parameter order
[m6w6/ext-http] / php_http_request_body_api.h
index edff6e53375fc3701bc16b2bfdf6b9ae1d3d8249..5786d6c3b109666ffc1d8d3293013fdc31030848 100644 (file)
@@ -6,7 +6,7 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2005, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2006, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
@@ -17,6 +17,7 @@
 
 #ifdef HTTP_HAVE_CURL
 
+#define HTTP_REQUEST_BODY_EMPTY                        0
 #define HTTP_REQUEST_BODY_CSTRING              1
 #define HTTP_REQUEST_BODY_CURLPOST             2
 #define HTTP_REQUEST_BODY_UPLOADFILE   3