remove rinit and json dep in favor of pecl/json_post and pecl/apfd
[m6w6/ext-http] / php_http_env.h
index 7556c3efb68e77e4de0129d1ab18b1e0aeffe3aa..3b8d87f31a457710dda2b524c474f39be73c92ea 100644 (file)
@@ -73,7 +73,6 @@ PHP_HTTP_API zval *php_http_env_get_superglobal(const char *key, size_t key_len
 
 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