summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-09-01 12:14:57 -0700
committerStanislav Malyshev <stas@php.net>2014-09-01 12:15:54 -0700
commit4b9fcc01d4cd17d3933c8f9c76fb37359117ce2e (patch)
tree5466875f719d4841abdad75188d9d3e80636c1e2 /Zend/zend_compile.h
parent21446cd7b6d91f323cbee1250b9f2d551edf9b9c (diff)
parent30aceaf1a7cf9ef6f32806463212323c6ab89f09 (diff)
downloadphp-git-4b9fcc01d4cd17d3933c8f9c76fb37359117ce2e.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: update NEWS Only destruct if EG(active) in zend_shutdown(). (bug #65463, #66036) Fix typo from commit 32314f6b6 Fix destruction order in zend_shutdown (bug #65463, #66036)
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index f6b1be96fa..ca2be5c155 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -666,6 +666,8 @@ ZEND_API void zend_cleanup_internal_class_data(zend_class_entry *ce TSRMLS_DC);
ZEND_API void zend_cleanup_internal_classes(TSRMLS_D);
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 int clean_non_persistent_function_full(zend_function *function TSRMLS_DC);
+ZEND_API int clean_non_persistent_class_full(zend_class_entry **ce TSRMLS_DC);
ZEND_API void destroy_zend_function(zend_function *function TSRMLS_DC);
ZEND_API void zend_function_dtor(zend_function *function);