- use PHP macros, so that it is obvious when to call what
[m6w6/ext-http] / php_http.h
index 223a4f63dbab25bd6f59450f95ac465c3ff3186c..a11d4848323ac5a646341b526f458b1871133955 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define HTTP_PEXT_VERSION "0.15.0"
+#define HTTP_PEXT_VERSION "0.15.1dev"
 
 /* make compile on Win32 */
 #ifdef HTTP_HAVE_CURL
@@ -140,6 +140,7 @@ PHP_FUNCTION(http_inflate);
 PHP_FUNCTION(http_compress);
 PHP_FUNCTION(http_uncompress);
 #endif
+PHP_FUNCTION(http_support);
 
 PHP_MINIT_FUNCTION(http);
 PHP_MSHUTDOWN_FUNCTION(http);