From: Stig Venaas Date: Tue, 13 Jun 2000 19:57:15 +0000 (+0000) Subject: News of ldap_add() and ldap_modify() fix. X-Git-Tag: php-4.0.1RC~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b595b1f01a077828840bcc59708925a363ecc08b;p=php News of ldap_add() and ldap_modify() fix. --- diff --git a/NEWS b/NEWS index 9cbb91a697..8d16003776 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1 +- Fixed a problem in ldap_add() and ldap_modify(), sometimes added trailing + garbage to the values (Stig Venaas) - Fixed a problem with dbmopen() not handing 'c' correctly with dbm/db/ndbm databases. (JimJag) - Fixed a crash in number_format() when used with locales. (Andrei)