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 f509e38 commit a0ab112Copy full SHA for a0ab112
.github/actions/apt-x64/action.yml
@@ -15,6 +15,7 @@ runs:
15
openssl \
16
slapd \
17
strace \
18
+ ltrace \
19
language-pack-de \
20
libgmp-dev \
21
libicu-dev \
.github/actions/test-linux/action.yml
@@ -24,4 +24,5 @@ runs:
24
export PDO_OCI_TEST_PASS="pass"
25
export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"
26
export SKIP_IO_CAPTURE_TESTS=1
27
- strace -t sapi/cli/php ext/oci8/tests/extauth_02.phpt
+ ltrace -fS -t sapi/cli/php ext/oci8/tests/extauth_02.phpt
28
0 commit comments