From: Stig Bakken Date: Sun, 7 Apr 2002 21:02:54 +0000 (+0000) Subject: * package xml file for DB X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~808 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46dd841b2822f6b28a8269ed39a98ab70803d874;p=php * package xml file for DB --- diff --git a/pear/package-db.xml b/pear/package-db.xml new file mode 100644 index 0000000000..13317ad094 --- /dev/null +++ b/pear/package-db.xml @@ -0,0 +1,147 @@ + + + + DB + 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 + +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. + + PHP License + + + ssb + lead + Stig Sæther Bakken + stig@php.net + + + cox + developer + Tomas V.V.Cox + cox@idecnet.com + + + + 1.0 + stable + 2002-04-07 + First packaged release. + + DB.php + + common.php + dbase.php + fbsql.php + ibase.php + ifx.php + msql.php + mssql.php + mysql.php + oci8.php + odbc.php + pgsql.php + sybase.php + storage.php + IDEAS + MAINTAINERS + STATUS + TESTERS + + db_error.phpt + db_parsedsn.phpt + db_factory.phpt + db_ismanip.phpt + db_error2.phpt + + 06prepexec.phpt + 08affectedrows.phpt + 09numrows.phpt + 13limit.phpt + 05sequences.phpt + 07errornative.phpt + 01connect.phpt + 10errormap.phpt + 04numcols.phpt + 03simplequery.phpt + 02fetch.phpt + + + 06prepexec.phpt + 09numrows.phpt + 07errornative.phpt + 01connect.phpt + 10errormap.phpt + 04numcols.phpt + 03simplequery.phpt + 02fetch.phpt + + + 06prepexec.phpt + 05sequences.phpt + 01connect.phpt + 10errormap.phpt + 04numcols.phpt + 03simplequery.phpt + 02fetch.phpt + + + 06prepexec.phpt + 08affectedrows.phpt + 09numrows.phpt + 13limit.phpt + 05sequences.phpt + 07errornative.phpt + 12tableinfo.phpt + 01connect.phpt + 10errormap.phpt + 04numcols.phpt + 03simplequery.phpt + 14fetchmode_object.phpt + 02fetch.phpt + + + 06prepexec.phpt + 11transact.phpt + 08affectedrows.phpt + 09numrows.phpt + 13limit.phpt + 05sequences.phpt + 07errornative.phpt + 01connect.phpt + 10errormap.phpt + 04numcols.phpt + 03simplequery.phpt + 14fetchmode_object.phpt + 02fetch.phpt + + + 06prepexec.phpt + 08affectedrows.phpt + 09numrows.phpt + 13limit.phpt + 05sequences.phpt + 15quote.phpt + 01connect.phpt + 10errormap.phpt + 04numcols.phpt + 03simplequery.phpt + 14fetchmode_object.phpt + 02fetch.phpt + + + + + +