changelog Sun Jun 6 20:32:17 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1649&r2=1.1650&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1649 php-src/ChangeLog:1.1650
--- php-src/ChangeLog:1.1649 Sat Jun 5 20:33:16 2004
+++ php-src/ChangeLog Sun Jun 6 20:32:16 2004
@@ -1,3 +1,60 @@
+2004-06-06 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * pear/go-pear-list.php:
+ - No more Pager
+
+ * pear/go-pear-list.php:
+ - Update for 5.0RC3
+
+2004-06-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/dir.c:
+ MFH: Fixed bug #28649 (Proper glob() return value on Linux when there are
+ no matches).
+
+ * ext/standard/dir.c:
+ Fixed bug #28649 (Proper glob() return value on Linux when there are no
+ matches).
+
+2004-06-06 Greg Beaver <[EMAIL PROTECTED]>
+
+ * pear/tests/PEAR_test_mock_pearweb.php.inc
+ pear/tests/download_test.config.inc
+ pear/tests/package-PEARtests.xml
+ pear/tests/pear_downloader_invalid.phpt:
+ update unit tests for PEAR 1.4.0dev6, using new getDownloadURL() xml-rpc
+ call
+
+ * pear/scripts/pearcmd.php:
+ add missing $tmp to PEAR::isError()
+
+ * pear/scripts/pearcmd.php:
+ eliminate the annoyance of upgrading from crapster versions of PEAR once
+ and for all.
+
+ Now, if getopt2 exists, it is used, otherwise getopt is used.
+
+2004-06-06 Georg Richter <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_api.c
+ ext/mysqli/mysqli_fe.c
+ ext/mysqli/php_mysqli.h:
+ removed conditional defines for load_data_infile_handlers on windows
+ (4.1.2 windows build is fixed now on mysql.com)
+
+2004-06-06 Stefan Esser <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_compile.h
+ ZendEngine2/zend_opcode.c:
+ Fixed Zend Function Destructor to use correct TSRM handle.
+
+2004-06-06 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli.c:
+ ZTS fixes.
+
2004-06-05 Georg Richter <[EMAIL PROTECTED]>
* NEWS:
@@ -4670,7 +4727,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1649 2004/06/06 00:33:16
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1650 2004/06/07 00:32:16
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>