From: Michael Wallner Date: Thu, 22 Jan 2015 08:56:18 +0000 (+0100) Subject: addref X-Git-Tag: RELEASE_3_0_0_RC1~71 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=758d5ececf52a621e3658b0b2a78c69bd5eec7e4 addref --- 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); }