]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 27 Apr 2009 01:32:44 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 27 Apr 2009 01:32:44 +0000 (01:32 +0000)
ChangeLog

index ee1f8059a07599cd16bd417ea17e782cb3980297..9cdc8ab1d8d5db855ccab84ce8f58d292201111c 100644 (file)
--- 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: