./databases/pear-DB, PHP Database Abstraction Layer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q4, Version: 1.7.13, Package name: php5-pear-DB-1.7.13, Maintainer: pkgsrc-users

DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with
other DBMS's
* 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
* formats fetched rows as associative arrays, ordered arrays or objects
* row limit support
* transactions support
* table information interface
* DocBook and phpDocumentor API documentation


Required to run:
[lang/php5] [lang/pear]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2010-02-07 18:41:49 by S.P.Zeidler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket 2991 - requested by taca
security update

Revisions pulled up:
- pkgsrc/databases/pear-DB/Makefile	1.8
- pkgsrc/databases/pear-DB/distinfo	1.2

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   taca
   Date:           Sat Feb  6 15:48:17 UTC 2010

   Modified Files:
           pkgsrc/databases/pear-DB: Makefile distinfo

   Log message:
   Update pear-DB package from 1.7.6 to 1.7.13

   Since changes are too huge to show here, please refer:
   http://pear.php.net/package/DB/download/All

   One note from 1.7.8's changes:

   This release of DB fixes numerous bugs compared to 1.7.7. Users of previous
   versions are encouraged to upgrade in due course.

   Users of the pgsql driver should note that this release fixes a security
   issue
   reported by Yasuo Ohgaki; the security issue is described in more detail by
   CVE-2006-2313 and CVE-2006-2314. PostgreSQL users should upgrade to both DB
   1.7.8 AND at least PostgreSQL 7.3.15, 7.4.13, 8.0.8, 8.1.4 or 8.2.0 as
   soon as
   possible if they are using SJIS, BIG5, GBK, GB18030 or UHC as a client
   encoding.

   longlong

   To generate a diff of this commit:
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/pear-DB/Makefile
   cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/pear-DB/distinfo