[PHP-CVS] svn: /php/php-src/trunk/ext/ mysqli/mysqli_api.c mysqli/mysqli_libmysql.h mysqli/mysqli_mysqlnd.h mysqli/mysqli_nonapi.c mysqlnd/mysqlnd.c mysqlnd/mysqlnd.h mysqlnd/mysqlnd_auth.c mysqlnd/my

2011-01-14 Thread Andrey Hristov
andrey Fri, 14 Jan 2011 13:00:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=307475 Log: Change things to allow passing of the password length to mysqlnd. This is needed as a password might include a \0 and thus we need to be binary safe. Ch

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ mysqli_api.c

2009-09-22 Thread Andrey Hristov
andrey Tue, 22 Sep 2009 13:58:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=288570 Log: Fix handling of BIT fields in mysqli, when libmysql is used We need to use macros from mysqlnd to be able to read the bit fields, as they are specially e

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ mysqli_api.c tests/bug48909.phpt

2009-09-18 Thread Andrey Hristov
andrey Fri, 18 Sep 2009 14:32:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=288438 Log: Fix for bug#48909 Segmentation fault in mysqli_stmt_execute Bug: http://bugs.php.net/48909 (Feedback) Segmentation fault in mysqli_stmt_execute

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/ mysqli_api.c

2009-08-04 Thread Jani Taskinen
jani Tue, 04 Aug 2009 14:51:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=286808 Log: Merge from PHP_5_3 Changed paths: U php/php-src/trunk/ext/mysqli/mysqli_api.c Modified: php/php-src/trunk/ext/mysqli/mysqli_api.c ===