Remove ZEND_OBJECTS_STORE_HANDLERS macro

Object store handlers are no longer a thing since PHP 7.
This commit is contained in:
Nikita Popov 2018-09-17 18:38:50 +02:00
parent 3c8e5432b0
commit a79e5f705c

View file

@ -67,8 +67,6 @@ static zend_always_inline void zend_object_store_ctor_failed(zend_object *obj)
GC_ADD_FLAGS(obj, IS_OBJ_DESTRUCTOR_CALLED);
}
#define ZEND_OBJECTS_STORE_HANDLERS 0, zend_object_std_dtor, zend_objects_destroy_object, zend_objects_clone_obj
END_EXTERN_C()
static zend_always_inline void zend_object_release(zend_object *obj)