From 758d5ececf52a621e3658b0b2a78c69bd5eec7e4 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 22 Jan 2015 09:56:18 +0100 Subject: [PATCH] addref --- php_http_misc.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.30.2