summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-06-12 17:24:07 +0000
committerfoobar <sniper@php.net>2002-06-12 17:24:07 +0000
commit330a877d0505dec7f2afe823e63bf8913b49f0de (patch)
tree2f34ba9e76533bfb0864daac019cea305ed759d2 /NEWS
parent62add42f0585b31af85e57d5bb2895676abe8d03 (diff)
downloadphp-git-330a877d0505dec7f2afe823e63bf8913b49f0de.tar.gz
cleanup
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 4 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4b3f5576ff..55e072995a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,11 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
-- Fixed set_error_hanlder() to accept methods as callbacks and also
- report invalid callbacks. (Andrei)
+- 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.
-- Add --with-mysql-sock option. (James Cox)
+- Fixed error handling in fsockopen() on win32. (Jason)
+- Added optional timeout parameter to fsockopen(). (Jason)
- Fixed shuffle() to provide equal distribution of values. (Andrei)
- Added --with-mysql-sock configure option which can be used to override
the unix socket location. (e.g. NFS compiles, etc.) (James Cox)