From: Date: Fri, 31 Aug 2001 00:11:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=217059fdc74f8a39a2c9f65d17176cbf71a81bdb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3e0003177b..8da0de2647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2001-08-30 Thomas V.V.Cox + + * pear/PEAR.php: killed obscure bug in pushErrorHandling + +2001-08-30 Jani Taskinen + + * ext/standard/basic_functions.h + ext/standard/basic_functions.c: + - Added ini_get_all() function which returns all registered ini entries + or the entries for the specified extension. (Jani) + + * ext/fdf/config.m4: MFH + + * ext/fdf/config.m4: + KISS. And the search order must be reversed always. Last one counts. + + * main/main.c: MFH + +2001-08-30 Sebastian Bergmann + + * main/php_version.h + configure.in: + HEAD has been 4.0.8-dev for some time now, so name it accordingly. + +2001-08-30 Thomas V.V.Cox + + * pear/PEAR.php: + The "actual" mode must be taken, not the error object mode + +2001-08-30 Zeev Suraski + + * main/main.c: Fix unclean shutdown value + 2001-08-29 Jani Taskinen * ext/standard/basic_functions.c: