From: Tomas V.V.Cox Date: Mon, 8 Apr 2002 02:22:48 +0000 (+0000) Subject: Continue the list of features for PEAR DB X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a1e0a53bbfbb556eec5adb821f825917e3ee5b5;p=php Continue the list of features for PEAR DB Release version is 2.0 (apiVersion) # Multiline entries inside the tags looks better in the web or in # "pear package-info" if they aren't formatted to look better # in the xml --- diff --git a/pear/package-db.xml b/pear/package-db.xml index 13317ad094..61be3f47d8 100644 --- a/pear/package-db.xml +++ b/pear/package-db.xml @@ -5,18 +5,23 @@ Database Abstraction Layer DB is a database abstraction layer providing: - * an OO-style query API - * a DSN (data source name) format for specifying database servers - * prepare/execute (bind) emulation for databases that don't support - it natively - * a result object for each query response - * portable error codes - * sequence emulation - * table information interface +* an OO-style query API +* a DSN (data source name) format for specifying database servers +* prepare/execute (bind) emulation for databases that don't support it natively +* a result object for each query response +* portable error codes +* sequence emulation +* sequential and non sequential row fetching as well as bulk fetching +* ordered array, associative array and object formats supported for the fetched rows +* row limit support +* transactions support +* table information interface +* DocBook and PHPDoc API documentation DB layers itself on top of PHP's existing database extensions. The currently supported extensions are: dbase, fbsql, interbase, informix, -msql, mssql, mysql, oci8, odbc, pgsql and sybase. +msql, mssql, mysql, oci8, odbc, pgsql and sybase (a DB style interface +to LDAP servers is also avaible from a separate package). PHP License @@ -34,7 +39,7 @@ msql, mssql, mysql, oci8, odbc, pgsql and sybase. - 1.0 + 2.0 stable 2002-04-07 First packaged release.