From: Andrey Hristov Date: Sat, 7 Aug 1999 16:44:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.0b2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7d6450ea11354cb079b25da88f3292565d14d22;p=php *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e5c730f4dc..51d75f0468 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ PHP 4.0 CHANGE LOG ChangeLog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ??? ?? 1999, Version 4.0 Beta 2 +- Modified array_walk() function so that the userland callback is passed + a key and possible user data in addition to the value (Andrey) - Fixed ldap_search(), ldap_read() and ldap_list() (Zeev) - Fixed Apache information in phpinfo() (sam@breakfree.com) - Improved register_shutdown_function() - you may now supply arguments that