From: Date: Sat, 13 Jan 2001 02:09:10 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~610 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e7b42cd66a4f5725888290310307378c5b73af6;p=php NEWS update --- diff --git a/NEWS b/NEWS index bec8cf6bdd..a19f48ac50 100644 --- 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)