--TEST-- oci_password_change() --SKIPIF-- true, 'timesten' => false); // test runs on thes require(dirname(__FILE__).'/skipif.inc'); if (empty($dbase)) die ("skip requires database connection string be set"); if ($test_drcp) die("skip password change not supported in DRCP Mode"); // This test is known to fail with Oracle 10.2.0.4 client libraries // connecting to Oracle Database 11 (Oracle bug 6277160, fixed 10.2.0.5) if (preg_match('/Release (11|12)\./', oci_server_version($c), $matches) === 1 && preg_match('/^10\.2\.0\.[1234]/', oci_client_version()) === 1) { die ("skip test known to fail using Oracle 10.2.0.4 client libs connecting to Oracle 11 (6277160)"); } ?> --FILE-- --EXPECTF-- resource(%d) of type (oci8 connection) resource(%d) of type (oci8 connection) resource(%d) of type (oci8 connection) Done