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

diff --git a/NEWS b/NEWS
index bec8cf6bddbe520fd6ae1d95667197dcf7dc4b06..a19f48ac507395503393851ee99a145e8f01be69 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.5
+- Made ldap_list(), ldap_read() and ldap_search() do parallel search when
+  first parameter is an array of link identifiers (Stig Venaas)
+- Made fopen() of HTTP URL follow redirects, $http_response_header will
+  contain all headers with empty string as delimiter (Stig Venaas)
 - Added Console_Getopt class for parsing command-line args. (Andrei, PEAR)
 - Add an experimental version of the ZZipLib extension which provides the
   ability to read zip files. (Sterling)