changelog               Tue Oct 28 01:33:37 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3210&r2=1.3211&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3210 php-src/ChangeLog:1.3211
--- php-src/ChangeLog:1.3210    Mon Oct 27 01:34:12 2008
+++ php-src/ChangeLog   Tue Oct 28 01:33:33 2008
@@ -1,3 +1,136 @@
+2008-10-27  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/mysql/php_mysql.c:
+      
+      Fixed compiler warning
+
+2008-10-27  Johannes Schlüter  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS:
+      Fix NEWS
+
+    * (PHP_5_3)
+      NEWS
+      ext/pdo_mysql/mysql_driver.c
+      ext/pdo_mysql/pdo_mysql.c
+      ext/pdo_mysql/php_pdo_mysql_int.h
+      ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt:
+      MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)
+
+    * ext/pdo_mysql/mysql_driver.c
+      ext/pdo_mysql/pdo_mysql.c
+      ext/pdo_mysql/php_pdo_mysql_int.h
+      ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt:
+      Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)
+
+    * (PHP_5_3)
+      NEWS:
+      BFN
+
+    * (PHP_5_3)
+      ext/mysqli/tests/mysqli_insert_id_variation.phpt
+      ext/mysqlnd/mysqlnd.c
+      ext/mysqlnd/mysqlnd_loaddata.c
+      ext/mysqlnd/mysqlnd_ps.c:
+      MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced 
PDOStatement
+      is
+      executed)
+
+    * ext/mysqli/tests/mysqli_insert_id_variation.phpt
+      ext/mysqli/tests/mysqli_insert_id_variation.phpt:
+      
+      Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is
+      executed)
+
+    * ext/mysqlnd/mysqlnd.c
+      ext/mysqlnd/mysqlnd_loaddata.c
+      ext/mysqlnd/mysqlnd_ps.c:
+      Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is
+      executed)
+
+2008-10-27  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/mysqlnd/mysqlnd_result.c:
+      MFH:
+      Fix overusage of memory when the result set is empty. Then no memory will
+      be
+      allocated compared to before. Also grow (realloc) the rset with 10%
+      instead
+      of 33% - more reallocs but better memory usage. Of course later theres is
+      a
+      realloc to shrink the rset t ofree it from unused rows but its better to
+      to eat too much at once.
+
+    * ext/mysqlnd/mysqlnd_result.c:
+      Fix overusage of memory when the result set is empty. Then no memory will
+      be
+      allocated compared to before. Also grow (realloc) the rset with 10%
+      instead
+      of 33% - more reallocs but better memory usage. Of course later theres is
+      a
+      realloc to shrink the rset t ofree it from unused rows but its better to
+      to eat too much at once.
+
+2008-10-27  Arnaud Le Blanc  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_alloc.h:
+      Fix compile error
+
+2008-10-27  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/mysqlnd/mysqlnd_statistics.c
+      ext/mysqlnd/mysqlnd_statistics.c:
+      Fix a name
+
+    * (PHP_5_2)
+      ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_nonapi.c:
+      MFH: Fix an issue with mysql.default_port not being used
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli_nonapi.c
+      ext/mysqli/tests/bug34810.phpt
+      ext/mysqli/tests/mysqli_connect_oo_defaults.phpt
+      ext/mysqli/tests/mysqli_constants.phpt
+      ext/mysqli/tests/mysqli_get_client_stats.phpt:
+      MFH: Fix an issue with mysqli.default_port not being used
+
+    * ext/mysqli/tests/bug34810.phpt
+      ext/mysqli/tests/mysqli_connect_oo_defaults.phpt
+      ext/mysqli/tests/mysqli_constants.phpt
+      ext/mysqli/tests/mysqli_get_client_stats.phpt:
+      Fix tests
+
+    * ext/mysqli/mysqli_nonapi.c:
+      Fix bug found in a test. mysqli.default_port wasn't used
+
+2008-10-27  Hannes Magnusson  <[EMAIL PROTECTED]>
+
+    * tests/basic/bug20539.phpt:
+      Improve test and remove the temporary session file created by the skipif
+      check
+
+2008-10-27  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/mysql/php_mysql.c
+      ext/mysqli/mysqli_nonapi.c:
+      MFH:
+      Warning if the library API version differs from the headers used to
+      compile.
+      Patch versions are not considered but major.minor
+      Fix build of ext/mysql with 4.0.x and pre.
+
+    * ext/mysql/php_mysql.c
+      ext/mysqli/mysqli_nonapi.c:
+      Warning if the library API version differs from the headers used to
+      compile.
+      Patch versions are not considered but major.minor
+      Fix build of ext/mysql with 4.0.x and pre.
+
 2008-10-26  Felipe Pena  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -9578,7 +9711,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3210 2008/10/27 01:34:12 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3211 2008/10/28 01:33:33 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to