History log of /PHP-8.2/ext/pdo_sqlite/tests/pdo_sqlite_open_basedir_uri.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 2b5aac93 01-Mar-2023 Ilija Tovilo

Fix unescaped {TMP} variables in tests

On Windows {TMP} can return ~, which will result in a parse error


# 108bd441 24-Nov-2021 othercorey

Add pdo_sqlite tests for empty filename and in-memory uri (#7662)

pdo_sqlite already supports empty filenames and shared in-memory DBs. Add tests for them.