home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / STATUS < prev    next >
Encoding:
Text File  |  2004-03-24  |  4.0 KB  |  77 lines

  1. STATUS OF THE PEAR DB PACKAGE
  2. =============================
  3.  
  4. $Id: STATUS,v 1.25 2004/02/19 19:37:43 danielc Exp $
  5. ------------------------------------------------------------------------
  6.  
  7. DB 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      ifx      mssql     mysqli     odbc     sqlite
  20. FEATURE        dbase  |  ibase  |  msql   |  mysql  |   oci8  |  pgsql  |  sybase
  21. simpleQuery      -    x    T    T    x    T    T    x    T    T    T    T    T
  22. numCols          x    x    T    x    x    T    T    x    T    T    T    T    T
  23. numRows          x    x    n    n    x    T    T    x    E    T    T    T    n 
  24. errorNative      n    x    n    t    n    T    T    x    T    T    T    E    T
  25. prepare/execute  e    e    T    E    e    E    E    e    T    E    E    E    E
  26. sequences        -    e    T    E    n    E    E    e    T    E    T    E    E
  27. affectedRows     n    x    n    T    x    n    T    x    T    T    T    T    T
  28. fetch modes      x    x    T    T    x    T    T    x    T    T    T    T    T
  29. fetch row by no  x    x    n    T    x    T    T    x    n    x    T    T    T
  30. transactions     -    x    T    n    n    T    t    -    T    T    T    -    T
  31. auto-commit      -    x    x    n    n    n    n    -    x    x    x    -    n
  32. error mapping    -    x    T    t    -    t    t    -    T    T    E    l    l
  33. tableInfo        n    x    T    t    n    T    T    -    T    n    T    -    T
  34.  
  35. NOTE: ibase testing done under PHP 5.  ibase under PHP 4 is unstable on Windows.
  36.  
  37.  
  38. TYPE (getListOf)
  39. tables           -    x    -    -    -    x    x    -    x    -    x    -    x
  40. views            -    -    -    -    -    x    n    -    -    -    x    -    x
  41. users            -    -    -    -    -    -    x    -    -    -    x    -    -
  42. databases        -    -    -    -    -    -    x    -    -    -    x    -    -
  43. functions        -    -    -    -    -    -    -    -    -    -    x    -    -
  44.  
  45.  
  46. Test Conformance
  47. ----------------
  48. Symbols:
  49.     o  =  Test passed
  50.     X  =  Test failed
  51.     N  =  Test failed due to DBMS not considering something an error
  52.     E  =  Test failed due to problem with PHP extension
  53.  
  54.                     fbsql      ifx      mssql     mysqli     odbc     sqlite
  55.                dbase  |  ibase  |  msql   |  mysql  |   oci8  |  pgsql  |  sybase
  56. 01connect        -    -    o    o    -    o    o    -    o    o    o    o    o 
  57. 02fetch          -    -    o    o    -    o    o    -    o    o    o    o    o
  58. 03simplequery    -    -    o    o    -    o    o    -    o    o    o    o    o
  59. 04numcols        -    -    o    o    -    o    o    -    o    o    o    o    o
  60. 05sequences      -    -    o    o    -    o    o    -    o    o    o    o    o
  61. 06prepexec       -    -    o    o    -    o    o    -    o    o    o    o    o
  62. 08affectedrows   -    -    X    o    -    o    o    -    o    o    o    o    o
  63. 09numrows        -    -    X    X    -    o    o    -    o    o    o    o    o
  64. 10errormap       -    -    o    N    -    E    N    -    o    o    o    N    E
  65. 11transactions   -    -    o    -    -    o    X    -    o    o    o    -    o
  66. 13limit          -    -    o    o    -    o    o    -    o    o    o    o    o
  67. 14fetchmode_obje -    -    o    o    -    o    o    -    o    o    o    o    o
  68. 15quote          -    -    o    X    -    o    o    -    o    o    o    o    o
  69. 16tableinfo      -    -    o    X    -    o    o    -    o    -    o    -    o
  70. 17query          -    -    X    o    -    o    o    -    o    o    o    o    o
  71. 18get            -    -    X    o    -    o    o    -    o    o    o    o    o
  72.  
  73. NOTE: ibase testing done under PHP 5.  ibase under PHP 4 is unstable on Windows.
  74.  
  75. NOTE: getAll() and getAssoc() crashes PHP 5 when using DB_FETCHMODE_OBJECT.
  76.       See http://bugs.php.net/?id=27123
  77.