X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_misc.h;h=c45ab1595aeee65c4e0dee3a16a2be9924310d39;hb=2c066c06b18cb36028103f04df64be785db2e477;hp=19eb75cb894276f3021452b330e413dbea2e7c61;hpb=4776c4e3a82a34f21cd5c4f5cc246621e5f498f3;p=m6w6%2Fext-http 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)