]> granicus.if.org Git - php/commit
Fixed error reporting in mysqli_stmt::__construct
authorDharman <tekiela246@gmail.com>
Tue, 24 Nov 2020 23:02:04 +0000 (23:02 +0000)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 25 Nov 2020 15:27:41 +0000 (16:27 +0100)
commit233f507fe62d2f166c32e92d6471969c72fe4643
treea2ff5a149f797db3c5d3de724033cc4f8f727487
parente3e67b721f1ae3f7b8c624ea0e3e3e18dd0e9417
Fixed error reporting in mysqli_stmt::__construct

For the sake of simplicity, I've synchronized the implementation
with PHP 8, which means null values are also accepted.

Closes GH-6454.
ext/mysqli/mysqli.c
ext/mysqli/tests/063.phpt