From 3f4e93f7d0f5a78ae037f3e3669bd585abca404a Mon Sep 17 00:00:00 2001 From: Date: Wed, 28 Jun 2000 01:09:04 +0000 Subject: [PATCH] NEWS update --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index d9f922e9201..a7e6b60a519 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 28 Jun 2000, Version 4.0.1 +- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil) - Fixed a bug in opendir(), which prevented readdir() from working properly if the $dir argument wasn't explicitly specified (Zeev) - Made --enable-discard-path work again. (Andi)