diff options
author | Andrey Hristov <andrey@php.net> | 2009-09-25 12:25:54 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2009-09-25 12:25:54 +0000 |
commit | 089e8b56a1d3b1a33ef01d1e58a73bcf81e97fa0 (patch) | |
tree | 409da2f6d02f5b7d2ec11800ab062c79456097de /ext/mysqlnd/php_mysqlnd.c | |
parent | 07757b4f2f4a45841fe825eb16f99ffd37512246 (diff) | |
download | php-git-089e8b56a1d3b1a33ef01d1e58a73bcf81e97fa0.tar.gz |
Fix mysqli_stmt_attr_set in libmysql mode.
mysql_stmt_attr_set returns my_bool instead of int.
If it was int, then 0 is success and !0 is failure, but
for my_bool 0 (FALSE) is failure and !0 is success.
Diffstat (limited to 'ext/mysqlnd/php_mysqlnd.c')
0 files changed, 0 insertions, 0 deletions