]> granicus.if.org Git - php/commitdiff
ze1 restoration
authorZeev Suraski <zeev@php.net>
Mon, 5 Jun 2006 16:25:25 +0000 (16:25 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 5 Jun 2006 16:25:25 +0000 (16:25 +0000)
php.ini-dist
php.ini-recommended

index 26fee874519e07752972b7fefd6d691528b8887d..ffbaae89b6e9de048f66d0ff31ca5b4822fb9607 100644 (file)
@@ -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
index 8d0eeae2c9e1b144adb328c0814226bf8aa23582..081743db65f313d3677d7ddad62843d744c27a29 100644 (file)
 ; 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