iliaa           Sun May 21 15:50:31 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    README.UPDATE_5_2 
  Log:
  Added a note about E_RECOVERABLE_ERROR being a part of E_ALL.
  
  
http://cvs.php.net/viewcvs.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/README.UPDATE_5_2
diff -u php-src/README.UPDATE_5_2:1.1.2.3 php-src/README.UPDATE_5_2:1.1.2.4
--- php-src/README.UPDATE_5_2:1.1.2.3   Sun May 14 19:58:04 2006
+++ php-src/README.UPDATE_5_2   Sun May 21 15:50:31 2006
@@ -1,5 +1,12 @@
 PHP 5.2 Update info or NEWS explained
 
+- As of PHP 5.2 the E_ALL error reporting mode includes the 
E_RECOVERABLE_ERROR.
+
+  This changes means that the value of the E_ALL constant had changed to 6143
+  from its previous value of 2047. If you are setting your error reporting mode
+  inside the Apache config file or the .htaccess files you will need to adjust
+  the value of error_reporting INI setting accordingly.
+
 - Added new error mode E_RECOVERABLE_ERROR. (Derick, Marcus, Tony)
 
   This changes a few E_ERROR conditions to something that you can now catch 

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

Reply via email to