From e1d91d2cebf505fe9c53d453654113d36f6e8cf9 Mon Sep 17 00:00:00 2001 From: Date: Fri, 15 May 2009 01:32:53 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 255 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 16 ++++ 2 files changed, 271 insertions(+) diff --git a/ChangeLog b/ChangeLog index c3304cb74c..0ec403eaa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,258 @@ +2009-05-14 Felipe Pena + + * (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 + + * (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 + + * 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 + + * (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 + + * (PHP_5_2) + NEWS + NEWS: + moved from 5.3 + + * (PHP_5_3) + NEWS + NEWS: + moved to 5.2 + +2009-05-14 Moriyoshi Koizumi + + * (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 + + * (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 + + * ext/odbc/php_odbc.c: + - Improved fix for #42414 + +2009-05-14 Arnaud Le Blanc + + * (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 + + * (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 + + * ext/standard/http_fopen_wrapper.c: + fix potential free of NULL + +2009-05-14 Ilia Alshanetsky + + * (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 + + * main/php_sprintf.c + main/php_sprintf.c + main/php_sprintf.c: + Fixed wrong return value + +2009-05-14 Felipe Pena + + * (PHP_5_2) + NEWS: + BFN + +2009-05-14 Matt Wilmas + + * (PHP_5_3) + NEWS: + Now in 5.2 (or should the entry be here as well...?) + +2009-05-14 Felipe Pena + + * (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_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 + + * (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 + + * 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 * ext/phar/phar.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2b5a31971b..24ccd056e3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2009-05-14 Jani Taskinen + + * (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_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 * (PHP_5_3) -- 2.40.0