We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d44b4c commit a1f34c0Copy full SHA for a1f34c0
.github/scripts/windows/test_task.bat
@@ -58,7 +58,7 @@ if "%PLATFORM%" == "x64" (
58
curl -sLo Firebird.zip %PHP_FIREBIRD_DOWNLOAD_URL%
59
7z x -oC:\Firebird Firebird.zip
60
set PDO_FIREBIRD_TEST_DATABASE=C:\test.fdb
61
-set PDO_FIREBIRD_TEST_DSN=firebird:dbname=%PDO_FIREBIRD_TEST_DATABASE%
+set PDO_FIREBIRD_TEST_DSN=firebird:dbname=127.0.0.1:%PDO_FIREBIRD_TEST_DATABASE%
62
set PDO_FIREBIRD_TEST_USER=SYSDBA
63
set PDO_FIREBIRD_TEST_PASS=phpfi
64
echo create database '%PDO_FIREBIRD_TEST_DATABASE%' user '%PDO_FIREBIRD_TEST_USER%' password '%PDO_FIREBIRD_TEST_PASS%';> C:\Firebird\setup.sql
0 commit comments