diff options
author | Zeev Suraski <zeev@php.net> | 2006-06-05 16:25:25 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2006-06-05 16:25:25 +0000 |
commit | b1683ea891459b102188ce5216f4718800834e2e (patch) | |
tree | 09f6fd996e60272cae5813a61dfd6104c66af164 /php.ini-dist | |
parent | 51d495850a74177f38207b1e39c3365b77a5a7d6 (diff) | |
download | php-git-b1683ea891459b102188ce5216f4718800834e2e.tar.gz |
ze1 restoration
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 26fee87451..ffbaae89b6 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -71,6 +71,9 @@ ; Enable the PHP scripting language engine under Apache. engine = On +; Enable compatibility mode with Zend Engine 1 (PHP 4.x) +zend.ze1_compatibility_mode = Off + ; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized. ; NOTE: Using short tags should be avoided when developing applications or ; libraries that are meant for redistribution, or deployment on PHP |