X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env_request.c;h=5f1d130dfb0081290fc42897480f3c116bd747df;hp=355c692b65181d76fd330bd1c6e04d101b7e5714;hb=f00dec5b0217c81cf9d71d96103106fdaf2ab310;hpb=f6600e3e5a683077874e6bbfda11900e6a7613f3 diff --git a/php_http_env_request.c b/php_http_env_request.c index 355c692..5f1d130 100644 --- a/php_http_env_request.c +++ b/php_http_env_request.c @@ -172,7 +172,7 @@ static PHP_METHOD(HttpEnvRequest, __construct) add_next_index_stringl(&mn, ZEND_STRL("get")); \ zend_fcall_info_init(&mn, 0, &fci, &fcc, NULL, NULL); \ zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args); \ - zend_fcall_info_argp(&fci TSRMLS_CC, ZEND_NUM_ARGS(), args); \ + zend_fcall_info_argp(&fci, ZEND_NUM_ARGS(), args); \ zend_fcall_info_call(&fci, &fcc, &rv, NULL); \ zend_fcall_info_args_clear(&fci, 1); \ efree(args); \