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:
6c4fa8e
)
fix macro
author
Michael Wallner
<mike@php.net>
Thu, 8 Feb 2018 15:59:50 +0000
(16:59 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 8 Feb 2018 15:59:50 +0000
(16:59 +0100)
src/php_http_misc.h
patch
|
blob
|
history
diff --git
a/src/php_http_misc.h
b/src/php_http_misc.h
index
02e1b46
..
c8ab922
100644
(file)
--- a/
src/php_http_misc.h
+++ b/
src/php_http_misc.h
@@
-165,7
+165,7
@@
static inline const char *php_http_locate_bin_eol(const char *bin, size_t len, i
# define HT_PROTECT_RECURSION(ht) GC_PROTECT_RECURSION(ht)
#endif
#ifdef ZEND_HASH_DEC_APPLY_COUNT
-# define HT_UNPROTECT_RECURSION ZEND_HASH_DEC_APPLY_COUNT(ht)
+# define HT_UNPROTECT_RECURSION
(ht)
ZEND_HASH_DEC_APPLY_COUNT(ht)
#else
# define HT_UNPROTECT_RECURSION(ht) GC_UNPROTECT_RECURSION(ht)
#endif