1
0
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:
Christoph M. Becker
2016-09-03 00:41:33 +02:00

View File

@@ -6,6 +6,8 @@ SQLite3 open_basedir checks
open_basedir=.
--FILE--
<?php
chdir(__DIR__);
$directory = dirname(__FILE__) . '/';
$file = uniqid() . '.db';