From 1b80f44cf11aa79e749153259b15d63e8a7d5339 Mon Sep 17 00:00:00 2001 From: Date: Mon, 7 Jun 2004 00:32:20 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 ++++++ 2 files changed, 63 insertions(+) diff --git a/ChangeLog b/ChangeLog index 737535fa07..7a68a17522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +2004-06-06 Pierre-Alain Joye + + * pear/go-pear-list.php: + - No more Pager + + * pear/go-pear-list.php: + - Update for 5.0RC3 + +2004-06-06 Ilia Alshanetsky + + * (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 + + * 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 + + * 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 + + * ZendEngine2/zend_compile.h + ZendEngine2/zend_opcode.c: + Fixed Zend Function Destructor to use correct TSRM handle. + +2004-06-06 Sebastian Bergmann + + * ext/mysqli/mysqli.c: + ZTS fixes. + 2004-06-05 Georg Richter * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ca9ba8dff5..32cfcc2da4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-06-06 Stefan Esser + + * zend_compile.h + zend_opcode.c: + Fixed Zend Function Destructor to use correct TSRM handle. + 2004-06-05 Marcus Boerger * zend_API.c: -- 2.50.1