X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_util_object.c;h=1feabad71f9f28bcd407df7ffcc824d43b800eb7;hp=6785d59ffa0a3d5e4f3452b26bc84a92f501d1a0;hb=61ced187b8a3a3c21578d253e37d1a076aa0aed4;hpb=b46d0197c4402e76c2608ba972e1d05db22a321a diff --git a/http_util_object.c b/http_util_object.c index 6785d59..1feabad 100644 --- a/http_util_object.c +++ b/http_util_object.c @@ -93,7 +93,8 @@ zend_function_entry http_util_object_fe[] = { HTTP_UTIL_ALIAS(chunkedDecode, http_chunked_decode) HTTP_UTIL_ALIAS(parseMessage, http_parse_message) HTTP_UTIL_ALIAS(parseHeaders, http_parse_headers) - {NULL, NULL, NULL} + + EMPTY_FUNCTION_ENTRY }; void _http_util_object_init(INIT_FUNC_ARGS)