File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
.github/actions/test-linux Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 16
16
export PDO_MYSQL_TEST_PASS=root
17
17
export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
18
18
export PDO_DBLIB_TEST_USER="pdo_test"
19
- export PHP_OCI8_TEST_USER="system"
20
- export PHP_OCI8_TEST_PASS="passXX"
21
- export PHP_OCI8_TEST_DB="oracle/XE"
22
- export PDO_OCI_TEST_USER="system"
23
- export PDO_OCI_TEST_PASS="passXX"
24
- export PDO_OCI_TEST_DSN="oci:dbname=oracle/xe;charset=AL32UTF8"
19
+ export PDO_DBLIB_TEST_PASS="password"
25
20
export SKIP_IO_CAPTURE_TESTS=1
26
21
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
27
22
-j$(/usr/bin/nproc) \
Original file line number Diff line number Diff line change 2
2
SELECT oci_bind_by_name with SQLT_AFC aka CHAR
3
3
--SKIPIF--
4
4
<?php
5
+
6
+ print_r (get_loaded_extensions ());
7
+
5
8
if (!extension_loaded ('oci8 ' )) die ("skip no oci8 extension " );
6
9
require (__DIR__ ."/connect.inc " );
7
10
// The bind buffer size edge cases seem to change each DB version.
You can’t perform that action at this time.
0 commit comments