From ad10a538eefa240da0287fe96a7852ab89cb7911 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 13 Mar 2006 11:13:42 +0000 Subject: Optimized cleanup loops on request shutdown --- Zend/zend_compile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Zend/zend_compile.h') diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 9c94f59109..4ceaf18988 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -517,6 +517,7 @@ ZEND_API void zend_destroy_file_handle(zend_file_handle *file_handle TSRMLS_DC); ZEND_API void zend_file_handle_dtor(zend_file_handle *fh); ZEND_API int zend_cleanup_class_data(zend_class_entry **pce TSRMLS_DC); ZEND_API int zend_cleanup_function_data(zend_function *function TSRMLS_DC); +ZEND_API int zend_cleanup_function_data_full(zend_function *function TSRMLS_DC); ZEND_API void destroy_zend_function(zend_function *function TSRMLS_DC); ZEND_API void zend_function_dtor(zend_function *function); -- cgit v1.2.1