[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2008-10-27 Thread changelog
changelog   Tue Oct 28 01:33:37 2008 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3210r2=1.3211diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3210 php-src/ChangeLog:1.3211
--- php-src/ChangeLog:1.3210Mon 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 

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2008-10-27 Thread changelog
changelog   Tue Oct 28 01:33:45 2008 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1386r2=1.1387diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1386 ZendEngine2/ChangeLog:1.1387
--- ZendEngine2/ChangeLog:1.1386Sat Oct 25 01:32:20 2008
+++ ZendEngine2/ChangeLog   Tue Oct 28 01:33:45 2008
@@ -1,3 +1,8 @@
+2008-10-27  Arnaud Le Blanc  [EMAIL PROTECTED]
+
+* zend_alloc.h:
+  Fix compile error
+
 2008-10-24  Antony Dovgal  [EMAIL PROTECTED]
 
 * tests/bug46381.phpt
@@ -26186,7 +26191,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1386 2008/10/25 01:32:20 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1387 2008/10/28 01:33:45 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -27910,7 +27915,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1386 2008/10/25 01:32:20 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1387 2008/10/28 01:33:45 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]