From: Wez Furlong Date: Sat, 15 Feb 2003 15:16:58 +0000 (+0000) Subject: bug fixed. X-Git-Tag: php-4.3.2RC1~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f133f366e207f0f7dbef8a6a9c373eb084f0821a;p=php bug fixed. --- diff --git a/NEWS b/NEWS index 7fc1a8e57f..e1b47499a0 100644 --- a/NEWS +++ b/NEWS @@ -43,6 +43,7 @@ PHP 4 NEWS - Fixed bug #21998 (array_pop() did not reset the current array position). (Jani) - Fixed bug #21815 (fpassthru() ignored buffered data but complained anyway). (Wez) +- Fixed bug #21809 (select would not always timeout during socket shutdown). (Wez) - Fixed bug #21725 (return behaviour differs between include and require). (Zeev) - Fixed bug #21597 (made glob() understand Windows paths). (Edin) - Fixed bug #21549 (problem with Ingres II persistent connections). (Jani)