kalle           Fri Feb 13 16:54:56 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  MFH: Revert previous change
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.22.2.19&r2=1.231.2.10.2.22.2.20&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.231.2.10.2.22.2.19 
php-src/php.ini-dist:1.231.2.10.2.22.2.20
--- php-src/php.ini-dist:1.231.2.10.2.22.2.19   Thu Feb 12 14:36:58 2009
+++ php-src/php.ini-dist        Fri Feb 13 16:54:56 2009
@@ -301,11 +301,11 @@
 ;
 ;   - Show all errors, except for notices and coding standards warnings
 ;
-;error_reporting = E_ALL | ~E_NOTICE
+;error_reporting = E_ALL & ~E_NOTICE
 ;
 ;   - Show all errors, except for notices
 ;
-;error_reporting = E_ALL | ~E_NOTICE | E_STRICT
+;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
 ;
 ;   - Show only errors
 ;
@@ -313,7 +313,7 @@
 ;
 ;   - Show all errors except for notices and coding standards warnings
 ;
-error_reporting  =  E_ALL | ~E_NOTICE
+error_reporting = E_ALL & ~E_NOTICE
 
 ; 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
http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.23.2.20&r2=1.179.2.11.2.23.2.21&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.11.2.23.2.20 
php-src/php.ini-recommended:1.179.2.11.2.23.2.21
--- php-src/php.ini-recommended:1.179.2.11.2.23.2.20    Thu Feb 12 14:36:58 2009
+++ php-src/php.ini-recommended Fri Feb 13 16:54:56 2009
@@ -351,11 +351,11 @@
 ;
 ;   - Show all errors, except for notices and coding standards warnings
 ;
-;error_reporting = E_ALL | ~E_NOTICE
+;error_reporting = E_ALL & ~E_NOTICE
 ;
 ;   - Show all errors, except for notices
 ;
-;error_reporting = E_ALL | ~E_NOTICE | E_STRICT
+;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
 ;
 ;   - Show only errors
 ;
@@ -363,7 +363,7 @@
 ;
 ;   - Show all errors, except coding standards warnings
 ;
-error_reporting  =  E_ALL
+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