From 0fdb8fd8c894e9dec6631a91f965c4f0ae1b44d0 Mon Sep 17 00:00:00 2001 From: Date: Wed, 18 Mar 2009 01:32:39 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 243 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 20 ++++ 2 files changed, 263 insertions(+) diff --git a/ChangeLog b/ChangeLog index a1d37a9ce8..c66335e4e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,246 @@ +2009-03-17 Scott MacVicar + + * ext/json/tests/bug45791.phpt: + Missing skip in tests + + * (PHP_5_3) + ext/json/json.c: + MFH Replace magic values with a define for json encoding, makes reading it + a bit easier + + * ext/json/json.c: + Replace magic values with a define, makes reading it a bit easier + +2009-03-17 Ilia Alshanetsky + + * ext/sysvshm/sysvshm.c: + + MFB: Fixed compiler warning + + * (PHP_5_3) + ext/sysvshm/sysvshm.c: + + Fixed compiler warning + +2009-03-17 Scott MacVicar + + * (PHP_5_3) + ext/json/json.c + ext/json/tests/002.phpt: + MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array + + * ext/json/json.c + ext/json/tests/002.phpt: + Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array + +2009-03-17 Felipe Pena + + * ext/standard/var_unserializer.c + ext/standard/var_unserializer.re: + - Fix version && year++ + +2009-03-17 Matt Wilmas + + * (PHP_5_2) + NEWS + ext/standard/var_unserializer.c + ext/standard/var_unserializer.c + ext/standard/var_unserializer.re + ext/standard/var_unserializer.re + ext/standard/tests/serialize/bug46882.phpt + ext/standard/tests/serialize/bug46882.phpt: + MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with + different bit numbers) + + * ext/standard/var_unserializer.c + ext/standard/var_unserializer.re + ext/standard/tests/serialize/bug46882.phpt + ext/standard/tests/serialize/bug46882.phpt + ext/standard/tests/serialize/bug46882.phpt: + Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with + different bit numbers) + +2009-03-17 Johannes Schlüter + + * (PHP_5_3) + php.ini-development + php.ini-dist + php.ini-production + php.ini-recommended: + MFH: Replace old php.ini files with the new ones according to + http://wiki.php.net/rfc/newinis (by Eric Lee Stewart) + + * php.ini-development + php.ini-development + php.ini-dist + php.ini-production + php.ini-production + php.ini-recommended: + + Replace old php.ini files with the new ones according to + http://wiki.php.net/rfc/newinis (by Eric Lee Stewart) + +2009-03-17 Pierre-Alain Joye + + * ZendEngine2/tests/bug43343.phpt: + - MFB: make it less(er) sensible to bison version + + * (PHP_5_3) + ZendEngine2/tests/bug43343.phpt: + - make it less(er) sensible to bison version + + * (PHP_5_3) + ZendEngine2/tests/bug43343.phpt: + - make it less sensible to bison version + + * ext/standard/credits.c: + - MFB: s,win32,windows, and add myself to the list + + * (PHP_5_3) + ext/standard/credits.c: + - s,win32,windows, and add myself to the list + +2009-03-17 Scott MacVicar + + * (PHP_5_3) + ext/json/JSON_parser.c: + MFH Deal with overflow when decoding large numbers + + * ext/json/JSON_parser.c: + Deal with overflow when decoding large numbers + +2009-03-17 Pierre-Alain Joye + + * (PHP_5_3) + ZendEngine2/zend_float.h: + - MFH: disable HAVE__CONTROLFP_S with VC9, 3x times slowdown + + * ZendEngine2/zend_float.h: + - disable HAVE__CONTROLFP_S with VC9, 3x times slowdown + +2009-03-17 Johannes Schlüter + + * (PHP_5_3) + ext/mysqlnd/config9.m4: + MFH: mark mysqlnd's threading (which can be used for background + pre-fetching) + experimental + + * ext/mysqlnd/config9.m4: + - mark mysqlnd's threading (which can be used for background pre-fetching) + experimental + +2009-03-17 Andrey Hristov + + * (PHP_5_3) + ext/mysqlnd/mysqlnd_result.c: + MFH: Fix the build because the macro name has changed + + * ext/mysqlnd/mysqlnd_result.c: + Fix the build, because the macro's name has changed + +2009-03-17 Moriyoshi Koizumi + + * (PHP_5_3) + ext/iconv/iconv.c: + - MFH: Make iconv filter accept '.' as the delimiter between encoding names + as + well as '/'. It's impossible to specify the filter in php://filter + without + this fix. + + + * ext/iconv/iconv.c: + - Make iconv filter accept '.' as the delimiter between encoding names as + well + as '/'. It's impossible to specify the filter in php://filter without + this + fix. + +2009-03-17 Scott MacVicar + + * (PHP_5_3) + ext/gd/tests/image_type_to_mime_type_basic.phpt + ext/gd/tests/image_type_to_mime_type_variation3.phpt + ext/standard/image.c + ext/standard/tests/image/getimagesize.phpt + ext/standard/tests/image/getimagesize_basic.phpt + ext/standard/tests/image/image_type_to_mime_type.phpt + ext/standard/tests/image/image_type_to_mime_type_variation3.phpt: + MFH Fix bug #47359 - Use the official unofficial mimetype for bmp files, + this stops IE from getting confused. + + * ext/gd/tests/image_type_to_mime_type_basic.phpt + ext/gd/tests/image_type_to_mime_type_variation3.phpt + ext/standard/image.c + ext/standard/tests/image/getimagesize.phpt + ext/standard/tests/image/getimagesize_basic.phpt + ext/standard/tests/image/image_type_to_mime_type.phpt + ext/standard/tests/image/image_type_to_mime_type_variation3.phpt: + Fix bug #47359 - Use the official unofficial mimetype for bmp files, this + stops IE from getting confused. + +2009-03-17 Christopher Jones + + * (PHP_5_2) + ext/standard/tests/assert/assert02.phpt + ext/standard/tests/assert/assert03.phpt + ext/standard/tests/assert/assert03.phpt + ext/standard/tests/assert/assert03.phpt + ext/standard/tests/assert/assert04.phpt + ext/standard/tests/assert/assert04.phpt + ext/standard/tests/assert/assert04.phpt + ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt + ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt + ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt + ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt + ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt + ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt + ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt: + Fix INI blocks + +2009-03-17 Scott MacVicar + + * (PHP_5_3) + ext/sqlite3/config0.m4 + ext/sqlite3/sqlite3.c + ext/sqlite3/tests/sqlite3_22_loadextension.phpt: + MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 + + * ext/sqlite3/config0.m4 + ext/sqlite3/sqlite3.c + ext/sqlite3/tests/sqlite3_22_loadextension.phpt: + Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 + + * (PHP_5_2) + NEWS + NEWS + NEWS + NEWS: + BFN + + * (PHP_5_2) + ext/json/JSON_parser.c + ext/json/JSON_parser.c + ext/json/tests/bug47644.phpt + ext/json/tests/bug47644.phpt: + MFH Fix bug #47644 - Valid integers are truncated with json_decode() + + * ext/json/JSON_parser.c + ext/json/tests/bug47644.phpt + ext/json/tests/bug47644.phpt + ext/json/tests/bug47644.phpt: + Fix bug #47644 - Valid integers are truncated with json_decode() + +2009-03-17 Matt Wilmas + + * (PHP_5_3) + ext/standard/string.c: + Removed unneeded HashPosition variable (php_implode() doesn't change the + internal pointer) + - It was added in '06 with the "200-300%" implode() optimization (hasn't + been merged to HEAD) + 2009-03-16 Zoe Slattery * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 94c225d41e..14bceb0f25 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2009-03-17 Pierre-Alain Joye + + * tests/bug43343.phpt: + - MFB: make it less(er) sensible to bison version + + * (PHP_5_3) + tests/bug43343.phpt: + - make it less(er) sensible to bison version + + * (PHP_5_3) + tests/bug43343.phpt: + - make it less sensible to bison version + + * (PHP_5_3) + zend_float.h: + - MFH: disable HAVE__CONTROLFP_S with VC9, 3x times slowdown + + * zend_float.h: + - disable HAVE__CONTROLFP_S with VC9, 3x times slowdown + 2009-03-16 Dmitry Stogov * zend_builtin_functions.c -- 2.40.0