From d7aa0be3a86d45bb60b212d01fdaeec76030c86e Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Fri, 31 May 2024 18:18:40 +0200 Subject: [PATCH] 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. --- ext/session/tests/gh13856.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/session/tests/gh13856.phpt b/ext/session/tests/gh13856.phpt index a6d9fa0eaed..e503d41d29a 100644 --- a/ext/session/tests/gh13856.phpt +++ b/ext/session/tests/gh13856.phpt @@ -6,6 +6,7 @@ session session.save_handler=files open_basedir=. error_reporting=E_ALL +session.save_path= --FILE--