X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_response_object.c;h=84e979c7610992381283cf730836765a6d2dace6;hp=4f31e3158fd050871e93b89df2c09eb7c9318d59;hb=d83edb65a0097de2d5baa1a9fd9dbcebed34cc79;hpb=a7c9ca5fe4922c1064b3397b61eca6d83cea6cfa diff --git a/http_response_object.c b/http_response_object.c index 4f31e31..84e979c 100644 --- a/http_response_object.c +++ b/http_response_object.c @@ -200,7 +200,7 @@ zend_function_entry http_response_object_fe[] = { HTTP_RESPONSE_ALIAS(getRequestHeaders, http_get_request_headers) HTTP_RESPONSE_ALIAS(getRequestBody, http_get_request_body) - {NULL, NULL, NULL} + EMPTY_FUNCTION_ENTRY }; void _http_response_object_init(INIT_FUNC_ARGS)