X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_info.c;h=f389be9c9fa02da5e756b10e6241aecda6a0fba9;hp=88025ccb6e5b6d2f87f019703fe40f4bb40fa575;hb=7a1fef9608be28f02f5a5b07b33065372574d593;hpb=e438aa9ce944f8c8f175554d9aa66d152a47f780 diff --git a/php_http_info.c b/php_http_info.c index 88025cc..f389be9 100644 --- a/php_http_info.c +++ b/php_http_info.c @@ -69,7 +69,7 @@ php_http_info_t *php_http_info_parse(php_http_info_t *info, const char *pre_head return NULL; } - info = php_http_info_init(info TSRMLS_CC); + info = php_http_info_init(info); /* and nothing than SPACE or NUL after HTTP/X.x */ if (!php_http_version_parse(&info->http.version, http)