mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
Remove remainings of recent oci extensions removal (#13352)
Following a4d64b2605
This commit is contained in:
parent
cd66fcc68b
commit
3e237ecfb3
6
.github/actions/test-linux/action.yml
vendored
6
.github/actions/test-linux/action.yml
vendored
@ -28,12 +28,6 @@ runs:
|
||||
export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
|
||||
export PDO_DBLIB_TEST_USER="pdo_test"
|
||||
export PDO_DBLIB_TEST_PASS="password"
|
||||
export PHP_OCI8_TEST_USER="system"
|
||||
export PHP_OCI8_TEST_PASS="pass"
|
||||
export PHP_OCI8_TEST_DB="localhost/XEPDB1"
|
||||
export PDO_OCI_TEST_USER="system"
|
||||
export PDO_OCI_TEST_PASS="pass"
|
||||
export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"
|
||||
export PGSQL_TEST_CONNSTR="host=localhost dbname=test port=5432 user=postgres password=postgres"
|
||||
if [[ -z "$PDO_PGSQL_TEST_DSN" ]]; then
|
||||
export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postgres"
|
||||
|
2
.github/scripts/windows/test_task.bat
vendored
2
.github/scripts/windows/test_task.bat
vendored
@ -123,7 +123,7 @@ rem work-around for some spawned PHP processes requiring OpenSSL
|
||||
echo extension=php_openssl.dll >> %PHP_BUILD_DIR%\php.ini
|
||||
|
||||
rem remove ext dlls for which tests are not supported
|
||||
for %%i in (ldap oci8_12c pdo_oci) do (
|
||||
for %%i in (ldap) do (
|
||||
del %PHP_BUILD_DIR%\php_%%i.dll
|
||||
)
|
||||
|
||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -553,8 +553,6 @@ jobs:
|
||||
ref: ${{ matrix.branch.ref }}
|
||||
- name: Create MSSQL container
|
||||
uses: ./.github/actions/setup-mssql
|
||||
- name: Create Oracle container
|
||||
uses: ./.github/actions/setup-oracle
|
||||
- name: apt
|
||||
uses: ./.github/actions/apt-x64
|
||||
- name: ./configure
|
||||
|
@ -19,8 +19,6 @@
|
||||
#define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@"
|
||||
#define PHP_ODBC_LIBS "@ODBC_LIBS@"
|
||||
#define PHP_ODBC_TYPE "@ODBC_TYPE@"
|
||||
#define PHP_OCI8_DIR "@OCI8_DIR@"
|
||||
#define PHP_OCI8_ORACLE_VERSION "@OCI8_ORACLE_VERSION@"
|
||||
#define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@"
|
||||
#define PEAR_INSTALLDIR "@EXPANDED_PEAR_INSTALLDIR@"
|
||||
#define PHP_INCLUDE_PATH "@INCLUDE_PATH@"
|
||||
|
Loading…
Reference in New Issue
Block a user