]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 18 Mar 2009 01:32:39 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 18 Mar 2009 01:32:39 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index a1d37a9ce8e5c50bba492c42fb2995117deb399c..c66335e4e8b750e8dccd8a59fd724f5e1e805082 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,246 @@
+2009-03-17  Scott MacVicar  <scott@macvicar.net>
+
+    * 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  <ilia@prohost.org>
+
+    * ext/sysvshm/sysvshm.c:
+      
+      MFB: Fixed compiler warning
+
+    * (PHP_5_3)
+      ext/sysvshm/sysvshm.c:
+      
+      Fixed compiler warning
+
+2009-03-17  Scott MacVicar  <scott@macvicar.net>
+
+    * (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  <felipensp@gmail.com>
+
+    * ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re:
+      - Fix version && year++
+
+2009-03-17  Matt Wilmas  <php_lists@realplain.com>
+
+    * (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  <johannes@schlueters.de>
+
+    * (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  <pierre.dev@gmail.com>
+
+    * 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  <scott@macvicar.net>
+
+    * (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  <pierre.dev@gmail.com>
+
+    * (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  <johannes@schlueters.de>
+
+    * (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@hristov.com>
+
+    * (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  <mozo@mozo.jp>
+
+    * (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  <scott@macvicar.net>
+
+    * (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  <christopher.jones@oracle.com>
+
+    * (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  <scott@macvicar.net>
+
+    * (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_lists@realplain.com>
+
+    * (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  <zoe.slattery@googlemail.com>
 
     * (PHP_5_2)
index 94c225d41e6249c039184b07eaa0aaed77036deb..14bceb0f25c05c69be374dca6f99cb441dc3339b 100644 (file)
@@ -1,3 +1,23 @@
+2009-03-17  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * 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  <dmitry@zend.com>
 
     * zend_builtin_functions.c