remove rinit and json dep in favor of pecl/json_post and pecl/apfd
[m6w6/ext-http] / php_http_env.h
index ee1afe92feca016dc5de2e63e0b2d1a3e012d430..3b8d87f31a457710dda2b524c474f39be73c92ea 100644 (file)
@@ -21,7 +21,6 @@ struct php_http_env_globals {
        char *etag_mode;
 
        struct {
-               time_t time;
                HashTable *headers;
                php_http_message_body_t *body;
        } request;
@@ -74,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