mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
9 lines
181 B
PHP
Executable file
9 lines
181 B
PHP
Executable file
<?php
|
|
|
|
/* $Id$ */
|
|
/* used in tests */
|
|
|
|
if (!extension_loaded("interbase")) print "skip";
|
|
if (!is_executable("isql") && !is_executable("/opt/interbase/bin/isql")) print "skip";
|
|
|
|
?>
|