mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
parent
c815cdcfe7
commit
d7aa0be3a8
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ session
|
||||||
session.save_handler=files
|
session.save_handler=files
|
||||||
open_basedir=.
|
open_basedir=.
|
||||||
error_reporting=E_ALL
|
error_reporting=E_ALL
|
||||||
|
session.save_path=
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
session_set_save_handler(new \SessionHandler(), true);
|
session_set_save_handler(new \SessionHandler(), true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue