php-src/ext/ftp
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 FTP: Disallow direct FTPConnection construction 2020-12-23 09:54:38 +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 Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
ftp.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
ftp.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
ftp.stub.php Convert FTP resource to object 2020-10-21 22:29:23 +00:00
ftp_arginfo.h Convert FTP resource to object 2020-10-21 22:29:23 +00:00
php_ftp.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
php_ftp.h Remove some unnecessary HAVE_EXTNAME guards 2020-09-07 11:05:07 +02:00