From: Stig Venaas Date: Mon, 8 Jan 2001 17:18:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.0.5RC1~670 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=735b8ed6edcf94a8438ece7800375676bec7426d;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index ccbfc7ef48..199dd9fad3 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ PHP 4.0 NEWS - Made ldap_set_option() support controls (Stig Venaas) - Changed ldap_search() and added functions ldap_parse_result(), ldap_first_reference(), ldap_next_reference() and ldap_parse_reference() -- to cope with LDAPv3 stuff like referrals and references. (Stig Venaas) + to cope with LDAPv3 stuff like referrals and references. (Stig Venaas) - Fix date('r') overflow - Made the php.ini path reported in phpinfo() always point to the absolute path that was opened (Zeev)