php-src/ext/imap
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 IMAP: Declare IMAPConnection class as final (stub+test) 2020-12-23 21:21:32 +01:00
config.m4 Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
config.w32 Remove unused defines 2019-07-18 02:21:39 +02:00
CREDITS
php_imap.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
php_imap.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
php_imap.stub.php Merge branch 'PHP-8.0' 2021-01-03 16:20:01 +01:00
php_imap_arginfo.h Merge branch 'PHP-8.0' 2021-01-03 16:20:01 +01:00