mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Refactored GC (incomplete)
This commit is contained in:
parent
2e3e96b24b
commit
b7938ab1bd
27 changed files with 571 additions and 783 deletions
|
@ -88,6 +88,7 @@ ZEND_API void zend_objects_store_destroy(zend_objects_store *objects);
|
|||
/* Store API functions */
|
||||
ZEND_API void zend_objects_store_put(zend_object *object TSRMLS_DC);
|
||||
ZEND_API void zend_objects_store_del(zend_object *object TSRMLS_DC);
|
||||
ZEND_API void zend_objects_store_free(zend_object *object TSRMLS_DC);
|
||||
|
||||
/* See comment in zend_objects_API.c before you use this */
|
||||
ZEND_API void zend_object_store_set_object(zval *zobject, zend_object *object TSRMLS_DC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue