From 1d5a6d3f9f0c8547722de1afa06bc46e88a3c0cb Mon Sep 17 00:00:00 2001 From: Date: Thu, 1 Apr 2004 01:32:08 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 10 ++++++ 2 files changed, 98 insertions(+) diff --git a/ChangeLog b/ChangeLog index 63c0f9b2b8..efe7cfcb8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +2004-03-31 Sara Golemon + + * NEWS + ext/standard/tests/file/bug27619.phpt + main/streams/filter.c + main/streams/php_stream_filter_api.h + main/streams/streams.c: + BugFix#27619 + Filters not applied to pre-buffered stream data. + (esp. http:// streams) + +2004-03-31 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * (PHP_4_3) + Zend/zend_execute.c: + MFH: Fixed bug #25547 (error_handler and array index with function call). + + +2004-03-31 Derick Rethans + + * ext/mysqli/config.m4: + - Align help output for configure. + +2004-03-31 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/ftp/ftp.c: + MFH: Fixed bug #27809 (ftp_systype returns null on some ftp servers). + + * ext/ftp/ftp.c: + Fixed bug #27809 (ftp_systype returns null on some ftp servers). + +2004-03-31 Hartmut Holzgraefe + + * ext/standard/datetime.c: + disallow negative timestamps on windows only + +2004-03-31 Rob Richards + + * ext/dom/attr.c + ext/dom/cdatasection.c + ext/dom/comment.c + ext/dom/document.c + ext/dom/documentfragment.c + ext/dom/dom_fe.h + ext/dom/element.c + ext/dom/entityreference.c + ext/dom/nodelist.c + ext/dom/processinginstruction.c + ext/dom/text.c + ext/dom/xpath.c: + use new style constructors + fix return for nodelist item + +2004-03-31 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + sapi/cgi/cgi_main.c: + MFH: Fixed bug #27802 (default number of children to 8 when + PHP_FCGI_CHILDREN is not defined). + + * sapi/cgi/cgi_main.c: + Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is + not defined). + +2004-03-31 Dmitry Stogov + + * ZendEngine2/zend_execute.c: + Fixed BUG in zend_post_incdec_property + +2004-03-31 Andi Gutmans + + * ZendEngine2/zend_reflection_api.c: + - Fix typo + +2004-03-31 Ard Biesheuvel + + * ext/standard/tests/time/003.phpt + ext/standard/tests/time/bug27719.phpt + ext/standard/tests/time/mktime.phpt: + Make time tests more robust against differences in implementation + 2004-03-30 Ilia Alshanetsky * run-tests.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 14efdae3db..b7d6cdd237 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2004-03-31 Dmitry Stogov + + * zend_execute.c: + Fixed BUG in zend_post_incdec_property + +2004-03-31 Andi Gutmans + + * zend_reflection_api.c: + - Fix typo + 2004-03-30 Marcus Boerger * tests/bug26695.phpt: -- 2.50.1