changelog Fri Oct 10 20:32:32 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1413 php-src/ChangeLog:1.1414
--- php-src/ChangeLog:1.1413 Thu Oct 9 20:33:48 2003
+++ php-src/ChangeLog Fri Oct 10 20:32:31 2003
@@ -1,3 +1,29 @@
+2003-10-10 Tomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ZendEngine2/zend_compile.c