mirror of
https://github.com/php/php-src.git
synced 2024-12-05 07:46:06 +08:00
563e9dd664
Changed tests to include ibase_query("SET TRANSACTION ...")
6 lines
73 B
PHP
Executable File
6 lines
73 B
PHP
Executable File
<?php /* $Id$ */
|
|
|
|
if (!extension_loaded("interbase")) print "skip";
|
|
|
|
?>
|