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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);