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 02e1b462aa52154432180fdd71423df683c1fc38..c8ab922f8c3ff2b7de7e6fd935c39e8513243154 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