diff options
author | <changelog@php.net> | 2003-10-11 00:32:31 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-10-11 00:32:31 +0000 |
commit | 7299119f13790b242a91583c830dd00bf2d12efa (patch) | |
tree | 3b0d89b26ef33f9ac73d7cc95de8ebeb1a978303 /ChangeLog | |
parent | 32bf69ea7ab06119cba1c44a97be54dfc6e262f9 (diff) | |
download | php-git-7299119f13790b242a91583c830dd00bf2d12efa.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2003-10-10 Tomas V.V.Cox <cox@idecnet.com> + + * pear/PEAR/Installer.php: + Fix Bug #23221 Pear installer - extension re-install segfault + + * pear/PEAR/Installer.php: + Partial rewrite of dowload() method: + - Full error checking and reporting + - Avoid downloads as possible + - Made the "force" option work correctly + + + * pear/PEAR/Packager.php: + avoid chdir() calls + remove duplicated validation checks + (fix bug #66 contributed by Roman) + +2003-10-10 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_4_3) + NEWS + ext/standard/file.c: + Fixed bug #25814 (Make flock() return correct value when 3rd argument is + used). + + 2003-10-09 Zeev Suraski <zeev@zend.com> * ZendEngine2/zend_compile.c |