X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_std_defs.h;h=9ab75e9dbef017743f13eb0a451e187c219ad8af;hp=e16c8454e7c5dc1eef434995edca85e7d8b080a8;hb=d83edb65a0097de2d5baa1a9fd9dbcebed34cc79;hpb=a7c9ca5fe4922c1064b3397b61eca6d83cea6cfa diff --git a/php_http_std_defs.h b/php_http_std_defs.h index e16c845..9ab75e9 100644 --- a/php_http_std_defs.h +++ b/php_http_std_defs.h @@ -306,6 +306,12 @@ typedef int STATUS; # define HTTP_ARG_OBJ(class, name, allow_null) ZEND_ARG_OBJ_INFO(1, name, class, allow_null) #endif +#ifdef ZEND_ENGINE_2 +# define EMPTY_FUNCTION_ENTRY {NULL, NULL, NULL, 0} +#else +# define EMPTY_FUNCTION_ENTRY {NULL, NULL, NULL} +#endif + #ifdef HTTP_HAVE_CURL # ifdef ZEND_ENGINE_2 # define HTTP_DECLARE_ARG_PASS_INFO() \