php-src/ext/mysqli
Nikita Popov 3e01f5afb1 Replace zend_bool uses with bool
We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool is retained as an alias.
2021-01-15 12:33:06 +01:00
..
tests Print "interned" instead of fake refcount in debug_zval_dump() 2021-01-15 12:21:24 +01:00
config.m4 Don't assume libmysqlclient library name 2020-11-12 15:11:56 +01:00
config.w32 Generate function entries from stubs for mysqli 2020-04-19 21:56:47 +02:00
CREDITS
mysqli.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqli.stub.php Merge branch 'PHP-8.0' 2021-01-06 15:03:28 +01:00
mysqli_api.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqli_arginfo.h Merge branch 'PHP-8.0' 2021-01-06 15:03:28 +01:00
mysqli_driver.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqli_exception.c Accept zend_object* in zend_update_property 2020-08-07 16:40:27 +02:00
mysqli_libmysql.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqli_mysqlnd.h Drop support for libmysqlclient < 5.5 2020-09-17 12:05:30 +02:00
mysqli_nonapi.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqli_priv.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqli_prop.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqli_report.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
mysqli_result_iterator.c Convert E_ERROR to Error exception in mysqli_result iterator 2020-09-14 12:15:24 +02:00
mysqli_warning.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
php_mysqli.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_mysqli_structs.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00