summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug43497.phpt
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-10-16 22:02:32 -0700
committerChristopher Jones <sixd@php.net>2013-10-16 22:02:32 -0700
commit0d909f5bfcfa54d7bfad41270df435500e909da7 (patch)
tree67c2402add5a63a729c6f5edd2a9f09d2bb9d5f2 /ext/oci8/tests/bug43497.phpt
parenta1a7522105c333aff3d8c6c61ec68a85c8dd9927 (diff)
downloadphp-git-0d909f5bfcfa54d7bfad41270df435500e909da7.tar.gz
OCI8: Mostly SKIPIF version updates to simplify version checks at the expense of not testing some edge cases with older Oracle patch set versions.
Delete two obsolete .phpt's.
Diffstat (limited to 'ext/oci8/tests/bug43497.phpt')
-rw-r--r--ext/oci8/tests/bug43497.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/oci8/tests/bug43497.phpt b/ext/oci8/tests/bug43497.phpt
index 05798889c4..e3e68aac33 100644
--- a/ext/oci8/tests/bug43497.phpt
+++ b/ext/oci8/tests/bug43497.phpt
@@ -5,10 +5,6 @@ Bug #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
-preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
-if (isset($matches[0]) && $matches[0] < 10) {
- die("skip test expected to work only with Oracle 10g or greater version of client");
-}
?>
--FILE--
<?php