File tree 4 files changed +1
-11
lines changed
4 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 28
28
export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
29
29
export PDO_DBLIB_TEST_USER="pdo_test"
30
30
export PDO_DBLIB_TEST_PASS="password"
31
- export PHP_OCI8_TEST_USER="system"
32
- export PHP_OCI8_TEST_PASS="pass"
33
- export PHP_OCI8_TEST_DB="localhost/XEPDB1"
34
- export PDO_OCI_TEST_USER="system"
35
- export PDO_OCI_TEST_PASS="pass"
36
- export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"
37
31
export PGSQL_TEST_CONNSTR="host=localhost dbname=test port=5432 user=postgres password=postgres"
38
32
if [[ -z "$PDO_PGSQL_TEST_DSN" ]]; then
39
33
export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postgres"
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ rem work-around for some spawned PHP processes requiring OpenSSL
123
123
echo extension=php_openssl.dll >> %PHP_BUILD_DIR% \php.ini
124
124
125
125
rem remove ext dlls for which tests are not supported
126
- for %%i in (ldap oci8_12c pdo_oci ) do (
126
+ for %%i in (ldap) do (
127
127
del %PHP_BUILD_DIR% \php_%%i .dll
128
128
)
129
129
Original file line number Diff line number Diff line change @@ -553,8 +553,6 @@ jobs:
553
553
ref : ${{ matrix.branch.ref }}
554
554
- name : Create MSSQL container
555
555
uses : ./.github/actions/setup-mssql
556
- - name : Create Oracle container
557
- uses : ./.github/actions/setup-oracle
558
556
- name : apt
559
557
uses : ./.github/actions/apt-x64
560
558
- name : ./configure
Original file line number Diff line number Diff line change 19
19
#define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@"
20
20
#define PHP_ODBC_LIBS "@ODBC_LIBS@"
21
21
#define PHP_ODBC_TYPE "@ODBC_TYPE@"
22
- #define PHP_OCI8_DIR "@OCI8_DIR@"
23
- #define PHP_OCI8_ORACLE_VERSION "@OCI8_ORACLE_VERSION@"
24
22
#define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@"
25
23
#define PEAR_INSTALLDIR "@EXPANDED_PEAR_INSTALLDIR@"
26
24
#define PHP_INCLUDE_PATH "@INCLUDE_PATH@"
You can’t perform that action at this time.
0 commit comments