mirror of
https://github.com/php/php-src.git
synced 2024-11-30 21:35:36 +08:00
11 lines
192 B
PHP
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");
|
|
?>
|