summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.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_compile.c
parent3ff5fb063167503776ee35fe5c79e8cf39ff8150 (diff)
downloadphp-git-7bbf35320d4db531a3ca1ea676773dfde287dc74.tar.gz
MFH: Added hook for compile_string()
Diffstat (limited to 'Zend/zend_compile.c')
-rw-r--r--Zend/zend_compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index 117e5e3d7f..e4dcb93f38 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -32,6 +32,7 @@
#endif /* ZEND_MULTIBYTE */
ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC);
+ZEND_API zend_op_array *(*zend_compile_string)(zval *source_string, char *filename TSRMLS_DC);
#ifndef ZTS