php-src/ext/mysqlnd
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
..
config-win.h Drop unnecessary stdint and inttypes header checks 2020-04-22 20:18:19 +02:00
config.w32 Native Windows support for mysqlnd sha256 authentification 2020-03-02 16:32:51 +01:00
config9.m4 Remove MYSQLND_COMPRESSION_WANTED define 2020-06-04 10:03:39 +02:00
CREDITS
mysql_float_to_double.h Merge branch 'PHP-7.4' 2020-05-15 09:13:22 +02:00
mysqlnd.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_alloc.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_alloc.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_auth.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_auth.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_block_alloc.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_block_alloc.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_charset.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_charset.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_commands.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_commands.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_connection.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_connection.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_debug.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_debug.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_driver.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_enum_n_def.h MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_ext_plugin.c MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_ext_plugin.h MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_libmysql_compat.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_loaddata.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_plugin.c Fix warning of strict-prototypes 2020-06-07 10:36:50 +02:00
mysqlnd_plugin.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_portability.h Remove int6store() 2020-04-14 10:37:37 +02:00
mysqlnd_priv.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_protocol_frame_codec.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_protocol_frame_codec.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_ps.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_ps.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_ps_codec.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_read_buffer.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_read_buffer.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_result.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_result.h MySQLnd: Clean up and optimize mysqlnd result set handling 2020-12-17 10:15:02 +01:00
mysqlnd_result_meta.c Drop support for max_length in mysqli_fetch_fields() 2020-12-17 10:01:02 +01:00
mysqlnd_result_meta.h Fix warning of strict-prototypes 2020-06-07 10:36:50 +02:00
mysqlnd_reverse_api.c Drop some dead code 2020-09-14 12:03:07 +02:00
mysqlnd_reverse_api.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mysqlnd_statistics.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_statistics.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_structs.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_vio.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_vio.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_wireprotocol.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mysqlnd_wireprotocol.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
php_mysqlnd.c MySQLnd: Remove mnd_malloc/free etc. 2020-12-17 17:01:09 +01:00
php_mysqlnd.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00