changelog               Tue Jan  6 01:32:28 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3279&r2=1.3280&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3279 php-src/ChangeLog:1.3280
--- php-src/ChangeLog:1.3279    Mon Jan  5 01:32:15 2009
+++ php-src/ChangeLog   Tue Jan  6 01:32:27 2009
@@ -1,3 +1,141 @@
+2009-01-05  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      NEWS:
+      - BFN
+
+    * ext/soap/tests/bug46760.phpt
+      ext/soap/tests/bug46760.phpt:
+      - New test
+
+    * (PHP_5_2)
+      ext/soap/soap.c
+      ext/soap/tests/bug46760.phpt
+      ext/soap/tests/bug46760.phpt
+      ext/soap/tests/bug46760.phpt:
+      - Fixed bug #46760 (SoapClient doRequest fails when proxy is used) [only 
in
+      this branch]
+
+    * (PHP_5_3)
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_operators.c
+      ZendEngine2/zend_operators.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/bug46701.phpt:
+      MFH:
+      - Fixed bug #46701 (Creating associative array with long values in the 
key
+      fails on 32bit linux)
+      Patch by Shire
+
+    * ZendEngine2/tests/bug46701.phpt
+      ZendEngine2/tests/bug46701.phpt
+      ZendEngine2/tests/bug46701.phpt:
+        1.1.4;
+      - Fixed bug #46701 (Creating associative array with long values in the 
key
+      fails on 32bit linux)
+      Patch by Shire
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/zend_operators.c
+      ZendEngine2/zend_operators.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      - Fixed bug #46701 (Creating associative array with long values in the 
key
+      fails on 32bit linux)
+      Patch by Shire
+
+    * ext/mysql/tests/001.phpt
+      ext/mysql/tests/002.phpt
+      ext/mysql/tests/003.phpt
+      ext/mysql/tests/mysql_escape_string.phpt
+      ext/mysql/tests/mysql_fetch_array.phpt
+      ext/mysql/tests/mysql_fetch_assoc.phpt
+      ext/mysql/tests/mysql_fetch_field.phpt
+      ext/mysql/tests/mysql_fetch_object.phpt
+      ext/mysql/tests/mysql_fetch_row.phpt
+      ext/mysql/tests/mysql_field_name.phpt
+      ext/mysql/tests/mysql_field_seek.phpt
+      ext/mysql/tests/mysql_field_table.phpt
+      ext/mysql/tests/mysql_field_type.phpt
+      ext/mysql/tests/mysql_pconn_max_links.phpt
+      ext/mysql/tests/mysql_query.phpt
+      ext/mysql/tests/mysql_real_escape_string.phpt
+      ext/mysql/tests/mysql_result.phpt
+      ext/mysql/tests/mysql_select_db.phpt
+      ext/mysql/tests/mysql_set_charset.phpt
+      ext/mysql/tests/mysql_tablename.phpt
+      ext/mysql/tests/mysql_unbuffered_query.phpt:
+      - Fixed tests (removed UEXPECT(F) section)
+
+    * ext/date/tests/idate_variation7.phpt
+      ext/filter/tests/041.phpt
+      ext/iconv/tests/iconv_substr.phpt
+      ext/posix/tests/posix_initgroups.phpt
+      ext/session/tests/session_module_name_variation3.phpt
+      ext/session/tests/session_name_basic.phpt
+      ext/session/tests/session_name_error.phpt
+      ext/session/tests/session_name_variation1.phpt
+      ext/session/tests/session_save_path_basic.phpt
+      ext/session/tests/session_save_path_error.phpt
+      ext/session/tests/session_save_path_variation1.phpt
+      ext/session/tests/session_set_save_handler_basic.phpt
+      ext/standard/tests/array/compact_variation1.phpt
+      ext/standard/tests/file/rmdir_variation1.phpt
+      sapi/cli/tests/002.phpt
+      sapi/cli/tests/003-2.phpt
+      sapi/cli/tests/003.phpt
+      sapi/cli/tests/013.phpt
+      tests/basic/022.phpt
+      tests/lang/bug44654.phpt
+      tests/lang/comments.phpt:
+      - Fixed tests
+
+2009-01-05  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_3)
+      sapi/apache/php_apache.c
+      sapi/apache2filter/php_functions.c
+      sapi/apache2handler/php_functions.c
+      sapi/apache_hooks/php_apache.c:
+      
+      MFB: Improved parameter handling
+
+    * sapi/apache/php_apache.c
+      sapi/apache2filter/php_functions.c
+      sapi/apache2handler/php_functions.c
+      sapi/apache_hooks/php_apache.c:
+      Improved parameter handling
+
+2009-01-05  Antony Dovgal  <t...@daylessday.org>
+
+    * (PHP_5_2)
+      ext/pdo/tests/bug_44159.phpt
+      ext/pdo/tests/bug_44159.phpt:
+      create temporary db in the current dir and cleanup on completion
+
+    * run-tests.php
+      run-tests.php:
+      fix ws
+
+    * ext/sqlite3/sqlite3.c:
+      fix build
+
+    * (PHP_5_3)
+      run-tests.php:
+      MFH: only add "# original source" if a redirect is active
+
+    * run-tests.php:
+      only add "# original source" if a redirect is active
+
+    * ext/mbstring/mbstring.c:
+      MFB: fix memleaks correctly and make valgrind happy
+
+    * (PHP_5_3)
+      ext/mbstring/mbstring.c:
+      fix memleaks correctly and make valgrind happy
+
 2009-01-04  Pierre-Alain Joye  <pierre....@gmail.com>
 
     * (PHP_5_3)
@@ -22512,7 +22650,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3279 2009/01/05 01:32:15 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3280 2009/01/06 01:32:27 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to