summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Greene <jason@php.net>2002-06-12 23:26:37 +0000
committerJason Greene <jason@php.net>2002-06-12 23:26:37 +0000
commitda18025d524f54fd0a3543e6915d998fa93a76af (patch)
treeb6ea8827af8b538ddf45505dba931f941c984f06
parentefbb0b125c1b91412e952a85603d984135948abd (diff)
downloadphp-git-da18025d524f54fd0a3543e6915d998fa93a76af.tar.gz
Fix entry
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 19929f98c9..e40386a850 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ PHP 4 NEWS
invalid callbacks. (Andrei)
- Fixed a memory corruption bug in overload extension. (Andrei)
- Fixed error handling in fsockopen() on win32. (Jason)
-- Added optional timeout parameter to fsockopen(). (Jason)
+- Added win32 support for the timeout parameter of 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)