diff options
| author | Kalle Sommer Nielsen <kalle@php.net> | 2009-05-22 18:27:27 +0000 |
|---|---|---|
| committer | Kalle Sommer Nielsen <kalle@php.net> | 2009-05-22 18:27:27 +0000 |
| commit | f0ef25edceec21f4461885bb2d3295b5cfc6d65b (patch) | |
| tree | 87d24165f8465f7b9379ff578c39bff5bfa0c2cc /ext/sqlite3 | |
| parent | 7342443074959da1e8505926ab7d119dfbed129d (diff) | |
| download | php-git-f0ef25edceec21f4461885bb2d3295b5cfc6d65b.tar.gz | |
Fix test on Windows
Diffstat (limited to 'ext/sqlite3')
| -rw-r--r-- | ext/sqlite3/tests/sqlite3_21_security.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/tests/sqlite3_21_security.phpt b/ext/sqlite3/tests/sqlite3_21_security.phpt index f7f894af54..480088fccb 100644 --- a/ext/sqlite3/tests/sqlite3_21_security.phpt +++ b/ext/sqlite3/tests/sqlite3_21_security.phpt @@ -31,6 +31,6 @@ object(SQLite3)#%d (0) { bool(true) Above test directory -Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %s/sqlite3_21_security.php on line %d +Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %ssqlite3_21_security.php on line %d open_basedir prohibits opening %s Done |
