mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Update to 1.7.7
PR: ports/107813 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
This commit is contained in:
parent
e5c5f08bea
commit
bad97748b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182068
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= DB
|
||||
PORTVERSION= 1.7.6
|
||||
PORTVERSION= 1.7.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases www pear
|
||||
|
||||
@ -23,18 +23,20 @@ FILES= DB.php DB/common.php DB/dbase.php DB/fbsql.php DB/ibase.php \
|
||||
DOCS= IDEAS MAINTAINERS STATUS TESTERS
|
||||
TESTS= db_error.phpt db_parsedsn.phpt db_factory.phpt db_ismanip.phpt \
|
||||
db_error2.phpt errors.inc fetchmode_object.inc fetchmodes.inc \
|
||||
include.inc limit.inc numcols.inc numrows.inc prepexe.inc \
|
||||
run.cvs sequences.inc simplequery.inc transactions.inc \
|
||||
skipif.inc driver/01connect.phpt driver/02fetch.phpt \
|
||||
driver/03simplequery.phpt driver/04numcols.phpt \
|
||||
driver/05sequences.phpt driver/06prepexec.phpt \
|
||||
driver/08affectedrows.phpt driver/09numrows.phpt \
|
||||
driver/10errormap.phpt driver/11transactions.phpt \
|
||||
driver/13limit.phpt driver/14fetchmode_object.phpt \
|
||||
driver/15quote.phpt driver/16tableinfo.phpt driver/17query.phpt \
|
||||
driver/18get.phpt driver/19getlistof.phpt driver/connect.inc \
|
||||
driver/mktable.inc driver/multiconnect.php driver/run.cvs \
|
||||
driver/setup.inc.cvs driver/skipif.inc
|
||||
include.inc limit.inc numcols.inc numrows.inc \
|
||||
prepexe.inc run.cvs sequences.inc simplequery.inc \
|
||||
transactions.inc skipif.inc driver/01connect.phpt \
|
||||
driver/02fetch.phpt driver/03simplequery.phpt \
|
||||
driver/04numcols.phpt driver/05sequences.phpt \
|
||||
driver/06prepexec.phpt driver/08affectedrows.phpt \
|
||||
driver/09numrows.phpt driver/10errormap.phpt \
|
||||
driver/11transactions.phpt driver/13limit.phpt \
|
||||
driver/14fetchmode_object.phpt driver/15quote.phpt \
|
||||
driver/16tableinfo.phpt driver/17query.phpt driver/18get.phpt \
|
||||
driver/19getlistof.phpt driver/connect.inc driver/mktable.inc \
|
||||
driver/multiconnect.php driver/run.cvs driver/setup.inc.cvs \
|
||||
driver/skipif.inc
|
||||
|
||||
_DOCSDIR= doc
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (PEAR/DB-1.7.6.tgz) = b5ff032f7e8873174e3e7fc21b7ec696
|
||||
SHA256 (PEAR/DB-1.7.6.tgz) = a36af4ab08e187e9e84bae2173ae66a2b8086572b23fe2abd0a8759682b9a91b
|
||||
SIZE (PEAR/DB-1.7.6.tgz) = 124807
|
||||
MD5 (PEAR/DB-1.7.7.tgz) = f0898e0d5a973d402d625b35bb131ca7
|
||||
SHA256 (PEAR/DB-1.7.7.tgz) = 8c7a52787b271d4fd6543aab7a4b6b4ae4e1c41f693bf2edc57dcd8970dcbc2f
|
||||
SIZE (PEAR/DB-1.7.7.tgz) = 128353
|
||||
|
@ -10,16 +10,15 @@ it natively
|
||||
* 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
|
||||
* formats fetched rows as associative arrays, ordered arrays or objects
|
||||
* row limit support
|
||||
* transactions support
|
||||
* table information interface
|
||||
* DocBook and phpDocumentor API documentation
|
||||
|
||||
Drivers for the following extensions pass the complete test suite
|
||||
and provide interchangeability when all of DB's portability options
|
||||
are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli,
|
||||
oci8, odbc, pgsql, sqlite and sybase.
|
||||
Drivers for the following extensions pass the complete test suite and
|
||||
provide interchangeability when all of DB's portability options are
|
||||
enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8,
|
||||
odbc, pgsql, sqlite and sybase.
|
||||
|
||||
WWW: http://pear.php.net/package/DB/
|
||||
|
Loading…
x
Reference in New Issue
Block a user