File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,8 @@ set ODBC_TEST_PASS=Password12!
51
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
52
set PDOTEST_DSN = odbc:%ODBC_TEST_DSN%
53
53
54
- echo PHP_SDK_ARCH=%PHP_SDK_ARCH%
55
- echo PLATFORM=%PLATFORM%
56
54
rem setup Firebird related exts
57
- if %PLATFORM% == " x64" (
55
+ if " %PLATFORM% " == " x64" (
58
56
set PHP_FIREBIRD_DOWNLOAD_URL = https://github.com/FirebirdSQL/firebird/releases/download/v3.0.9/Firebird-3.0.9.33560-0_x64.zip
59
57
) else (
60
58
set PHP_FIREBIRD_DOWNLOAD_URL = https://github.com/FirebirdSQL/firebird/releases/download/v3.0.9/Firebird-3.0.9.33560-0_Win32.zip
@@ -75,7 +73,7 @@ path C:\Firebird;%PATH%
75
73
rem prepare for ext/openssl
76
74
rmdir /s /q C:\OpenSSL-Win32 > NUL 2 > NUL
77
75
rmdir /s /q C:\OpenSSL-Win64 > NUL 2 > NUL
78
- if %PLATFORM% == " x64" (
76
+ if " %PLATFORM% " == " x64" (
79
77
set OPENSSLDIR = " C:\Program Files\Common Files\SSL"
80
78
) else (
81
79
set OPENSSLDIR = " C:\Program Files (x86)\Common Files\SSL"
You can’t perform that action at this time.
0 commit comments