From: Date: Sat, 16 May 2009 01:32:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3652 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26d03e6200ca25c9b0a7ac4601c594524eeb92db;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0ec403eaa8..e7d6cc75a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2009-05-15 Kalle Sommer Nielsen + + * ext/iconv/iconv.c: + Fix compiler warnings (only in HEAD), same style of silence as in 5.3 + +2009-05-15 Pierre-Alain Joye + + * (PHP_5_3) + TSRM/tsrm_win32.c: + - WS + +2009-05-15 Kalle Sommer Nielsen + + * ext/bz2/bz2.c + ext/bz2/bz2_filter.c: + Fix compiler warnings + +2009-05-15 Jani Taskinen + + * (PHP_5_2) + NEWS: + - Reverted is such a strong word.. :) + +2009-05-15 Moriyoshi Koizumi + + * (PHP_5_2) + NEWS: + - Not a news actually. + +2009-05-15 Felipe Pena + + * ZendEngine2/zend_builtin_functions.c: + - Missing zend_exceptions.h (Kalle) + +2009-05-15 Moriyoshi Koizumi + + * ext/standard/array.c: + - Roll it back then. I wonder if defaulting it to SORT_REGULAR would work + well + and I think allowing user-supplied comparator should make more sense + when it + comes to objects. + +2009-05-15 Christopher Jones + + * (PHP_5_2) + ext/standard/tests/array/array_multisort_variation11.phpt: + MFH: New array_multisort() test (Simon Westcott) + + * (PHP_5_3) + ext/standard/array.c + ext/standard/tests/array/array_multisort_variation11.phpt: + MFH: New array_multisort() test and code comment fix (Simon Westcott) + + * ext/standard/array.c + ext/standard/tests/array/array_multisort_variation11.phpt + ext/standard/tests/array/array_multisort_variation11.phpt + ext/standard/tests/array/array_multisort_variation11.phpt: + New array_multisort() test and code comment fix (Simon Westcott) + +2009-05-15 Kalle Sommer Nielsen + + * (PHP_5_3) + UPGRADING: + Added some more comments about deprecated ini settings + + * ext/json/json.c: + Fix arginfo + 2009-05-14 Felipe Pena * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 24ccd056e3..910fe2f7e1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2009-05-15 Felipe Pena + + * zend_builtin_functions.c: + - Missing zend_exceptions.h (Kalle) + 2009-05-14 Jani Taskinen * (PHP_5_2)