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
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
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
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
===