projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
5ed9792
)
addref
author
Michael Wallner
<mike@php.net>
Thu, 22 Jan 2015 08:56:18 +0000
(09:56 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 22 Jan 2015 08:56:18 +0000
(09:56 +0100)
php_http_misc.c
patch
|
blob
|
history
diff --git
a/php_http_misc.c
b/php_http_misc.c
index 1344726ce2fe60d5bda46c4b9f88e095810f5ad5..00b8d8618e920d2c5ddcfa43b7c9eeb6ba0b7052 100644
(file)
--- 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);
}