summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-03-13 11:13:42 +0000
committerDmitry Stogov <dmitry@php.net>2006-03-13 11:13:42 +0000
commitad10a538eefa240da0287fe96a7852ab89cb7911 (patch)
treee9e855469d5b071e419b15e7112c1c1b257e11b0 /Zend/zend_compile.h
parentd21669fc807a85aba09e4ebec0591f38a0d1674b (diff)
downloadphp-git-ad10a538eefa240da0287fe96a7852ab89cb7911.tar.gz
Optimized cleanup loops on request shutdown
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h1
1 files changed, 1 insertions, 0 deletions
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);