diff options
author | Stanislav Malyshev <stas@php.net> | 2011-10-16 02:43:50 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2011-10-16 02:43:50 +0000 |
commit | 63b934b9c7e9f9bad709f58b5fc9e0d9263b5db6 (patch) | |
tree | 484e8b812d8f466aaf2433dd5e3ed3e265fe1878 /ext/session | |
parent | 05c5c8958ea59ea11f3709acab39503ba9674d0b (diff) | |
download | php-git-63b934b9c7e9f9bad709f58b5fc9e0d9263b5db6.tar.gz |
revert change, doesn't work
Diffstat (limited to 'ext/session')
-rw-r--r-- | ext/session/tests/session_save_path_variation5.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/session_save_path_variation5.phpt b/ext/session/tests/session_save_path_variation5.phpt index 53e8f40767..5407b5e15a 100644 --- a/ext/session/tests/session_save_path_variation5.phpt +++ b/ext/session/tests/session_save_path_variation5.phpt @@ -9,11 +9,11 @@ if(substr(PHP_OS, 0, 3) == "WIN") session.save_handler=files session.save_path= session.name=PHPSESSID +open_basedir=. --FILE-- <?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 |