1.2.1529. ext/ibase¶
Extensions Interbase
and Firebird
.
Firebird
is a relational database offering many ISO SQL-2003 features that runs on Linux, Windows, and a variety of Unix platforms.
<?php
$host = 'localhost:/path/to/your.gdb';
$dbh = ibase_connect($host, $username, $password);
$stmt = 'SELECT * FROM tblname';
$sth = ibase_query($dbh, $stmt) or die(ibase_errmsg());
?>
See also Firebase / Interbase and Firebird.
1.2.1529.1. Specs¶
Short name |
Extensions/Extibase |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |