1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00

fix openbasedir in test

This commit is contained in:
Stanislav Malyshev
2011-10-15 23:52:40 +00:00
parent fe92d64a4a
commit 379ab5ec22

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