};
/* }}} */
+int http_module_number;
+
#ifdef HTTP_HAVE_CURL
# ifdef HTTP_CURL_USE_ZEND_MM
static void http_curl_free(void *p) { efree(p); }
/* {{{ PHP_MINIT_FUNCTION */
PHP_MINIT_FUNCTION(http)
{
+ http_module_number = module_number;
+
ZEND_INIT_MODULE_GLOBALS(http, NULL, NULL);
REGISTER_INI_ENTRIES();
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 {