From: Date: Fri, 4 Feb 2005 01:34:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=443dcdbb605ba9387872c54de5d9d64314374533;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8894ac6df0..05e72090ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2005-02-03 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/readline/readline.c + ext/readline/readline.c: + MFH: Fixed bug #31796 (readline completion handler does not handle empty + return values). + + * ext/readline/readline.c: + Fixed bug #31796 (readline completion handler does not handle empty return + values). + +2005-02-03 Jani Taskinen + + * buildconf + build/build2.mk: + - Fix buildconf with BSD make + +2005-02-03 Magnus Määttä + + * ext/filepro/package.xml: + Fix typos. + +2005-02-03 Jani Taskinen + + * EXTENSIONS: + cleanup + + * (PHP_5_0) + NEWS + ZendEngine2/zend_ini_scanner.l: + MFH: Fixed bug #28804 (ini-file section parsing pattern is buggy). + + * (PHP_4_3) + NEWS + Zend/zend_ini_scanner.l: + - MFH: Fixed bug #28804 (ini-file section parsing pattern is buggy). + + * ZendEngine2/zend_ini_scanner.l: + - Fixed bug #28804 (ini-file section parsing pattern is buggy). + + * (PHP_4_3) + Zend/zend_ini_scanner.l: + Missing $Id$ tag + ws fix + + * ZendEngine2/zend_ini_scanner.l + ZendEngine2/zend_ini_scanner.l: + ws fix + 2005-02-02 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b6c6bcbc9c..10145b6e92 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,16 @@ +2005-02-03 Jani Taskinen + + * (PHP_5_0) + zend_ini_scanner.l: + MFH: Fixed bug #28804 (ini-file section parsing pattern is buggy). + + * zend_ini_scanner.l: + - Fixed bug #28804 (ini-file section parsing pattern is buggy). + + * zend_ini_scanner.l + zend_ini_scanner.l: + ws fix + 2005-02-02 Stanislav Malyshev * zend_execute_API.c: