changelog Mon Oct 25 20:49:01 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1785&r2=1.1786&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1785 php-src/ChangeLog:1.1786
--- php-src/ChangeLog:1.1785 Sun Oct 24 20:36:45 2004
+++ php-src/ChangeLog Mon Oct 25 20:48:48 2004
@@ -1,3 +1,32 @@
+2004-10-25 Greg Beaver <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ pear/PEAR/Builder.php
+ pear/PEAR/Common.php
+ pear/PEAR/Downloader.php
+ pear/PEAR/ErrorStack.php
+ pear/PEAR/Exception.php
+ pear/PEAR/Installer.php
+ pear/PEAR/Registry.php
+ pear/PEAR/Command/Install.php
+ pear/PEAR/Command/Package.php:
+ sync with PEAR_1_3 branch of pear-core
+
+ * (PHP_5_0)
+ pear/go-pear-list.php:
+ update for PEAR 1.3.2
+
+2004-10-25 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/microtime.c:
+ Merge gettimeofday() based code to prevent duplication.
+
+2004-10-25 Greg Beaver <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ pear/go-pear.bat:
+ pass in first parameter to work with go-pear 0.5.0 "local" option
+
2004-10-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
* NEWS
@@ -11828,7 +11857,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1785 2004/10/25 00:36:45
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1786 2004/10/26 00:48:48
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>