From bf788b03077a19370173b3388655e385a7738ed8 Mon Sep 17 00:00:00 2001 From: Date: Sun, 4 May 2008 01:31:42 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 17 +++++++++++ 2 files changed, 95 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8088feba28..e870c0bf97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2008-05-03 Steph Fox + + * (PHP_5_3) + win32/build/Makefile: + - Introducing nmake clean-all + - This should probably be merged with nmake clean, but I've no way to test + the impact on distro builds. + +2008-05-03 Zoe Slattery + + * ext/dom/tests/bug42082.phpt + ext/dom/tests/bug42082.phpt + ext/dom/tests/bug42082.phpt: + Committing corrected test from Eric Stewart + +2008-05-03 Felipe Pena + + * (PHP_5_3) + NEWS: + BFN: #44899 + +2008-05-03 Etienne Kneuss + + * ext/spl/spl_directory.c + ext/spl/spl_directory.c: + MFB: Fix #44838 (static class reference restricting overwriting) + + * (PHP_5_3) + ext/simplexml/simplexml.c + ext/simplexml/tests/035.phpt: + MFH: Fix #44484 (define SimpleXMLElement::__toString()) + + * ext/simplexml/simplexml.c + ext/simplexml/tests/035.phpt + ext/simplexml/tests/035.phpt: + Fix #44484 (define SimpleXMLElement::__toString()) + +2008-05-03 Derick Rethans + + * (PHP_5_3) + NEWS: + - Tabs to spaces. + + * (PHP_5_3) + NEWS + ext/date/php_date.c: + - Added support for using an end date to limit the amount of recursions + with the DatePeriod iterator. + + * ext/date/php_date.c: + - Added support for using an end date to limit the amount of recursions + with the DatePeriod iterator. + + * (PHP_5_3) + NEWS + ext/date/lib/tm2unixtime.c: + - MFH: Fixed weekdays adding/subtracting algorithm. + + * ext/date/lib/tm2unixtime.c: + - Fixed weekdays algorithm. + +2008-05-03 Felipe Pena + + * (PHP_5_3) + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug44899.phpt + ZendEngine2/tests/bug44899_2.phpt: + - MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch + by Etienne Kneuss) + + * ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug44899.phpt + ZendEngine2/tests/bug44899.phpt + ZendEngine2/tests/bug44899_2.phpt + ZendEngine2/tests/bug44899_2.phpt: + - Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by + Etienne Kneuss) + 2008-05-02 Antony Dovgal * ext/reflection/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2d173c2039..4222a7b101 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2008-05-03 Felipe Pena + + * (PHP_5_3) + zend_object_handlers.c + tests/bug44899.phpt + tests/bug44899_2.phpt: + - MFH: Fixed bug #44899 (__isset usage changes behavior of empty()) (patch + by Etienne Kneuss) + + * zend_object_handlers.c + tests/bug44899.phpt + tests/bug44899.phpt + tests/bug44899_2.phpt + tests/bug44899_2.phpt: + - Fixed bug #44899 (__isset usage changes behavior of empty()) (patch by + Etienne Kneuss) + 2008-04-30 Dmitry Stogov * zend_vm_def.h -- 2.40.0