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.
This commit is contained in:
parent
3c0e23bb3c
commit
0c879f96b8
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.8 2010/02/06 15:48:16 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/06/04 12:03:39 obache Exp $
|
||||
|
||||
DISTNAME= DB-1.7.13
|
||||
DISTNAME= DB-1.7.14
|
||||
CATEGORIES= databases
|
||||
|
||||
CONFLICTS= php-pear-DB-[0-9]*
|
||||
|
@ -8,6 +8,7 @@ CONFLICTS= php-pear-DB-[0-9]*
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://pear.php.net/package/DB
|
||||
COMMENT= PHP Database Abstraction Layer
|
||||
LICENSE= php
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/02/06 15:48:17 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2012/06/04 12:03:39 obache Exp $
|
||||
|
||||
SHA1 (pear/DB-1.7.13.tgz) = 86f2735e97e113d315c1912e76120c1825b8c63f
|
||||
RMD160 (pear/DB-1.7.13.tgz) = d3fea93dadaefc84043e7f0546996a7933dc4f86
|
||||
Size (pear/DB-1.7.13.tgz) = 132246 bytes
|
||||
SHA1 (pear/DB-1.7.14.tgz) = b82a49cafcf1b87fd3075be5e1f2855c54447d1e
|
||||
RMD160 (pear/DB-1.7.14.tgz) = 4d6cdc4703c9b6cb9b4a536613373ba59322c69e
|
||||
Size (pear/DB-1.7.14.tgz) = 133103 bytes
|
||||
|
|
Loading…
Reference in a new issue