mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
- MFH
This commit is contained in:
@@ -110,7 +110,7 @@ ZEND_API zend_object_handle zend_objects_store_put(void *object, zend_objects_st
|
||||
|
||||
obj->refcount = 1;
|
||||
obj->object = object;
|
||||
obj->dtor = dtor;
|
||||
obj->dtor = dtor ? dtor : zend_objects_destroy_object;
|
||||
obj->free_storage = free_storage;
|
||||
|
||||
obj->clone = clone;
|
||||
|
||||
Reference in New Issue
Block a user