X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_misc.c;h=00b8d8618e920d2c5ddcfa43b7c9eeb6ba0b7052;hp=1344726ce2fe60d5bda46c4b9f88e095810f5ad5;hb=95c6c900d04096d332c422e3f597186b7184c5ab;hpb=feab775de457917972ab8d2e47e12bded7f68872 diff --git a/php_http_misc.c b/php_http_misc.c index 1344726..00b8d86 100644 --- a/php_http_misc.c +++ b/php_http_misc.c @@ -163,6 +163,7 @@ unsigned php_http_array_list(HashTable *ht, unsigned argc, ...) void php_http_array_copy_strings(zval *zp) { + Z_TRY_ADDREF_P(zp); convert_to_string_ex(zp); }