]> granicus.if.org Git - php/commit
Fix handling of BIT fields in mysqli, when libmysql is used
authorAndrey Hristov <andrey@php.net>
Tue, 22 Sep 2009 13:58:52 +0000 (13:58 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 22 Sep 2009 13:58:52 +0000 (13:58 +0000)
commite4be0b369c46d3cb30ec180188ed8a56e8948c2b
tree02b77e67f934650ba05a8eb1b7bdceaadf027515
parent1a88e45cf29084d89ca1f5b8c6b1712040e7253c
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 encoded. mysqlnd is always
there, 5.3+, so its macros can be used, even if mysqlnd is
not compiled as library of choice.
ext/mysqli/mysqli_api.c