From: Zeev Suraski Date: Mon, 5 Jun 2006 16:25:25 +0000 (+0000) Subject: ze1 restoration X-Git-Tag: php-5.2.0RC1~370 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1683ea891459b102188ce5216f4718800834e2e;p=php ze1 restoration --- 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 tags are recognized. ; NOTE: Using short tags should be avoided when developing applications or ; libraries that are meant for redistribution, or deployment on PHP diff --git a/php.ini-recommended b/php.ini-recommended index 8d0eeae2c9..081743db65 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -129,6 +129,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 tags are recognized. ; NOTE: Using short tags should be avoided when developing applications or ; libraries that are meant for redistribution, or deployment on PHP