diff options
Diffstat (limited to 'ext/pdo_oci/tests/bug41996.phpt')
-rw-r--r-- | ext/pdo_oci/tests/bug41996.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo_oci/tests/bug41996.phpt b/ext/pdo_oci/tests/bug41996.phpt index 695a678da1..56846e3928 100644 --- a/ext/pdo_oci/tests/bug41996.phpt +++ b/ext/pdo_oci/tests/bug41996.phpt @@ -2,7 +2,6 @@ PDO OCI Bug #41996 (Problem accessing Oracle ROWID) --SKIPIF-- <?php -/* $Id$ */ if (!extension_loaded('pdo') || !extension_loaded('pdo_oci')) die('skip not loaded'); require dirname(__FILE__).'/../../pdo/tests/pdo_test.inc'; PDOTest::skip(); |