From 3c90139cfa3d56ed0c969e01c412b71df61da975 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 28 Sep 2002 09:14:59 +0000 Subject: [PATCH] - Consistency --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 47e6ba79346..aca95631393 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ PHP 4 NEWS - 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). (Edin) -- Fix for bug #19633 (wrong directories in ext/ldap/config.m4). (Derick) +- Fixed 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). (Wez)