php-src/ext/iconv
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 Update iconv parameter names 2020-09-29 18:11:07 +02:00
config.m4 Merge branch 'PHP-7.4' into PHP-8.0 2020-10-09 15:25:23 +02:00
config.w32 Drop support for iconv without proper errno setting 2020-03-17 14:02:29 +01:00
CREDITS Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
iconv_arginfo.h Update iconv parameter names 2020-09-29 18:11:07 +02:00
iconv.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
iconv.stub.php Update iconv parameter names 2020-09-29 18:11:07 +02:00
php_iconv.def
php_iconv.h Consistently handle out of bounds offsets in iconv_strpos() 2020-09-28 14:24:38 +02:00