X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=97899774f9f3a764f325d053bf076ecbb1476c0b;hp=b1039ade5fa4024e3cb741a5afa0aaa5905436eb;hb=d83edb65a0097de2d5baa1a9fd9dbcebed34cc79;hpb=a7c9ca5fe4922c1064b3397b61eca6d83cea6cfa;ds=sidebyside diff --git a/http.c b/http.c index b1039ad..9789977 100644 --- a/http.c +++ b/http.c @@ -71,7 +71,7 @@ ZEND_GET_MODULE(http) #endif /* {{{ http_functions[] */ -function_entry http_functions[] = { +zend_function_entry http_functions[] = { PHP_FE(http_test, NULL) PHP_FE(http_date, NULL) PHP_FE(http_absolute_uri, NULL) @@ -112,7 +112,8 @@ function_entry http_functions[] = { PHP_FE(http_build_query, NULL) #endif PHP_FE(ob_etaghandler, NULL) - {NULL, NULL, NULL} + + EMPTY_FUNCTION_ENTRY }; /* }}} */