changelog Sun Sep 14 20:34:40 2003 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1387 php-src/ChangeLog:1.1388 --- php-src/ChangeLog:1.1387 Sat Sep 13 20:31:46 2003 +++ php-src/ChangeLog Sun Sep 14 20:34:38 2003 @@ -1,3 +1,65 @@ +2003-09-14 Greg Beaver <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend.c: + Bugfix #25335 + +2003-09-14 Greg Beaver <[EMAIL PROTECTED]> + + * pear/tests/pear_installer2.phpt: + adding replacements section for _installFile() + +2003-09-14 Zeev Suraski <[EMAIL PROTECTED]> + + * ZendEngine2/zend_operators.c: + Commit 64-bit fixes to the standard operators + by Ard Biesheuvel ([EMAIL PROTECTED]) + +2003-09-14 Marcus Boerger <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend.h: + Bugfix #25528 (by Ard Biesheuvel) + 2003-09-13 Marcus Boerger <[EMAIL PROTECTED]> * main/streams/streams.c: