Skip to content

Commit 7cd8bc2

Browse files
committed
Bump
1 parent 4584698 commit 7cd8bc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

php_phongo.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ PHP_MINIT_FUNCTION(mongodb) /* {{{ */
198198
/* Disable cloning by default. Individual classes can opt in if they need to
199199
* support this (e.g. BSON objects). */
200200
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. */
203201
phongo_std_object_handlers.get_gc = php_phongo_std_get_gc;
204202

205203
/* Initialize zend_class_entry dependencies.

0 commit comments

Comments
 (0)