summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-07-30 16:13:52 +0000
committerZeev Suraski <zeev@php.net>2003-07-30 16:13:52 +0000
commit2fd4ffce1782c49c5bf583115e2b2ecbf126950d (patch)
tree9fb2c2e5a027a715448145b19c4b163fab9414c4 /Zend/zend_compile.h
parent81c5e49a68ab6d320be7f40edcd8baf46a78e185 (diff)
downloadphp-git-2fd4ffce1782c49c5bf583115e2b2ecbf126950d.tar.gz
Add exec_finished() callback for modules - this is the last place where the
modules may touch the symbol table reliably
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 64fceee26d..7bd5db3b90 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -249,11 +249,13 @@ void zend_init_compiler_data_structures(TSRMLS_D);
extern ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC);
+/*
void zend_activate(TSRMLS_D);
void zend_deactivate(TSRMLS_D);
void zend_activate_modules(TSRMLS_D);
void zend_deactivate_modules(TSRMLS_D);
-
+void zend_exec_finished(TSRMLS_D);
+*/
ZEND_API int lex_scan(zval *zendlval TSRMLS_DC);
void startup_scanner(TSRMLS_D);