sixd                                     Thu, 29 Apr 2010 05:07:03 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=298754

Log:
Remove obsolete test

Changed paths:
    D   php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt

Deleted: php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt
===================================================================
--- php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt  2010-04-29 02:59:03 UTC 
(rev 298753)
+++ php/php-src/trunk/ext/oci8/tests/oci8safemode.phpt  2010-04-29 05:07:03 UTC 
(rev 298754)
@@ -1,22 +0,0 @@
---TEST--
-Test functionality disabled in safe mode
---SKIPIF--
-<?php if (!extension_loaded('oci8')){ die("skip no oci8 extension"); } if 
(PHP_VERSION_ID < 503099){ die("skip: safe_mode no longer available"); }  ?>
---INI--
-oci8.privileged_connect=On
---FILE--
-<?php
-
-$c = oci_connect("hr", "hrpwd", "//localhost/XE", null, OCI_SYSDBA);
-
-$r = oci_password_change($c, "hr", "hrpwd", "hrpwd");
-
-echo "Done\n";
-?>
---EXPECTF--
-%sarning:%sDirective 'safe_mode' is deprecated in PHP 5.3 and greater in 
Unknown on line 0
-
-Warning: oci_connect(): Privileged connect is disabled in Safe Mode in %s on 
line %d
-
-Warning: oci_password_change(): is disabled in Safe Mode in %s on line %d
-Done

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to