]> granicus.if.org Git - php/commit
Fixed bug #38546
authorCameron Porter <camporter1@gmail.com>
Wed, 6 Mar 2019 06:33:40 +0000 (00:33 -0600)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 7 Jun 2019 07:48:43 +0000 (09:48 +0200)
commit7d1aa7534d756477d45f8fa63b5467589ccca031
treea244dc5aba7319137cc5ca776e7e3eed4dfb0a51
parent2df32942d3ec9b70e791225aeee70a857b9b292e
Fixed bug #38546

Properly support binding boolean parameters with emulated prepared
statements disabled. Also add the necessary mysqlnd support for
MYSQL_TYPE_TINY.
NEWS
ext/mysqlnd/mysqlnd_ps_codec.c
ext/pdo_mysql/mysql_statement.c
ext/pdo_mysql/tests/bug_38546.phpt [new file with mode: 0644]
ext/pdo_mysql/tests/bug_44707.phpt