1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

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.
This commit is contained in:
Niels Dossche
2024-05-31 18:18:40 +02:00
committed by GitHub
parent c815cdcfe7
commit d7aa0be3a8

View File

@@ -6,6 +6,7 @@ session
session.save_handler=files
open_basedir=.
error_reporting=E_ALL
session.save_path=
--FILE--
<?php
session_set_save_handler(new \SessionHandler(), true);