]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 11 Jan 2009 01:33:03 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Sun, 11 Jan 2009 01:33:03 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index de239b21c2cff8d0922074bbc430c50078340548..64f162ef1b2a527b71e32ee2a208fea4498f730d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+2009-01-10  Antony Dovgal  <tony@daylessday.org>
+
+    * 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  <felipensp@gmail.com>
+
+    * (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  <scott@macvicar.net>
+
+    * (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  <tony@daylessday.org>
 
     * ext/standard/tests/file/file_get_contents_variation7.phpt
index edad40fe89f38f17f6c25648ec9c568b8cabdb9c..84391836b4b7eb8273caa53363dbca91323daa2c 100644 (file)
@@ -1,3 +1,32 @@
+2009-01-10  Felipe Pena  <felipensp@gmail.com>
+
+    * (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  <tony@daylessday.org>
 
     * zend_ts_hash.c