We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d681e70 commit 0ecc5dfCopy full SHA for 0ecc5df
phongo_compat.h
@@ -138,7 +138,7 @@
138
} while (0)
139
#define phongo_free_object_arg void
140
#define phongo_zpp_char_len int
141
-#define ZEND_HASH_APPLY_PROTECTION(ht) true
+#define ZEND_HASH_APPLY_PROTECTION(ht) 1
142
#define ZEND_HASH_GET_APPLY_COUNT(ht) ((ht)->nApplyCount)
143
#define ZEND_HASH_DEC_APPLY_COUNT(ht) ((ht)->nApplyCount -= 1)
144
#define ZEND_HASH_INC_APPLY_COUNT(ht) ((ht)->nApplyCount += 1)
0 commit comments