php-src/ext/session
Christoph M. Becker 688e56d0ac Properly initialize PS(mod) on RINIT
We need to do that in case a user handler has been set.  However, we
can't do that in `php_rinit_session_globals()` since that function is
called by PHP function `session_destroy()` too, but in that case we
don't want to reset PS(mod).

Closes GH-6795.
2021-03-23 13:12:19 +01:00
..
tests Fix #80889: amendment 2021-03-22 22:17:35 +01:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02: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 Use readdir() instead of readdir_r() 2019-04-11 16:52:36 +02:00
mod_files.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
mod_files.sh Make ext/session/mod_files.sh executable 2018-09-26 06:11:13 +02:00
mod_mm.c Fixed bug #79724 2020-08-13 17:25:51 +02:00
mod_mm.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
mod_user.c Merge branch 'PHP-7.3' into PHP-7.4 2019-10-04 06:16:18 +02:00
mod_user.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
mod_user_class.c Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_session.h Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbols 2019-06-27 23:25:33 +02:00
session.c Properly initialize PS(mod) on RINIT 2021-03-23 13:12:19 +01:00