X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=eb63337194cdb88604e111ff36a4b2c611c27204;hb=3d3fa591d770c2b046ff8f51e85bd8dafc1dfa56;hp=82597f4517f4d22aa91d79d8426878065fdcdc3a;hpb=776d5d5c4fa782176a5a6bd6e0de12479782a1eb;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index 82597f4..eb63337 100644 --- a/http_functions.c +++ b/http_functions.c @@ -1151,7 +1151,7 @@ PHP_FUNCTION(http_get_request_headers) NO_ARGS; array_init(return_value); - http_get_request_headers(return_value); + http_get_request_headers(Z_ARRVAL_P(return_value)); } /* }}} */