php-src/ext/session
Nikita Popov 4633e70ab1 Fixed bug #80377
Make sure the $PHP_THREAD_SAFETY variable is always available
when configuring extensions. It was previously available for
phpized extensions, but for in-tree builds it was being set
too late.

Then, use $PHP_THREAD_SAFETY instead of $enable_zts to check for
ZTS in bundled extensions, which makes sure these checks also
work for phpize builds.
2020-11-25 11:47:05 +01:00
..
tests Drop usage of E_RECOVERABLE_ERROR in Session extension 2020-09-22 19:11:30 +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_class.c Avoid fatal error in session handler 2020-08-14 15:19:18 +02:00
mod_user.c Clean up ext/session errors 2020-09-11 11:59:04 +02:00
mod_user.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_session.h Clean up ext/session errors 2020-09-11 11:59:04 +02:00
session_arginfo.h Review parameter names in ext/session 2020-09-30 13:21:17 +02:00
session.c Use callable type in register_shutdown_function() 2020-09-25 14:48:33 +02:00
session.stub.php Review parameter names in ext/session 2020-09-30 13:21:17 +02:00