andi            Sat Jun 18 12:52:25 2005 EDT

  Modified files:              
    /php-src    php.ini-recommended 
  Log:
  - E_STRICT shouldn't be on by default on production servers.
  
  
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.176&r2=1.177&ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.176 php-src/php.ini-recommended:1.177
--- php-src/php.ini-recommended:1.176   Thu May  5 08:22:48 2005
+++ php-src/php.ini-recommended Sat Jun 18 12:52:24 2005
@@ -347,7 +347,7 @@
 ;
 ;   - Show all errors, including coding standards warnings
 ;
-error_reporting  =  E_ALL | E_STRICT
+error_reporting  =  E_ALL
 
 ; Print out errors (as a part of the output).  For production web sites,
 ; you're strongly encouraged to turn this feature off, and use error logging

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

Reply via email to