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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user