]> granicus.if.org Git - php/commitdiff
Removed ze1_compatibility_mode INI options
authorIlia Alshanetsky <iliaa@php.net>
Wed, 19 Mar 2008 12:16:14 +0000 (12:16 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 19 Mar 2008 12:16:14 +0000 (12:16 +0000)
php.ini-dist
php.ini-recommended

index 2186697eb3cf6c6c09e2976535e8a5594534b0b6..b45eb35a7534f976e664fca870bf59f9cb0ec50d 100644 (file)
@@ -82,9 +82,6 @@
 ; 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 057b4a17063bcb8d6c629123a813f9218e72723d..b3fc54ddd7768832e18f29d1f3246356f5f52a16 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