1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
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
..
2021-03-22 22:17:35 +01:00
2018-07-25 00:53:25 +02:00
2020-08-13 17:25:51 +02:00
2019-10-04 06:16:18 +02:00
2021-03-23 13:12:19 +01:00