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 4584698 commit 7cd8bc2Copy full SHA for 7cd8bc2
php_phongo.c
@@ -198,8 +198,6 @@ PHP_MINIT_FUNCTION(mongodb) /* {{{ */
198
/* Disable cloning by default. Individual classes can opt in if they need to
199
* support this (e.g. BSON objects). */
200
phongo_std_object_handlers.clone_obj = NULL;
201
- /* Ensure that get_gc delegates to zend_std_get_properties directly in case
202
- * our class defines a get_properties handler for debugging purposes. */
203
phongo_std_object_handlers.get_gc = php_phongo_std_get_gc;
204
205
/* Initialize zend_class_entry dependencies.
0 commit comments