]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Mon, 8 Jan 2001 02:09:09 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Mon, 8 Jan 2001 02:09:09 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 08e2140a0c355156dd6f31cafc89eee00c6c13fd..7d2e9a8780666206ac3124bca2595eb02475d8b6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.5
+- 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)
 - Fix date('r') overflow
 - Made the php.ini path reported in phpinfo() always point to the absolute
   path that was opened (Zeev)