From: Date: Sat, 11 Oct 2003 00:32:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3b3~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7299119f13790b242a91583c830dd00bf2d12efa;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4f4d167b0b..d3394db182 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2003-10-10 Tomas V.V.Cox + + * 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 + + * (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 * ZendEngine2/zend_compile.c