]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 15 May 2009 01:32:53 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 15 May 2009 01:32:53 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index c3304cb74c8565d225243b3e7c57ab6dbe3d09f5..0ec403eaa864a086e6ff946e6245349fd3e97e1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,258 @@
+2009-05-14  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_exec_001.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt:
+      - Fix tests
+
+    * ext/odbc/tests/odbc_data_source_001.phpt:
+      - Fix test
+
+2009-05-14  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * (PHP_5_3)
+      ext/json/JSON_parser.c
+      ext/json/JSON_parser.h
+      ext/json/json.c:
+      MFH Allow a custom recursion depth to be specified for json_decode()
+
+    * ext/json/json.c:
+      Throw an error rather than silently changing to the default.
+
+2009-05-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * build/order_by_dep.awk
+      build/order_by_dep.awk
+      build/order_by_dep.awk:
+      - Fix the harmless patch that caused harm :)
+
+    * build/order_by_dep.awk:
+      - Fix harmless extra for() loop iteration
+
+2009-05-14  Moriyoshi Koizumi  <mozo@mozo.jp>
+
+    * (PHP_5_2)
+      ext/iconv/tests/iconv_stream_filter_delimiter.phpt:
+      - MFH:Add a new test for the additional delimiter of the encoding
+      conversion
+        filter
+
+    * (PHP_5_2)
+      ext/iconv/tests/iconv_stream_filter.phpt:
+      - MFH: Update the test as newer libc gets the bogus input through rather
+      than
+          rejecting it.
+
+    * ext/iconv/tests/iconv_stream_filter_delimiter.phpt
+      ext/iconv/tests/iconv_stream_filter_delimiter.phpt
+      ext/iconv/tests/iconv_stream_filter_delimiter.phpt:
+        1.1.4;
+      file iconv_stream_filter_delimiter.phpt was initially added on branch
+      PHP_5_3.
+
+2009-05-14  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      NEWS:
+      moved from 5.3
+
+    * (PHP_5_3)
+      NEWS
+      NEWS:
+      moved to 5.2
+
+2009-05-14  Moriyoshi Koizumi  <mozo@mozo.jp>
+
+    * (PHP_5_3)
+      ext/iconv/tests/iconv_stream_filter.phpt:
+      - Update the test as newer libc gets the bogus input through rather than
+        rejecting it.
+
+2009-05-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      ZendEngine2/zend.c
+      build/order_by_dep.awk
+      ext/date/config.m4
+      ext/date/config0.m4
+      ext/date/php_date.c:
+      MFH: Fixed module loading order and made request shutdown functions also to
+           be loaded in reverse like all other shutdowns are.
+
+2009-05-14  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/odbc/php_odbc.c:
+      - Improved fix for #42414
+
+2009-05-14  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * (PHP_5_2)
+      ext/spl/spl_array.c
+      ext/spl/tests/arrayObject___construct_basic4.phpt
+      ext/spl/tests/arrayObject___construct_basic5.phpt
+      ext/spl/tests/arrayObject_magicMethods6.phpt
+      ext/spl/tests/arrayObject_setFlags_basic1.phpt
+      ext/spl/tests/bug45622.phpt:
+      MFB: Fixed bug #45622 (isset($arrayObject->p) misbehaves with
+      ArrayObject::ARRAY_AS_PROPS set)
+
+    * (PHP_5_2)
+      ext/spl/spl_array.c
+      ext/spl/tests/bug45614.phpt:
+      MFB: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st
+      private prop of wrapped object)
+
+    * (PHP_5_2)
+      ext/zlib/zlib.c
+      ext/zlib/tests/gzinflate-bug42663.phpt
+      ext/zlib/tests/gzinflate_length.phpt:
+      MFB: Fixed #42663 (gzinflate() try to allocate all memory with truncated
+      data)
+
+    * (PHP_5_2)
+      ext/soap/tests/typemap001.phpt
+      ext/soap/tests/typemap003.phpt
+      ext/soap/tests/typemap005.phpt
+      ext/soap/tests/typemap007.phpt
+      ext/soap/tests/schema/skipif.inc:
+      MFB: fix skipifs
+
+    * (PHP_5_2)
+      ext/standard/tests/network/gethostbynamel_error.phpt:
+      MFB: Fix test (use canonical name, fixes #45493)
+
+    * (PHP_5_2)
+      ext/standard/http_fopen_wrapper.c:
+      MFB: Fixed #45540 (stream_context_create creates bad http request)
+
+2009-05-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      NEWS
+      ext/readline/config.m4
+      ext/readline/config.m4:
+      MFH:- Fixed bug #48256 (Crash due to double-linking of history.o)
+
+    * ext/readline/config.m4:
+      - Fixed bug #48256 (Crash due to double-linking of history.o)
+
+2009-05-14  Greg Beaver  <greg@chiaraquartet.net>
+
+    * ext/standard/http_fopen_wrapper.c:
+      fix potential free of NULL
+
+2009-05-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      MFB: Fixed\ compiler\ warnings
+
+    * ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      MFB: Fixed compiler warnings
+
+    * (PHP_5_3)
+      ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      Fixed compiler warnings
+
+2009-05-14  Dmitry Stogov  <dmitry@zend.com>
+
+    * main/php_sprintf.c
+      main/php_sprintf.c
+      main/php_sprintf.c:
+      Fixed wrong return value
+
+2009-05-14  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+2009-05-14  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_3)
+      NEWS:
+      Now in 5.2 (or should the entry be here as well...?)
+
+2009-05-14  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt:
+      - New tests
+
+    * ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columnprivileges_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_columns_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_data_source_001.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_exec_002.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_free_result_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt
+      ext/odbc/tests/odbc_tables_001.phpt:
+        1.1.4;
+      - New tests
+
+2009-05-14  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend.h
+      ZendEngine2/zend_hash.h
+      ZendEngine2/zend_operators.h
+      ZendEngine2/tests/bug45877.phpt:
+      MFH: Fixed bug #45877 (Array key '2147483647' left as string)
+
+2009-05-14  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      ext/odbc/php_odbc.c
+      ext/odbc/php_odbc.c:
+      MFH:
+      - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC
+      driver)
+        patch by: jhml at gmx dot net
+
+    * ext/odbc/php_odbc.c:
+      - Fixed bug #42414 (some odbc_*() functions incompatible with Oracle ODBC
+      driver)
+
+2009-05-14  Scott MacVicar  <scott@macvicar.net>
+
+    * ext/json/JSON_parser.c
+      ext/json/JSON_parser.h
+      ext/json/json.c:
+      Allow the json_decode() depth to be any size, but keep the static one
+      around for now. It might make sense to allow an unbound depth.
+
 2009-05-13  Greg Beaver  <greg@chiaraquartet.net>
 
     * ext/phar/phar.c
index 2b5a31971bab9ad641fc6e448392b4cdbd14eeff..24ccd056e3a21da2fb2bf1093d685a3dfa5dd870 100644 (file)
@@ -1,3 +1,19 @@
+2009-05-14  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      zend.c:
+      MFH: Fixed module loading order and made request shutdown functions also to
+           be loaded in reverse like all other shutdowns are.
+
+2009-05-14  Matt Wilmas  <php_lists@realplain.com>
+
+    * (PHP_5_2)
+      zend.h
+      zend_hash.h
+      zend_operators.h
+      tests/bug45877.phpt:
+      MFH: Fixed bug #45877 (Array key '2147483647' left as string)
+
 2009-05-13  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * (PHP_5_3)