iliaa           Wed Mar 19 12:16:14 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  
  Removed ze1_compatibility_mode INI options
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.22.2.4&r2=1.231.2.10.2.22.2.5&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.231.2.10.2.22.2.4 
php-src/php.ini-dist:1.231.2.10.2.22.2.5
--- php-src/php.ini-dist:1.231.2.10.2.22.2.4    Wed Mar 12 20:24:45 2008
+++ php-src/php.ini-dist        Wed Mar 19 12:16:14 2008
@@ -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
http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.23.2.4&r2=1.179.2.11.2.23.2.5&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.11.2.23.2.4 
php-src/php.ini-recommended:1.179.2.11.2.23.2.5
--- php-src/php.ini-recommended:1.179.2.11.2.23.2.4     Wed Mar 12 20:24:45 2008
+++ php-src/php.ini-recommended Wed Mar 19 12:16:14 2008
@@ -131,9 +131,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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to