php-src/ext/pdo_firebird
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 Add CONFLICTS file for PDO firebird tests 2020-12-22 10:31:35 +01:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS
firebird_driver.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
firebird_statement.c Rewrite PDO result binding 2020-12-22 15:56:34 +01:00
pdo_firebird.c Suppress zend_signals warnings if pdo_firebird loaded 2020-12-22 10:20:41 +01:00
php_pdo_firebird.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_firebird_int.h Rewrite PDO result binding 2020-12-22 15:56:34 +01:00