History log of /PHP-8.3/ext/session/tests/gh13856.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# d7aa0be3 31-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-14368: Test failure in ext/session/tests/gh13856.phpt (#14378)

If the runner overrides session.save_path, the test fails.
Manually set it to a value known to trigger the issue.


# 46f45a51 01-Apr-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-13856: Member access within null pointer of type 'ps_files' in ext/session/mod_files.c

We should not mark the session as opened when there was a failure in
open.

Closes G

Fix GH-13856: Member access within null pointer of type 'ps_files' in ext/session/mod_files.c

We should not mark the session as opened when there was a failure in
open.

Closes GH-13858.

show more ...