summaryrefslogtreecommitdiff
path: root/databases/pear-DB
AgeCommit message (Collapse)AuthorFilesLines
2010-02-06Update pear-DB package from 1.7.6 to 1.7.13taca2-6/+6
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
2010-02-04Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backendjoerg1-1/+3
support.
2009-07-17Give up MAINTAINERadrianp1-2/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-2/+2
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+3
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-05-18- Import of pear-DBadrianp4-0/+32
DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with i 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