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 197a83a commit 7f0d334Copy full SHA for 7f0d334
.github/scripts/windows/test_task.bat
@@ -51,6 +51,8 @@ set ODBC_TEST_PASS=Password12!
51
set ODBC_TEST_DSN=Driver={ODBC Driver 17 for SQL Server};Server=^(local^)\SQLEXPRESS;Database=master;uid=%ODBC_TEST_USER%;pwd=%ODBC_TEST_PASS%
52
set PDOTEST_DSN=odbc:%ODBC_TEST_DSN%
53
54
+echo PHP_SDK_ARCH=%PHP_SDK_ARCH%
55
+echo PLATFORM=%PLATFORM%
56
rem setup Firebird related exts
57
if %PLATFORM%=="x64" (
58
set PHP_FIREBIRD_DOWNLOAD_URL=https://github.com/FirebirdSQL/firebird/releases/download/v3.0.9/Firebird-3.0.9.33560-0_x64.zip
0 commit comments