From: Markus Fischer Date: Sat, 28 Sep 2002 08:56:33 +0000 (+0000) Subject: - Don't forget whom to blame ... ;) X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f61955c959d28af1d860dfeb8abc255205ad93b;p=php - Don't forget whom to blame ... ;) --- diff --git a/NEWS b/NEWS index 79814725ae..47e6ba7934 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP 4 NEWS ? ? ??? 2002, Version 4.3.0 - Added stream_select() which works like socket_select but only works on streams returned by fopen(), fsockopen() and pfsockopen(). (Wez) -- Fixed bug #19595 (Missing functions for GD2 format handling). +- Fixed bug #19595 (Missing functions for GD2 format handling). (Edin) - Fix for bug #19633 (wrong directories in ext/ldap/config.m4). (Derick) - Fixed bugs #17274 and #19627 (segfault in sem_remove). (Wez) - Fixed bug #18022 (fopen does not work with php://stdin anymore on Solaris).