php-src/sapi/apache2handler
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
..
apache_config.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
config.m4 Fixed bug #79737 (Building embed as static fails during install step). 2020-06-29 11:14:20 +03:00
config.w32 Remove major version from apache module 2019-02-05 14:57:35 +01:00
CREDITS
mod_php.c Fix MSVC level 1 (severe) warnings 2020-06-05 11:17:05 +02:00
php.sym Remove major version from apache module 2019-02-05 14:57:35 +01:00
php_apache.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
php_functions.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
php_functions.stub.php Fix UNKNOWN default value of apache_note() 2020-09-19 16:22:18 +02:00
php_functions_arginfo.h Fix UNKNOWN default value of apache_note() 2020-09-19 16:22:18 +02:00
sapi_apache2.c Merge branch 'PHP-7.4' 2020-06-24 14:43:13 +02:00