php-src/ext/session
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 Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
config.m4 Fixed bug #80377 2020-11-25 11:47:05 +01:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
mod_files.bat Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
mod_files.c Clean up ext/session errors 2020-09-11 11:59:04 +02:00
mod_files.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mod_files.sh Make ext/session/mod_files.sh executable 2018-09-26 06:11:13 +02:00
mod_mm.c Merge branch 'PHP-7.4' 2020-08-13 17:26:20 +02:00
mod_mm.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mod_user.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
mod_user.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
mod_user_class.c Avoid fatal error in session handler 2020-08-14 15:19:18 +02:00
php_session.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
session.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
session.stub.php Review parameter names in ext/session 2020-09-30 13:21:17 +02:00
session_arginfo.h Review parameter names in ext/session 2020-09-30 13:21:17 +02:00