diff options
author | <changelog@php.net> | 2009-04-27 01:32:44 +0000 |
---|---|---|
committer | <changelog@php.net> | 2009-04-27 01:32:44 +0000 |
commit | 0fed8a9653b9c807e50567525bd1479c7184acb3 (patch) | |
tree | 87e2540cc2dae4ace4bb6a47e83d45b17bfbf0f7 /ChangeLog | |
parent | c550cc0bcf9f0c09f228c962bdb8c0fd3d5dbc95 (diff) | |
download | php-git-0fed8a9653b9c807e50567525bd1479c7184acb3.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -1,3 +1,59 @@ +2009-04-26 Sebastian Schürmann <sschuermann303@yahoo.de> + + * (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 <pierre.dev@gmail.com> + + * ext/imap/php_imap.c: + - rmeove duplicate definition + +2009-04-26 Ilia Alshanetsky <ilia@prohost.org> + + * ext/standard/strnatcmp.c: + + Fixed compiler warning + +2009-04-26 Pierre-Alain Joye <pierre.dev@gmail.com> + + * ext/imap/php_imap.c + ext/imap/php_imap.c: + - correct clause + +2009-04-26 Jani Taskinen <jani.taskinen@sci.fi> + + * (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 <arnaud.lb@gmail.com> * ext/spl/php_spl.c: |