From: Jason Greene Date: Wed, 12 Jun 2002 23:26:37 +0000 (+0000) Subject: Fix entry X-Git-Tag: php5_5_0~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da18025d524f54fd0a3543e6915d998fa93a76af;p=php Fix entry --- 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)