From: Date: Tue, 16 Sep 2008 01:32:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cee1c9d8313e3e0ecc7cfa7d89a8a9e158357929;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3460f1d37a..98dfa4879d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,165 @@ +2008-09-15 Scott MacVicar + + * (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 + + * 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 + + * ext/soap/soap.c: + - Added E_ERROR in constructors + +2008-09-15 Derick Rethans + + * 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_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 + + * 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 + + * (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_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 + + * 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 + + * (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 * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index da35bd3135..2f65ce52a2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,35 @@ +2008-09-15 Dmitry Stogov + + * 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_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 * zend_gc.c: