X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_env.c;h=2969d1a4fbe5b19bb0e5daf354e022ccabd948e2;hb=62e9d3e1f5ec8896131313c70574ce7f7cbcfc99;hp=10d54fe4019a5a0472ffc95b1c6bfe1758964279;hpb=d739650057f4ca2fc67f1ae2bfd1d24c3f2f9e7b;p=m6w6%2Fext-http diff --git a/php_http_env.c b/php_http_env.c index 10d54fe..2969d1a 100644 --- a/php_http_env.c +++ b/php_http_env.c @@ -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);