diff options
Diffstat (limited to 'ext/oci8/tests/debug.phpt')
| -rw-r--r-- | ext/oci8/tests/debug.phpt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ext/oci8/tests/debug.phpt b/ext/oci8/tests/debug.phpt index cdd56a0816..49e3d4cfd1 100644 --- a/ext/oci8/tests/debug.phpt +++ b/ext/oci8/tests/debug.phpt @@ -6,9 +6,9 @@ if (!extension_loaded('oci8')) die("skip no oci8 extension"); ob_start(); phpinfo(INFO_MODULES); $phpinfo = ob_get_clean(); -$iv = preg_match('/Oracle .*Version => 11/', $phpinfo); +$iv = preg_match('/Oracle .*Version => (11\.2|12\.)/', $phpinfo); if ($iv !== 1) { - die ("skip expected output only valid when using Oracle 11g client libraries"); + die ("skip expected output only valid when using Oracle 11gR2+ client libraries"); } ?> --FILE-- @@ -34,8 +34,12 @@ OCI8 DEBUG L1: Got NO cached connection at (%s:%d) OCI8 DEBUG: OCIEnvNlsCreate at (%s:%d) OCI8 DEBUG: OCIHandleAlloc at (%s:%d) OCI8 DEBUG: OCIHandleAlloc at (%s:%d) +OCI8 DEBUG: OCIHandleAlloc at (%s:%d) +OCI8 DEBUG: OCIAttrSet at (%s:%d) +OCI8 DEBUG: OCIAttrSet at (%s:%d) OCI8 DEBUG: OCISessionPoolCreate at (%s:%d) OCI8 DEBUG: OCIAttrSet at (%s:%d) +OCI8 DEBUG: OCIHandleFree at (%s:%d) OCI8 DEBUG L1: create_spool: (%s:%d) OCI8 DEBUG L1: using shared pool: (%s:%d) OCI8 DEBUG: OCIHandleAlloc at (%s:%d) @@ -44,7 +48,7 @@ OCI8 DEBUG: OCIAttrSet at (%s:%d) OCI8 DEBUG: OCIAttrSet at (%s:%d) OCI8 DEBUG: OCIAttrGet at (%s:%d) OCI8 DEBUG: OCIAttrGet at (%s:%d) -OCI8 DEBUG L1: (%s:%d) +OCI8 DEBUG L1: (numopen=0)(numbusy=0) at (%s:%d) OCI8 DEBUG: OCISessionGet at (%s:%d) OCI8 DEBUG: OCIAttrGet at (%s:%d) OCI8 DEBUG: OCIAttrGet at (%s:%d) |
