helly Thu May 25 10:20:56 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src NEWS README.UPDATE_5_2
Log:
- Update update news and sync with NEWS
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.51&r2=1.2027.2.547.2.52&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.51 php-src/NEWS:1.2027.2.547.2.52
--- php-src/NEWS:1.2027.2.547.2.51 Thu May 25 09:59:25 2006
+++ php-src/NEWS Thu May 25 10:20:56 2006
@@ -1,6 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2006, PHP 5.2.0
+- Changed E_ALL error reporting mode to includes E_RECOVERABLE_ERROR. (Marcus)
- Added control character checks for cURL extension's open_basedir/safe_mode
checks. (Ilia)
- Disable realpath cache when open_basedir or safe_mode are enabled on a
http://cvs.php.net/viewcvs.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.4&r2=1.1.2.5&diff_format=u
Index: php-src/README.UPDATE_5_2
diff -u php-src/README.UPDATE_5_2:1.1.2.4 php-src/README.UPDATE_5_2:1.1.2.5
--- php-src/README.UPDATE_5_2:1.1.2.4 Sun May 21 15:50:31 2006
+++ php-src/README.UPDATE_5_2 Thu May 25 10:20:56 2006
@@ -1,6 +1,6 @@
PHP 5.2 Update info or NEWS explained
-- As of PHP 5.2 the E_ALL error reporting mode includes the
E_RECOVERABLE_ERROR.
+- Changed E_ALL error reporting mode to includes E_RECOVERABLE_ERROR. (Marcus)
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php