summaryrefslogtreecommitdiff
path: root/databases/pear-DB
AgeCommit message (Collapse)AuthorFilesLines
2016-06-13Update to 1.9.2wen2-7/+7
Upstream changes: 1.9.2 Changelog: * Fix mysqli freeResult() broken when fixing bug #5762 (f0b6b182a8f) 1.9.1 Changelog: * Eliminate "Redefining already defined constructor" 1.9.0 Changelog: * Support PHP 7
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-30Update pear-DB to 1.8.2.taca2-6/+6
1.8.2: * Fix bug #20447 (Have quoteString() remove quotes like it used to) 1.8.1: * Fix bug #19785 (Ensure calling quote() is safe) 1.8.0: * E_STRICT compliance, require PHP 5. * Fix array to string conversion in connect() when class does not exist.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-04Update pear-DB to 1.7.14.obache2-6/+7
PR 46534 by Wen Heping. While here, set LICENSE=php. Changes since 1.7.13: All drivers: * Made the definition of DB_common::raiseError() compatible with PEAR::raiseError() by adding dummy parameters. Request 11581. * Fixed SKIP block in the 20locale.phpt test. * Fixed non-persistent connections to really be non-persistent when unserialising. Bug 15115. ibase: * Changed the order of regular expressions applied when mapping errors so that constraint violations in PHP 4.4 are actually reported as constraint violations and not table not found errors. * Fixed a test that should have been skipped in PHP 4.4. ifx: * Use PCRE rather than ereg. Bug 17722, patch by Olle Jonsson. mssql: * Fix escaping of string values with lines ending in a backslash character. Bug 16117. oci8: * Fix for last_query reconstruction with lots of placeholders. Bug 12418, patch by Nicholas Evans. * Fix replacement of values in last_query for :bind's numbered over 10. Bug 14603. * Unset $_prepared_queries in freePrepared(). Bug 14271. pgsql: * Added special-case to handle SAVEPOINT queries as manip queries. Bug 12260. * Implement rudimentary support for WITH...SELECT queries. Bug 17136. sqlite: * Added support for another error message in the SQLite driver. Bug 12105, patch by Adam Ashley. * Implement auto_increment support in tableInfo(). Request 13193.
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