summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorStefan Esser <sesser@php.net>2006-06-13 12:57:48 +0000
committerStefan Esser <sesser@php.net>2006-06-13 12:57:48 +0000
commit7bbf35320d4db531a3ca1ea676773dfde287dc74 (patch)
treedba85f7f49b467076f3361a16434a5cca2c2ff11 /Zend/zend.c
parent3ff5fb063167503776ee35fe5c79e8cf39ff8150 (diff)
downloadphp-git-7bbf35320d4db531a3ca1ea676773dfde287dc74.tar.gz
MFH: Added hook for compile_string()
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index 63785613c7..2604bd7d43 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -605,6 +605,7 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions, i
zend_getenv = utility_functions->getenv_function;
zend_compile_file = compile_file;
+ zend_compile_string = compile_string;
zend_execute = execute;
zend_execute_internal = NULL;
zend_throw_exception_hook = NULL;