1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/ext/interbase/tests/skipif.inc
Ard Biesheuvel 563e9dd664 Don't rely on isql anymore, as creating databases is now supported by the API
Changed tests to include ibase_query("SET TRANSACTION ...")
2004-04-01 16:25:51 +00:00

6 lines
73 B
PHP
Executable File

<?php /* $Id$ */
if (!extension_loaded("interbase")) print "skip";
?>