changelog               Mon Apr 27 01:32:45 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3385&r2=1.3386&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3385 php-src/ChangeLog:1.3386
--- php-src/ChangeLog:1.3385    Sun Apr 26 01:32:37 2009
+++ php-src/ChangeLog   Mon Apr 27 01:32:44 2009
@@ -1,3 +1,59 @@
+2009-04-26  Sebastian Schürmann  <sschuermann...@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....@gmail.com>
+
+    * ext/imap/php_imap.c:
+      - rmeove duplicate definition
+
+2009-04-26  Ilia Alshanetsky  <i...@prohost.org>
+
+    * ext/standard/strnatcmp.c:
+      
+      Fixed compiler warning
+
+2009-04-26  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/imap/php_imap.c
+      ext/imap/php_imap.c:
+      - correct clause
+
+2009-04-26  Jani Taskinen  <jani.taski...@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...@gmail.com>
 
     * ext/spl/php_spl.c:
@@ -37497,7 +37553,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3385 2009/04/26 01:32:37 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3386 2009/04/27 01:32:44 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to