diff --git a/ChangeLog b/ChangeLog index 7511471f12b..25ca418f350 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2003-09-14 Greg Beaver + + * pear/tests/pear_installer2.phpt: + add testing for md5sum + + * pear/PEAR/Installer.php: + found bug in _installFile() thanks to unit testing. + - if a bad md5sum was found, and --force wasn't specified, the temporary + file was never deleted + + * pear/tests/pear_installer2.phpt: + adding test for non-existing file + + * pear/tests/pear_installer2.phpt: + adding test for invalid role + +2003-09-14 Marcus Boerger + + * ZendEngine2/zend.c: + Bugfix #25335 + +2003-09-14 Greg Beaver + + * pear/tests/pear_installer2.phpt: + adding replacements section for _installFile() + +2003-09-14 Zeev Suraski + + * ZendEngine2/zend_operators.c: + Commit 64-bit fixes to the standard operators + by Ard Biesheuvel (abies@php.net) + +2003-09-14 Marcus Boerger + + * configure.in: + Remove this (part from another patch) + + * main/snprintf.c + main/snprintf.h + main/spprintf.c: + Add length modifier L + + * configure.in + main/config.w32.h + main/snprintf.c + main/snprintf.h + main/spprintf.c: + - Add length modifiers(ll, j, t, h, hh) + +2003-09-14 Greg Beaver + + * pear/tests/pear_installer2.phpt: + new test for _installFile() - not yet complete, but what's there works + + * pear/tests/pear_installer1.phpt: + simplify test, split into two + +2003-09-14 Marcus Boerger + + * ZendEngine2/zend.h: + Bugfix #25528 (by Ard Biesheuvel) + 2003-09-13 Marcus Boerger * main/streams/streams.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 951f288cd60..a8068aeac2e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2003-09-14 Marcus Boerger + + * zend.c: + Bugfix #25335 + +2003-09-14 Zeev Suraski + + * zend_operators.c: + Commit 64-bit fixes to the standard operators + by Ard Biesheuvel (abies@php.net) + +2003-09-14 Marcus Boerger + + * zend.h: + Bugfix #25528 (by Ard Biesheuvel) + 2003-09-13 Marcus Boerger * zend_alloc.c: