From 60745e78f3281a5c14d16a2da890c46fa2a95c48 Mon Sep 17 00:00:00 2001 From: Date: Sun, 11 Jan 2009 01:33:03 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 117 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 29 ++++++++++++ 2 files changed, 146 insertions(+) diff --git a/ChangeLog b/ChangeLog index de239b21c2..64f162ef1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,120 @@ +2009-01-10 Antony Dovgal + + * ext/exif/tests/exif_imagetype_variation1.phpt + ext/gd/tests/imageloadfont_invalid.phpt: + fix test + + * ext/ereg/tests/split_error_001.phpt + ext/ereg/tests/split_error_002.phpt + ext/ereg/tests/split_variation_001.phpt + ext/ereg/tests/split_variation_002.phpt + ext/ereg/tests/split_variation_003.phpt + ext/ereg/tests/spliti_error_001.phpt + ext/ereg/tests/spliti_error_002.phpt + ext/ereg/tests/spliti_variation_001.phpt + ext/ereg/tests/spliti_variation_002.phpt + ext/ereg/tests/spliti_variation_003.phpt: + fix tests + +2009-01-10 Felipe Pena + + * (PHP_5_2) + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - MFH Fix SEGV if get_method() returns a non bound function + + * (PHP_5_3) + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug47054.phpt: + - MFH: Fixed bug #47054 (BC break in static functions called as dynamic) + + * ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug47054.phpt + ZendEngine2/tests/bug47054.phpt: + - Fixed bug #47054 (BC break in static functions called as dynamic) + + * (PHP_5_2) + NEWS: + - Removed entry (not solved yet) + + * (PHP_5_3) + ext/standard/tests/file/005_variation2.phpt + ext/standard/tests/file/mkdir_variation1.phpt + ext/standard/tests/file/readfile_variation10.phpt + tests/lang/bug44654.phpt + tests/lang/comments.phpt: + - Fixed tests + + * (PHP_5_3) + ext/standard/tests/file/file_put_contents_variation8.phpt: + - Fixed test + + * (PHP_5_2) + ZendEngine2/tests/bug40236.phpt + ZendEngine2/tests/bug40236.phpt: + - MFH: Fixed test (patch by Timm Friebe [thekid@php]) + + * ZendEngine2/tests/bug40236.phpt: + - Fixed test (patch by Timm Friebe [thekid@php]) + +2009-01-10 Scott MacVicar + + * (PHP_5_3) + ext/sqlite3/config.m4: + Fix bug #47055 - When intl is shared dont enable icu support in SQLite3 + + * (PHP_5_3) + ext/standard/tests/general_functions/sunfuncts.phpt + ext/standard/tests/time/idate.phpt: + Some more tests that needed fixed. + + * (PHP_5_3) + ext/date/tests/003.phpt + ext/date/tests/005.phpt + ext/date/tests/006.phpt + ext/date/tests/007.phpt + ext/date/tests/008.phpt + ext/date/tests/009.phpt + ext/date/tests/009_win32.phpt + ext/date/tests/010.phpt + ext/date/tests/011.phpt + ext/date/tests/012.phpt + ext/date/tests/013.phpt + ext/date/tests/014.phpt + ext/date/tests/015.phpt + ext/date/tests/bug36988.phpt + ext/date/tests/bug37017.phpt + ext/date/tests/bug37368.phpt + ext/date/tests/bug37514.phpt + ext/date/tests/bug43075.phpt + ext/date/tests/bug43452.phpt + ext/date/tests/bug43960.phpt + ext/date/tests/bug45529.phpt + ext/date/tests/date-set-timestamp.phpt + ext/date/tests/date_add_basic.phpt + ext/date/tests/date_default_timezone_get-2.phpt + ext/date/tests/date_default_timezone_get-3.phpt + ext/date/tests/date_default_timezone_set-1.phpt + ext/date/tests/date_parse_001.phpt + ext/date/tests/date_period.phpt + ext/date/tests/date_sub_basic.phpt + ext/date/tests/date_sun_info_001.phpt + ext/date/tests/date_sun_info_002.phpt + ext/date/tests/default-timezone-1.phpt + ext/date/tests/default-timezone-2.phpt + ext/date/tests/oo_001.phpt + ext/date/tests/oo_002.phpt + ext/date/tests/strtotime_basic.phpt + ext/date/tests/strtotime_variation_scottish.phpt + ext/date/tests/test-parse-from-format.phpt + ext/date/tests/timezone-configuration.phpt: + If a TZ environmental is set then it ends up getting used instead of the + INI setting, use date_default_timezone_set() instead. + 2009-01-09 Antony Dovgal * ext/standard/tests/file/file_get_contents_variation7.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index edad40fe89..84391836b4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,32 @@ +2009-01-10 Felipe Pena + + * (PHP_5_2) + zend_vm_def.h + zend_vm_execute.h: + - MFH Fix SEGV if get_method() returns a non bound function + + * (PHP_5_3) + zend_builtin_functions.c + zend_vm_def.h + zend_vm_execute.h + tests/bug47054.phpt: + - MFH: Fixed bug #47054 (BC break in static functions called as dynamic) + + * zend_builtin_functions.c + zend_vm_def.h + zend_vm_execute.h + tests/bug47054.phpt + tests/bug47054.phpt: + - Fixed bug #47054 (BC break in static functions called as dynamic) + + * (PHP_5_2) + tests/bug40236.phpt + tests/bug40236.phpt: + - MFH: Fixed test (patch by Timm Friebe [thekid@php]) + + * tests/bug40236.phpt: + - Fixed test (patch by Timm Friebe [thekid@php]) + 2009-01-09 Antony Dovgal * zend_ts_hash.c -- 2.50.1