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 8cdd79f commit 4178a24Copy full SHA for 4178a24
.github/actions/configure-x64/action.yml
@@ -75,8 +75,8 @@ runs:
75
--with-kerberos \
76
--with-imap-ssl \
77
--with-pdo-odbc=unixODBC,/usr \
78
- --with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
79
- --with-oci8=shared,instantclient,/opt/oracle/instantclient \
+ $(if [ -f /etc/alpine-release ]; then echo ; else echo --with-pdo-oci=shared,instantclient,/opt/oracle/instantclient; fi) \
+ $(if [ -f /etc/alpine-release ]; then echo ; else echo --with-oci8=shared,instantclient,/opt/oracle/instantclient; fi) \
80
--with-config-file-path=/etc \
81
--with-config-file-scan-dir=/etc/php.d \
82
$(if [ -f /etc/alpine-release ]; then echo ; else echo --with-pdo-firebird; fi) \
0 commit comments