diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/session/tests/session_save_path_variation5.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/session/tests/session_save_path_variation5.phpt b/ext/session/tests/session_save_path_variation5.phpt index ca6cb51c51..53e8f40767 100644 --- a/ext/session/tests/session_save_path_variation5.phpt +++ b/ext/session/tests/session_save_path_variation5.phpt @@ -6,7 +6,6 @@ if(substr(PHP_OS, 0, 3) == "WIN") die("skip Not for Windows"); ?> --INI-- -open_basedir=. session.save_handler=files session.save_path= session.name=PHPSESSID @@ -14,7 +13,7 @@ session.name=PHPSESSID <?php ob_start(); - +ini_set('open_basedir', __DIR__); /* * Prototype : string session_save_path([string $path]) * Description : Get and/or set the current session save path |
