zeev Mon Jun 5 16:25:25 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src php.ini-dist php.ini-recommended
Log:
ze1 restoration
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.1&r2=1.231.2.10.2.2&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.231.2.10.2.1 php-src/php.ini-dist:1.231.2.10.2.2
--- php-src/php.ini-dist:1.231.2.10.2.1 Wed May 10 19:41:34 2006
+++ php-src/php.ini-dist Mon Jun 5 16:25:25 2006
@@ -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
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.1&r2=1.179.2.11.2.2&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.11.2.1
php-src/php.ini-recommended:1.179.2.11.2.2
--- php-src/php.ini-recommended:1.179.2.11.2.1 Wed May 10 19:41:34 2006
+++ php-src/php.ini-recommended Mon Jun 5 16:25:25 2006
@@ -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 <? 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