fix openbasedir in test

This commit is contained in:
Stanislav Malyshev 2011-10-15 23:52:40 +00:00
parent a1de339e17
commit 1551cc62db

View File

@ -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