Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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