From 08c9c2af1f6d1c59431dc7ec30e75d25b0df7bbc Mon Sep 17 00:00:00 2001 From: Date: Sun, 8 Jun 2008 01:31:55 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/ChangeLog b/ChangeLog index a246c77f67..b4ac1fd853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2008-06-07 Antony Dovgal + + * ext/date/php_date.c: + fix ZTS build + + * ext/spl/spl_fastarray.c + ext/spl/tests/fastarray_015.phpt + ext/spl/tests/fastarray_015.phpt: + more checks and tests + +2008-06-07 Henrique do Nascimento Angelo + + * ext/exif/tests/bug34704.phpt + ext/exif/tests/exif001.phpt + ext/exif/tests/exif004.phpt + ext/exif/tests/exif005.phpt: + Update exif tests to conform with the unicode functions + + * ext/exif/exif.c: + Add Unicode support + + * ext/date/tests/008.phpt + ext/date/tests/011.phpt + ext/date/tests/013.phpt + ext/date/tests/014.phpt + ext/date/tests/bug41523-64bit.phpt + ext/date/tests/bug41523.phpt + ext/date/tests/bug43808.phpt + ext/date/tests/date_parse_001.phpt: + Update tests to conform with the unicode functions + + * ext/date/php_date.c: + Add Unicode support and set as unicode compatible + +2008-06-07 Antony Dovgal + + * (PHP_5_3) + ext/spl/tests/fastarray_005.phpt + ext/spl/tests/fastarray_006.phpt + ext/spl/tests/fastarray_007.phpt + ext/spl/tests/fastarray_008.phpt + ext/spl/tests/fastarray_009.phpt + ext/spl/tests/fastarray_010.phpt + ext/spl/tests/fastarray_011.phpt + ext/spl/tests/fastarray_012.phpt + ext/spl/tests/fastarray_013.phpt + ext/spl/tests/fastarray_014.phpt: + add more tests (Felipe) + + * ext/spl/tests/fastarray_004.phpt + ext/spl/tests/fastarray_005.phpt + ext/spl/tests/fastarray_005.phpt + ext/spl/tests/fastarray_006.phpt + ext/spl/tests/fastarray_006.phpt + ext/spl/tests/fastarray_007.phpt + ext/spl/tests/fastarray_007.phpt + ext/spl/tests/fastarray_008.phpt + ext/spl/tests/fastarray_008.phpt + ext/spl/tests/fastarray_009.phpt + ext/spl/tests/fastarray_009.phpt + ext/spl/tests/fastarray_010.phpt + ext/spl/tests/fastarray_010.phpt + ext/spl/tests/fastarray_011.phpt + ext/spl/tests/fastarray_011.phpt + ext/spl/tests/fastarray_012.phpt + ext/spl/tests/fastarray_012.phpt + ext/spl/tests/fastarray_013.phpt + ext/spl/tests/fastarray_013.phpt + ext/spl/tests/fastarray_014.phpt + ext/spl/tests/fastarray_014.phpt: + more tests (by Felipe) + + * ext/spl/spl_fastarray.c: + fix several memleaks and invalid reads + + * ext/spl/tests/fastarray_004.phpt + ext/spl/tests/fastarray_004.phpt: + + file fastarray_004.phpt was initially added on branch PHP_5_3. + + * ext/spl/spl_fastarray.c: + disallow $a[] = value syntax + + * ext/spl/spl_fastarray.h: + update credits + +2008-06-07 Etienne Kneuss + + * (PHP_5_3) + ext/spl/spl_fastarray.c: + MFH: Fix segfault caused by get_current_data on an uninitialized element + + * ext/spl/spl_fastarray.c: + Fix segfault caused by get_current_data on an uninitialized element + 2008-06-06 Etienne Kneuss * ext/spl/config.m4 -- 2.40.0