From: Wez Furlong Date: Tue, 13 May 2003 00:21:50 +0000 (+0000) Subject: BFN! X-Git-Tag: php-4.3.2RC3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a159c212c46e828cc2585bfdc034f527b6a7d060;p=php BFN! --- diff --git a/NEWS b/NEWS index 4258c40d47..a6e14a80fa 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,7 @@ PHP 4 NEWS - Fixed a bug in GD's truecolor TTF handling. (Derick) - Fixed several 64-bit problems. (Dave) - Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe) +- Fixed bug #23567 (pfsockopen() returns dead connections). (Wez) - Fixed bug #23371 (configure falsely detects c-client using SSL). (Jani) - Fixed bug #23340 (fopen on multiple URLs causes memory corruption). (Wez) - Fixed bug #23298 (serialize cuts off floats & doubles). (Ilia) @@ -102,6 +103,7 @@ PHP 4 NEWS - Fixed bug #22299 (gethostbyname() with non-existing domain crashed on MacOSX). (Jani) - Fixed bug #22283 (possible crash when opening relative URLs). (Ilia) +- Fixed bug #22238 (stream_select() clobbers fifos under win9x). (Wez) - Fixed bug #22234 (copy() fails if source file has 0 length). (Moriyoshi) - Fixed bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0). (Moriyoshi)