[PHP-CVS] cvs: php-src /ext/mysql php_mysql.c /ext/mysqli mysqli_nonapi.c

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 12:07:35 2008 UTC Modified files: /php-src/ext/mysql php_mysql.c /php-src/ext/mysqli mysqli_nonapi.c Log: Warning if the library API version differs from the headers used to compile. Patch versions are not considered but major.minor Fix

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql php_mysql.c /ext/mysqli mysqli_nonapi.c

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 12:09:37 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql php_mysql.c /php-src/ext/mysqli mysqli_nonapi.c Log: MFH: Warning if the library API version differs from the headers used to compile. Patch versions are not consider

[PHP-CVS] cvs: php-src /tests/basic bug20539.phpt

2008-10-27 Thread Hannes Magnusson
bjori Mon Oct 27 14:25:17 2008 UTC Modified files: /php-src/tests/basicbug20539.phpt Log: Improve test and remove the temporary session file created by the skipif check http://cvs.php.net/viewvc.cgi/php-src/tests/basic/bug20539.phpt?r1=1.5&r2=1.6&

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/basic bug20539.phpt

2008-10-27 Thread Hannes Magnusson
bjori Mon Oct 27 14:25:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/tests/basicbug20539.phpt Log: MFH: Improve test and fix skipif http://cvs.php.net/viewvc.cgi/php-src/tests/basic/bug20539.phpt?r1=1.3.6.2&r2=1.3.6.3&diff_format=u Index: ph

[PHP-CVS] cvs: php-src /ext/mysqli mysqli_nonapi.c

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 14:30:51 2008 UTC Modified files: /php-src/ext/mysqli mysqli_nonapi.c Log: Fix bug found in a test. mysqli.default_port wasn't used http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.87&r2=1.88&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug34810.phpt mysqli_connect_oo_defaults.phpt mysqli_constants.phpt mysqli_get_client_stats.phpt

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 14:33:10 2008 UTC Modified files: /php-src/ext/mysqli/tests bug34810.phpt mysqli_connect_oo_defaults.phpt mysqli_constants.phpt mysqli_get_client_stat

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli mysqli_nonapi.c /ext/mysqli/tests bug34810.phpt mysqli_connect_oo_defaults.phpt mysqli_constants.phpt mysqli_get_client_stats.phpt

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 14:34:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli_nonapi.c /php-src/ext/mysqli/tests bug34810.phpt mysqli_connect_oo_defaults.phpt mysqli_constants.ph

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli mysqli_api.c mysqli_nonapi.c

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 14:36:02 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli mysqli_api.c mysqli_nonapi.c Log: MFH: Fix an issue with mysql.default_port not being used http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.118.2.22.2.

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_statistics.c

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 14:38:17 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd_statistics.c Log: Fix a name http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_statistics.c?r1=1.7&r2=1.8&diff_format=u Index: php-src/ext/mysqlnd/mysqlnd_statist

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_statistics.c

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 14:38:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_statistics.c Log: Fix a name http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_statistics.c?r1=1.2.2.7&r2=1.2.2.8&diff_format=u Index: php-src/ex

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_result.c

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 15:13:42 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd_result.c Log: 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

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_result.c

2008-10-27 Thread Andrey Hristov
andrey Mon Oct 27 15:14:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_result.c Log: 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

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_insert_id_variation.phpt /ext/mysqlnd mysqlnd.c mysqlnd_loaddata.c mysqlnd_ps.c

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 17:20:27 2008 UTC Added files: /php-src/ext/mysqli/tests mysqli_insert_id_variation.phpt Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_loaddata.c mysqlnd_ps.c Log: Fix #46285 (lastInsertId() retu

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_insert_id_variation.phpt /ext/mysqlnd mysqlnd.c mysqlnd_loaddata.c mysqlnd_ps.c

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 17:21:22 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_insert_id_variation.phpt Modified files: /php-src/ext/mysqlndmysqlnd.c mysqlnd_loaddata.c mysqlnd_ps.c Log: MFH: Fix #4628

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 17:25:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.352&r2=1.2027.2.547.2.965.2.353&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.20

[PHP-CVS] cvs: php-src /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /ext/pdo_mysql/tests pdo_mysql_class_constants.phpt

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 18:29:57 2008 UTC Modified files: /php-src/ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /php-src/ext/pdo_mysql/testspdo_mysql_class_constants.phpt Log: Fix #44135 (PDO MyS

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /ext/pdo_mysql/tests pdo_mysql_class_constants.phpt

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 18:32:09 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /php-src/ext/pdo_mysql/testspdo_mysql_class_const

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2008-10-27 Thread Johannes Schlüter
johannesMon Oct 27 18:33:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Fix NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.354&r2=1.2027.2.547.2.965.2.355&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql php_mysql.c

2008-10-27 Thread Ilia Alshanetsky
iliaa Mon Oct 27 23:27:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql php_mysql.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.213.2.6.2.16.2.29&r2=1.213.2.6.2.16.2.30&diff_format=u Index: ph