diff options
author | Andrei Zmievski <andrei@php.net> | 2002-06-12 17:02:19 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2002-06-12 17:02:19 +0000 |
commit | 62add42f0585b31af85e57d5bb2895676abe8d03 (patch) | |
tree | af844723ecea1bca4aea8374369ed7691e45076b | |
parent | 87f5f3962da783c0b433a067f4d4ce34a89b9c3a (diff) | |
download | php-git-62add42f0585b31af85e57d5bb2895676abe8d03.tar.gz |
set_error_handler() should take methods as callbacks. Also fixed it to report
invalid callbacks.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |