]> granicus.if.org Git - php/commitdiff
set_error_handler() should take methods as callbacks. Also fixed it to report
authorAndrei Zmievski <andrei@php.net>
Wed, 12 Jun 2002 17:02:19 +0000 (17:02 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 12 Jun 2002 17:02:19 +0000 (17:02 +0000)
invalid callbacks.

NEWS

diff --git a/NEWS b/NEWS
index a241f66b9658b1caf1c79d416f58bbae84c23dac..4b3f5576ff66c72b33ca2a5ebff5ae9e00d207d1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- Fixed set_error_hanlder() to accept methods as callbacks and also
+  report invalid callbacks. (Andrei)
 - Fixed a memory corruption bug in overload extension. (Andrei)
 - Impelemented timeout functionality, and fixed error handling of fsockopen()
   on win32.