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 78cb221 commit 17434b9Copy full SHA for 17434b9
php_phongo.h
@@ -71,7 +71,6 @@ zend_object_handlers* phongo_get_std_object_handlers(void);
71
if (!(intern)->php_properties) { \
72
ALLOC_HASHTABLE((intern)->php_properties); \
73
zend_hash_init((intern)->php_properties, 0, NULL, ZVAL_PTR_DTOR, 0); \
74
- GC_ADDREF((intern)->php_properties); \
75
} \
76
if (is_temp) { \
77
(props) = zend_array_dup((intern)->php_properties); \
0 commit comments