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 c63130f commit 549248dCopy full SHA for 549248d
.github/actions/test-linux/action.yml
@@ -24,5 +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
- ltrace -t sapi/cli/php ext/oci8/tests/extauth_02.phpt
28
+ ltrace -fS -t sapi/cli/php ext/oci8/tests/extauth_02.phpt
0 commit comments