From 0fed8a9653b9c807e50567525bd1479c7184acb3 Mon Sep 17 00:00:00 2001 From: Date: Mon, 27 Apr 2009 01:32:44 +0000 Subject: ChangeLog update --- ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee1f8059a0..9cdc8ab1d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2009-04-26 Sebastian Schürmann + + * (PHP_5_3) + ext/spl/tests/spl_classes.phpt: + - fix tests + - output of spl_classes differs from 5_2 to 5_3, changed to is_array + + * (PHP_5_2) + ext/spl/tests/spl_classes.phpt + ext/standard/tests/general_functions/call_user_method.phpt + ext/standard/tests/versioning/php_sapi_name_variation001.phpt: + - fixes to tests + - spl_classes only checks for is_array(), the output in 5_3_0 and 5_2_0 + is very different, + test will run this way in 5.2 and 5.3 w.o. problems + - call user method recognizes the different errormessage in 5_2_0 now + - the php_sap_name_variation001 check now goes for cgi instead of the + cgi-fcgi output string + +2009-04-26 Pierre-Alain Joye + + * ext/imap/php_imap.c: + - rmeove duplicate definition + +2009-04-26 Ilia Alshanetsky + + * ext/standard/strnatcmp.c: + + Fixed compiler warning + +2009-04-26 Pierre-Alain Joye + + * ext/imap/php_imap.c + ext/imap/php_imap.c: + - correct clause + +2009-04-26 Jani Taskinen + + * (PHP_5_2) + ext/session/php_session.h + ext/session/session.c + ext/session/tests/008-php4.2.3.phpt + ext/session/tests/014.phpt + ext/session/tests/session_decode_variation3.phpt + ext/session/tests/session_encode_error2.phpt + ext/session/tests/session_encode_variation1.phpt + ext/session/tests/session_encode_variation2.phpt + ext/session/tests/session_encode_variation6.phpt + ext/session/tests/session_encode_variation8.phpt: + MF53: Sync the session.c file structure and some bug fixes forgotten to + merge. + + * (PHP_5_2) + ext/standard/tests/array/array_count_values_variation.phpt: + - Fix test cleanup + 2009-04-25 Arnaud Le Blanc * ext/spl/php_spl.c: -- cgit v1.2.1