fix missing files in package.xml; [ci skip]
[m6w6/ext-http] / php_http_env.h
index 1cb302d13a3665cd11613e33f06e4765242b37b7..273ba16c4ffa9c0481184d41a2ff8cda46ab9ca0 100644 (file)
@@ -75,9 +75,9 @@ static inline zend_bool php_http_env_got_server_var(const char *v)
        return NULL != php_http_env_get_server_var(v, strlen(v), 1);
 }
 
+
 PHP_HTTP_API zend_class_entry *php_http_env_class_entry;
 PHP_MINIT_FUNCTION(http_env);
-PHP_RINIT_FUNCTION(http_env);
 PHP_RSHUTDOWN_FUNCTION(http_env);
 
 #endif