summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2009-04-27 01:32:44 +0000
committer <changelog@php.net>2009-04-27 01:32:44 +0000
commit0fed8a9653b9c807e50567525bd1479c7184acb3 (patch)
tree87e2540cc2dae4ace4bb6a47e83d45b17bfbf0f7 /ChangeLog
parentc550cc0bcf9f0c09f228c962bdb8c0fd3d5dbc95 (diff)
downloadphp-git-0fed8a9653b9c807e50567525bd1479c7184acb3.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee1f8059a0..9cdc8ab1d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: