changelog               Sun Jan 11 01:32:59 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3284&r2=1.3285&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3284 php-src/ChangeLog:1.3285
--- php-src/ChangeLog:1.3284    Sat Jan 10 01:32:11 2009
+++ php-src/ChangeLog   Sun Jan 11 01:32:58 2009
@@ -1,3 +1,120 @@
+2009-01-10  Antony Dovgal  <t...@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  <felipe...@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 [the...@php])
+
+    * ZendEngine2/tests/bug40236.phpt:
+      - Fixed test (patch by Timm Friebe [the...@php])
+
+2009-01-10  Scott MacVicar  <sc...@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  <t...@daylessday.org>
 
     * ext/standard/tests/file/file_get_contents_variation7.phpt
@@ -23665,7 +23782,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3284 2009/01/10 01:32:11 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3285 2009/01/11 01:32:58 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to