]> granicus.if.org Git - php/commitdiff
revert change, doesn't work
authorStanislav Malyshev <stas@php.net>
Sun, 16 Oct 2011 02:43:50 +0000 (02:43 +0000)
committerStanislav Malyshev <stas@php.net>
Sun, 16 Oct 2011 02:43:50 +0000 (02:43 +0000)
ext/session/tests/session_save_path_variation5.phpt

index 53e8f40767598c5ecf85ad2804cab01c8559d1c8..5407b5e15a6983493995c4a7cd32c2a5e8f26a64 100644 (file)
@@ -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