1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Files
archived-php-src/ext/oci8/tests/skipif.inc
T
2003-12-19 17:03:12 +00:00

11 lines
192 B
PHP

<?php
if (!extension_loaded('oci8')) die("skip oci8 extension is not available\n");
/*
* Remove or comment this line to run tests
*
* */
die("skip change default login/password\n");
?>