]> granicus.if.org Git - php/commitdiff
mention php_errormsg bc break..
authorHannes Magnusson <bjori@php.net>
Tue, 24 Oct 2006 21:08:53 +0000 (21:08 +0000)
committerHannes Magnusson <bjori@php.net>
Tue, 24 Oct 2006 21:08:53 +0000 (21:08 +0000)
README.UPDATE_5_2

index bda2576bb29ccc40673686a4d24fdfecab2baa92..80133ae681ca03de3ff32490ab4411832b35b129 100644 (file)
@@ -180,6 +180,13 @@ Items from the NEWS file explained
 Backwards incompatible changes
 ==============================
 
+Misc
+====
+- $php_errormsg now prepends the function name causing the error
+- $php_errormsg doesn't get populated anymore when using custom error handler
+
+Error messages
+==============
 <?php
 /* PHP Warning:  bzopen(): filename cannot be empty in /usr/src/php/examples/bzopen.no.filename.php on line 3 */
 bzopen("", "w");