php-src/ext/sqlite3
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 Improve parameter names in ext/sqlite3 2020-10-06 23:02:18 +02:00
config.w32 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
config0.m4 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
CREDITS
php_sqlite3.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_sqlite3_structs.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
sqlite3.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
sqlite3.stub.php SQLite3::query() cannot return null 2021-01-04 12:13:06 +01:00
sqlite3_arginfo.h SQLite3::query() cannot return null 2021-01-04 12:13:06 +01:00