Commit 688e56d
committed
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 phpGH-6795.1 parent 838951c commit 688e56d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2855 | 2855 | | |
2856 | 2856 | | |
2857 | 2857 | | |
2858 | | - | |
| 2858 | + | |
| 2859 | + | |
2859 | 2860 | | |
2860 | 2861 | | |
2861 | 2862 | | |
| |||
0 commit comments