helly           Wed May 10 19:41:34 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  - ze1 cleanup (bjori) /thx
  
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-dist?r1=1.231.2.10&r2=1.231.2.10.2.1&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.231.2.10 php-src/php.ini-dist:1.231.2.10.2.1
--- php-src/php.ini-dist:1.231.2.10     Wed Feb  8 23:43:48 2006
+++ php-src/php.ini-dist        Wed May 10 19:41:34 2006
@@ -71,9 +71,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/viewcvs.cgi/php-src/php.ini-recommended?r1=1.179.2.11&r2=1.179.2.11.2.1&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.11 
php-src/php.ini-recommended:1.179.2.11.2.1
--- php-src/php.ini-recommended:1.179.2.11      Wed Feb  8 23:43:48 2006
+++ php-src/php.ini-recommended Wed May 10 19:41:34 2006
@@ -129,9 +129,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