Merge branch 'master' of git.php.net:/pecl/http/pecl_http
[m6w6/ext-http] / php_http_env.c
index 10d54fe4019a5a0472ffc95b1c6bfe1758964279..2969d1a4fbe5b19bb0e5daf354e022ccabd948e2 100644 (file)
@@ -15,8 +15,6 @@
 
 PHP_RINIT_FUNCTION(http_env)
 {
-       PHP_HTTP_G->env.request.time = sapi_get_request_time(TSRMLS_C);
-
        /* populate form data on non-POST requests */
        if (SG(request_info).request_method && strcasecmp(SG(request_info).request_method, "POST") && SG(request_info).content_type && *SG(request_info).content_type) {
                uint ct_len = strlen(SG(request_info).content_type);