mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
Merge branch 'PHP-7.1'
This commit is contained in:
@@ -6,6 +6,8 @@ SQLite3 open_basedir checks
|
||||
open_basedir=.
|
||||
--FILE--
|
||||
<?php
|
||||
chdir(__DIR__);
|
||||
|
||||
$directory = dirname(__FILE__) . '/';
|
||||
$file = uniqid() . '.db';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user