bjori           Tue Oct 24 21:08:53 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    README.UPDATE_5_2 
  Log:
  mention php_errormsg bc break..
  
  
http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.17&r2=1.1.2.18&diff_format=u
Index: php-src/README.UPDATE_5_2
diff -u php-src/README.UPDATE_5_2:1.1.2.17 php-src/README.UPDATE_5_2:1.1.2.18
--- php-src/README.UPDATE_5_2:1.1.2.17  Tue Oct 24 20:54:07 2006
+++ php-src/README.UPDATE_5_2   Tue Oct 24 21:08:53 2006
@@ -180,6 +180,13 @@
 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");

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

Reply via email to