summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2006-06-05 13:58:52 +0000
committerZeev Suraski <zeev@php.net>2006-06-05 13:58:52 +0000
commit51d495850a74177f38207b1e39c3365b77a5a7d6 (patch)
treeb7410f4625f924023eedd812142e797b5591fe3e /Zend/zend.c
parent163f0da75a820a52fa06bad1e420df1cc644bbd3 (diff)
downloadphp-git-51d495850a74177f38207b1e39c3365b77a5a7d6.tar.gz
Restore ZE1 compatibility mode (Zend Engine part - the modules patches
will follow later today)
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 d63ec97198..e12598e63d 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -77,6 +77,7 @@ static ZEND_INI_MH(OnUpdateErrorReporting)
ZEND_INI_BEGIN()
ZEND_INI_ENTRY("error_reporting", NULL, ZEND_INI_ALL, OnUpdateErrorReporting)
+ STD_ZEND_INI_BOOLEAN("zend.ze1_compatibility_mode", "0", ZEND_INI_ALL, OnUpdateBool, ze1_compatibility_mode, zend_executor_globals, executor_globals)
#ifdef ZEND_MULTIBYTE
STD_ZEND_INI_BOOLEAN("detect_unicode", "1", ZEND_INI_ALL, OnUpdateBool, detect_unicode, zend_compiler_globals, compiler_globals)
#endif