X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http.h;h=8e341ca1d77df8d06e4c76b8cad21fd74527d817;hb=47be714b40e14b6b5cdc2f35a7994efd13c2076e;hp=68f42936847c765bc0ce6ae3976ff4589e85203d;hpb=40688e36ecfc7b22a1221079a8d40edd122ee550;p=m6w6%2Fext-http diff --git a/php_http.h b/php_http.h index 68f4293..8e341ca 100644 --- a/php_http.h +++ b/php_http.h @@ -13,12 +13,12 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_HTTP_EXT_VERSION "2.0.0beta5" +#define PHP_HTTP_EXT_VERSION "2.0.0dev" -zend_module_entry http_module_entry; +extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -int http_module_number; +extern int http_module_number; #endif /* PHP_EXT_HTTP_H */