]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 16 Sep 2008 01:32:06 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Tue, 16 Sep 2008 01:32:06 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 3460f1d37a59b8a5682cbcdc6362f17a57e77a51..98dfa4879dd631b5ce3fe5431b6ba94f72040de4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,165 @@
+2008-09-15  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      ext/fileinfo/fileinfo.c:
+      Missed variable declaration.
+
+    * ext/fileinfo/fileinfo.c:
+      MFB Fixed bug #46086 (Segfault when accessing fileinfo class property)
+
+    * (PHP_5_3)
+      NEWS
+      ext/fileinfo/fileinfo.c:
+      Fixed bug #46086 (Segfault when accessing fileinfo class property)
+
+2008-09-15  Andrey Hristov  <php@hristov.com>
+
+    * ext/mysqlnd/mysqlnd.c
+      ext/mysqlnd/mysqlnd_enum_n_def.h:
+      Forgot to merge these changes - Float conversion
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli.c
+      ext/mysqlnd/mysqlnd.c
+      ext/mysqlnd/mysqlnd_enum_n_def.h
+      ext/mysqlnd/mysqlnd_structs.h
+      ext/mysqlnd/mysqlnd_wireprotocol.c:
+      MFH:
+      Add float conversions too. Float users should understand how float
+      works!!!
+
+    * ext/mysqli/mysqli.c
+      ext/mysqlnd/mysqlnd_structs.h
+      ext/mysqlnd/mysqlnd_wireprotocol.c:
+      Add float conversions too. Float users should understand how float works!!!
+
+2008-09-15  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/soap/soap.c:
+      - Added E_ERROR in constructors
+
+2008-09-15  Derick Rethans  <php@derickrethans.nl>
+
+    * ext/date/lib/timezonedb.h
+      ext/date/lib/timezonedb.h
+      ext/date/lib/timezonedb.h:
+      - Updated to version 2008.6 (2008f)
+
+    * ext/date/lib/timezonedb.h:
+      - Updated to version
+      Notice: Undefined offset: 1 in Command line code on line 1
+      
+      Call Stack:
+          0.0002     660592   1. {main}() Command line code:0
+      
+      .
+      Notice: Undefined offset: 2 in Command line code on line 1
+      
+      Call Stack:
+          0.0002     660592   1. {main}() Command line code:0
+      
+      -96 ()
+
+2008-09-15  Andrey Hristov  <php@hristov.com>
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd.h
+      ext/mysqlnd/mysqlnd_wireprotocol.c:
+      MFH:Compile-in a string-to-int conversion for INT columns by default,
+      controlled by a ini setting.
+
+    * ext/mysqlnd/mysqlnd.h
+      ext/mysqlnd/mysqlnd_wireprotocol.c:
+      Compile-in a string-to-int conversion for INT columns by default,
+      controlled by a ini setting.
+
+2008-09-15  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug43053.phpt
+      ZendEngine2/tests/bug43053.phpt
+      ZendEngine2/tests/bug43053.phpt
+      ZendEngine2/tests/hex_overflow_32bit.phpt
+      ZendEngine2/tests/zend_strtod.phpt
+      ext/standard/tests/general_functions/008.phpt
+      ext/standard/tests/strings/printf.phpt
+      main/snprintf.c:
+        1.1.4;
+      file bug43053.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_strtod.c
+      ZendEngine2/zend_strtod.c
+      ZendEngine2/zend_strtod.c
+      ZendEngine2/tests/bug43053.phpt
+      ZendEngine2/tests/bug43053.phpt
+      ZendEngine2/tests/hex_overflow_32bit.phpt
+      ZendEngine2/tests/hex_overflow_32bit.phpt
+      ZendEngine2/tests/zend_strtod.phpt
+      ZendEngine2/tests/zend_strtod.phpt
+      ext/standard/tests/general_functions/008.phpt
+      ext/standard/tests/general_functions/008.phpt
+      ext/standard/tests/strings/printf.phpt
+      ext/standard/tests/strings/printf.phpt
+      main/snprintf.c
+      main/snprintf.c:
+      Fixed bug #43053 (Regression: some numbers shown in scientific notation).
+      (int-e at gmx dot de)
+      some 64bit test files may need to be fixed
+
+2008-09-15  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_3)
+      ext/fileinfo/tests/.cvsignore:
+      add missing .cvsignore
+
+    * ext/fileinfo/tests/.cvsignore
+      ext/fileinfo/tests/.cvsignore:
+      
+      add missing .cvsignore
+
+2008-09-15  Etienne Kneuss  <php@colder.ch>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_execute_API.c
+      ext/spl/tests/spl_autoload_012.phpt:
+      MFH: Fix #45656 (new Class silenting exceptions in autoloaders)
+
+    * ZendEngine2/zend_execute_API.c
+      ext/spl/tests/spl_autoload_012.phpt:
+      Fix #45656 (new Class silenting exceptions in autoloaders)
+
+2008-09-15  Felix De Vliegher  <felix.devliegher@gmail.com>
+
+    * ext/fileinfo/tests/finfo_close_error.phpt
+      ext/fileinfo/tests/finfo_close_error.phpt
+      ext/fileinfo/tests/finfo_phpinfo_basic.phpt
+      ext/fileinfo/tests/finfo_phpinfo_basic.phpt:
+      
+      More fileinfo tests
+
+2008-09-15  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      ext/sqlite3/libsqlite/sqlite3.c
+      ext/sqlite3/libsqlite/sqlite3.h
+      ext/sqlite3/libsqlite/sqlite3ext.h:
+      MFH: Sync libsqlite to 3.6.2 with some VC6 patches
+
+    * ext/sqlite3/libsqlite/sqlite3.c
+      ext/sqlite3/libsqlite/sqlite3.h
+      ext/sqlite3/libsqlite/sqlite3ext.h:
+      Sync libsqlite to 3.6.2 with some VC6 patches
+
+    * ext/sqlite3/sqlite3.c:
+      MFB Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and
+      SQLite3Result)
+
+    * (PHP_5_3)
+      ext/sqlite3/sqlite3.c:
+      Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and
+      SQLite3Result)
+
 2008-09-14  Pierre-Alain Joye  <pierre.dev@gmail.com>
 
     * (PHP_5_3)
index da35bd31354ac0eadb698833b2eb5cc66987f7c2..2f65ce52a29e53cb39ff979bc1c8cf69daf098cf 100644 (file)
@@ -1,3 +1,35 @@
+2008-09-15  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_strtod.c
+      zend_strtod.c
+      zend_strtod.c
+      tests/bug43053.phpt
+      tests/bug43053.phpt
+      tests/hex_overflow_32bit.phpt
+      tests/hex_overflow_32bit.phpt
+      tests/zend_strtod.phpt
+      tests/zend_strtod.phpt:
+      Fixed bug #43053 (Regression: some numbers shown in scientific notation).
+      (int-e at gmx dot de)
+      some 64bit test files may need to be fixed
+
+    * tests/bug43053.phpt
+      tests/bug43053.phpt
+      tests/bug43053.phpt
+      tests/hex_overflow_32bit.phpt
+      tests/zend_strtod.phpt:
+        1.1.4;
+      file bug43053.phpt was initially added on branch PHP_5_2.
+
+2008-09-15  Etienne Kneuss  <php@colder.ch>
+
+    * (PHP_5_3)
+      zend_execute_API.c:
+      MFH: Fix #45656 (new Class silenting exceptions in autoloaders)
+
+    * zend_execute_API.c:
+      Fix #45656 (new Class silenting exceptions in autoloaders)
+
 2008-09-14  Arnaud Le Blanc  <arnaud.lb@gmail.com>
 
     * zend_gc.c: