From 27aa725005d4ea3d4112353adc43fefa4ee7574e Mon Sep 17 00:00:00 2001 From: Date: Sat, 15 Mar 2008 01:33:00 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 33 ++++++++++++++++++++ 2 files changed, 114 insertions(+) diff --git a/ChangeLog b/ChangeLog index c75d4b7649..8c3f467325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2008-03-14 Felipe Pena + + * (PHP_5_2) + ext/standard/tests/array/array_push_error2.phpt + ext/standard/tests/array/natcasesort_variation3.phpt + ext/standard/tests/array/natcasesort_variation3.phpt + ext/standard/tests/array/rsort_variation3.phpt + ext/standard/tests/array/rsort_variation3.phpt: + Add SKIPIF (32bit platform only) + +2008-03-14 Lukas Smith + + * README.RELEASE_PROCESS: + updated due to the creation of the primary testers mailinglist + +2008-03-14 Dmitry Stogov + + * ZendEngine2/zend_gc.c + ZendEngine2/zend_gc.c + ZendEngine2/zend_gc.h + ZendEngine2/zend_gc.h + ZendEngine2/tests/gc_029.phpt: + Improve GC to support garbage created in destructors during objects + utilization + + * ZendEngine2/tests/gc_029.phpt + ZendEngine2/tests/gc_029.phpt: + + file gc_029.phpt was initially added on branch PHP_5_3. + +2008-03-14 Felipe Pena + + * ext/date/php_date.c + ext/date/php_date.c: + Fix build (ZTS) + +2008-03-14 Derick Rethans + + * (PHP_5_3) + NEWS + ext/date/php_date.c + ext/date/php_date.h: + - MFH: Allow datetime objects to be serialized and woken up. + - MFH: Implemented __set_state(). + + * ext/date/php_date.c + ext/date/php_date.h: + - Allow datetime objects to be serialized and woken up. + - Implemented __set_state(). + +2008-03-14 Dmitry Stogov + + * ZendEngine2/zend_gc.c + ZendEngine2/zend_gc.c + ZendEngine2/zend_gc.h + ZendEngine2/zend_gc.h: + Removed commented code and unnecessary inline function + + * ZendEngine2/zend_gc.c + ZendEngine2/zend_gc.c + ZendEngine2/zend_gc.h + ZendEngine2/zend_gc.h + ZendEngine2/tests/gc_028.phpt: + Fixed GC bug + + * ZendEngine2/tests/gc_028.phpt + ZendEngine2/tests/gc_028.phpt: + + file gc_028.phpt was initially added on branch PHP_5_3. + +2008-03-14 Antony Dovgal + + * (PHP_5_3) + main/rfc1867.c: + MFH: check if return value of write() is -1 and abort upload in this case + setting the correct error status + + * main/rfc1867.c: + check if return value of write() is -1 and abort upload in this case + setting the correct error status + 2008-03-13 Marcus Boerger * ext/spl/spl_directory.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 89e3a1cd67..ed7b3350bd 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,36 @@ +2008-03-14 Dmitry Stogov + + * zend_gc.c + zend_gc.c + zend_gc.h + zend_gc.h + tests/gc_029.phpt: + Improve GC to support garbage created in destructors during objects + utilization + + * tests/gc_029.phpt + tests/gc_029.phpt: + + file gc_029.phpt was initially added on branch PHP_5_3. + + * zend_gc.c + zend_gc.c + zend_gc.h + zend_gc.h: + Removed commented code and unnecessary inline function + + * zend_gc.c + zend_gc.c + zend_gc.h + zend_gc.h + tests/gc_028.phpt: + Fixed GC bug + + * tests/gc_028.phpt + tests/gc_028.phpt: + + file gc_028.phpt was initially added on branch PHP_5_3. + 2008-03-13 Ilia Alshanetsky * zend_ini.c -- 2.50.1