From 2d64d1ff72a224f916408fc04d31e1abcf83986e Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 2 Oct 2009 22:39:28 +0000 Subject: Oracle 11.2 (and beyond) compat changes --- ext/oci8/tests/password_new.phpt | 10 +++++----- ext/oci8/tests/password_old.phpt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'ext/oci8/tests') diff --git a/ext/oci8/tests/password_new.phpt b/ext/oci8/tests/password_new.phpt index e8642abca7..ba6baa964b 100644 --- a/ext/oci8/tests/password_new.phpt +++ b/ext/oci8/tests/password_new.phpt @@ -3,21 +3,21 @@ oci_password_change() --SKIPIF-- 10/', $phpinfo); if ($iv === 1) { - die ("skip test known to fail using Oracle 10gR2 client libs connecting to Oracle 11.1 (6277160)"); + die ("skip test known to fail using Oracle 10.2.0.4 client libs connecting to Oracle 11 (6277160)"); } } ?> diff --git a/ext/oci8/tests/password_old.phpt b/ext/oci8/tests/password_old.phpt index 157bdebcaa..abcaeb1e56 100644 --- a/ext/oci8/tests/password_old.phpt +++ b/ext/oci8/tests/password_old.phpt @@ -3,21 +3,21 @@ ocipasswordchange() --SKIPIF-- 10/', $phpinfo); if ($iv === 1) { - die ("skip test known to fail using Oracle 10gR2 client libs connecting to Oracle 11.1 (6277160)"); + die ("skip test known to fail using Oracle 10.2.0.4 client libs connecting to Oracle 11 (6277160)"); } } ?> -- cgit v1.2.1