- need module number for registering constants
[m6w6/ext-http] / php_http.h
index 9b9b1e707bcc7ffbe85233a8acee001a1e49d16e..f9d95a8433853f7b4add6251b38c51206130394b 100644 (file)
@@ -33,6 +33,8 @@
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry
 
+extern int http_module_number;
+
 ZEND_BEGIN_MODULE_GLOBALS(http)
 
        struct _http_globals_etag {