From 3755c03291a5f956b0b72a5f613d9f21554f5e24 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Fri, 17 Sep 2004 10:13:52 +0000 Subject: fix crash when dtor is fialing on shutdown --- Zend/zend_objects_API.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Zend/zend_objects_API.h') diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h index 189ab9c5ec..02701941f2 100644 --- a/Zend/zend_objects_API.h +++ b/Zend/zend_objects_API.h @@ -57,6 +57,7 @@ typedef struct _zend_objects_store { BEGIN_EXTERN_C() ZEND_API void zend_objects_store_init(zend_objects_store *objects, zend_uint init_size); ZEND_API void zend_objects_store_call_destructors(zend_objects_store *objects TSRMLS_DC); +ZEND_API void zend_objects_store_mark_destructed(zend_objects_store *objects TSRMLS_DC); ZEND_API void zend_objects_store_destroy(zend_objects_store *objects); /* Store API functions */ -- cgit v1.2.1