diff options
author | <changelog@php.net> | 2005-02-04 01:34:25 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-02-04 01:34:25 +0000 |
commit | 443dcdbb605ba9387872c54de5d9d64314374533 (patch) | |
tree | 578c961faa5be62f07b41768998316e9d6543964 | |
parent | 779edcb01d804db15d69a6c2e46abb7e1c768370 (diff) | |
download | php-git-443dcdbb605ba9387872c54de5d9d64314374533.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | Zend/ChangeLog | 13 |
2 files changed, 64 insertions, 0 deletions
@@ -1,3 +1,54 @@ +2005-02-03 Ilia Alshanetsky <ilia@prohost.org> + + * (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 <jani.taskinen@kolumbus.fi> + + * buildconf + build/build2.mk: + - Fix buildconf with BSD make + +2005-02-03 Magnus Määttä <novell@kiruna.se> + + * ext/filepro/package.xml: + Fix typos. + +2005-02-03 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * 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 <ilia@prohost.org> * (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 <jani.taskinen@kolumbus.fi> + + * (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 <stas@zend.com> * zend_execute_API.c: |