summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-03 00:30:05 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-09-03 00:30:05 +0200
commitf3dc00fdfbf1418665597fd2b406d289a01f4e3f (patch)
treef29fd9c9b48d82d8b7358b00f5ddfc81fafc8c79
parent7483acf511a1932adec1fd29bebee5056283311c (diff)
parentc83bdb8e6a8c66ffad1079a9802ed53372007562 (diff)
downloadphp-git-f3dc00fdfbf1418665597fd2b406d289a01f4e3f.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
-rw-r--r--ext/sqlite3/tests/sqlite3_21_security.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite3/tests/sqlite3_21_security.phpt b/ext/sqlite3/tests/sqlite3_21_security.phpt
index f28c7369dd..a667a1234c 100644
--- a/ext/sqlite3/tests/sqlite3_21_security.phpt
+++ b/ext/sqlite3/tests/sqlite3_21_security.phpt
@@ -6,6 +6,8 @@ SQLite3 open_basedir checks
open_basedir=.
--FILE--
<?php
+chdir(__DIR__);
+
$directory = dirname(__FILE__) . '/';
$file = uniqid() . '.db';