Commit graph

10 commits

Author SHA1 Message Date
obache
7065211318 Update pear-DB to 1.7.14.
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.
2012-06-04 12:03:39 +00:00
taca
79542ca8b4 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
2010-02-06 15:48:16 +00:00
joerg
ec17d28eab Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend
support.
2010-02-04 16:36:05 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
joerg
5fe074f21e Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:52 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
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-06-02 18:27:54 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
adrianp
29752b91bd - Import of pear-DB
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
2005-05-18 19:56:06 +00:00