changelog Wed Mar 18 01:32:35 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3347&r2=1.3348&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3347 php-src/ChangeLog:1.3348
--- php-src/ChangeLog:1.3347 Tue Mar 17 01:32:48 2009
+++ php-src/ChangeLog Wed Mar 18 01:32:34 2009
@@ -1,3 +1,246 @@
+2009-03-17 Scott MacVicar <[email protected]>
+
+ * 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 <[email protected]>
+
+ * ext/sysvshm/sysvshm.c:
+
+ MFB: Fixed compiler warning
+
+ * (PHP_5_3)
+ ext/sysvshm/sysvshm.c:
+
+ Fixed compiler warning
+
+2009-03-17 Scott MacVicar <[email protected]>
+
+ * (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 <[email protected]>
+
+ * ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re:
+ - Fix version && year++
+
+2009-03-17 Matt Wilmas <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * 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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
+
+ * (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 <[email protected]>
* (PHP_5_2)
@@ -32420,7 +32663,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3347 2009/03/17 01:32:48 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3348 2009/03/18 01:32:34 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c