X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_misc.h;fp=src%2Fphp_http_misc.h;h=c45ab1595aeee65c4e0dee3a16a2be9924310d39;hp=19eb75cb894276f3021452b330e413dbea2e7c61;hb=b9e1564632b6d00d1120ee7c73574759af9e6167;hpb=54f4f026b7379f02786b4f074f4d248c4b3e1ebc diff --git a/src/php_http_misc.h b/src/php_http_misc.h index 19eb75c..c45ab15 100644 --- a/src/php_http_misc.h +++ b/src/php_http_misc.h @@ -106,6 +106,10 @@ static inline const char *php_http_locate_bin_eol(const char *bin, size_t len, i # define php_http_mem_stream_open(type, zstr) php_stream_memory_open((type), (zstr)) #else # define php_http_mem_stream_open(type, zstr) php_stream_memory_open((type), (zstr)->val, (zstr)->len) +# define ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null) \ + ZEND_BEGIN_ARG_INFO_EX(name, 0, return_reference, required_num_args) +# define ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(name, return_reference, required_num_args, type, allow_null) \ + ZEND_BEGIN_ARG_INFO_EX(name, 0, return_reference, required_num_args) #endif #define HT_IS_RECURSIVE(ht) GC_IS_RECURSIVE(ht)