1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
STATUS OF THE PEAR MDB2 PACKAGE
=============================
$Id: STATUS 212367 2006-05-03 16:07:41Z lsmith $
------------------------------------------------------------------------
MDB2 Driver Feature Matrix
------------------------
Symbols:
x = implemented, but without tests
t = implemented, but one or more tests fail
T = implemented, passing all tests
e = emulated, without tests
l = emulated, but one or more tests fail
E = emulated, passing all tests
n = returns "not capable"
- = no implementation of this feature or status unknown
fbsql pgsql mysqli sqlite
FEATURE ibase | oci8 | mysql | mssql | querysim
Test Conformance
----------------
Symbols:
o = Test passed
X = Test failed
L = Some portions of the test failed due to limitations in PHP or DBMS
n = Test returns "not capable"
- = Not tested
fbsql pgsql mysqli sqlite
TEST ibase | oci8 | mysql | mssql | querysim
DBMS Versions Tested
--------------------
fbsql
ibase
mssql
mysql
mysqli
oci8
pgsql
sqlite
querysim
Tests were performed under both of the following PHP versions
unles otherwise noted:
|