From: Wez Furlong Date: Thu, 13 Feb 2003 01:27:13 +0000 (+0000) Subject: Fixed that one... X-Git-Tag: php-4.3.2RC1~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ebca1715bd831b2e79f9c1573b2d029cb4c8786;p=php Fixed that one... --- diff --git a/NEWS b/NEWS index 7920dd3faa..1d651a3c7d 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,7 @@ PHP 4 NEWS (Ilia) - Fixed bug #22017 (date() does not support negative timestamps on win32). (Ilia) - Fixed bug #21998 (array_pop() did not reset the current array position). (Jani) +- Fixed bug #21815 (fpassthru ignored buffered data but then complained anyway). (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)