diff options
author | adrianp <adrianp> | 2006-06-11 14:21:31 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-06-11 14:21:31 +0000 |
commit | c91a7f537c2e1e5ed0645ebcbbe0197a35439a33 (patch) | |
tree | 37072deb68a9559d58b86f7ae9c861b3066e5721 /databases/adodb | |
parent | e3d5d54f78dd6a4e745694a9a81c92d738395f56 (diff) | |
download | pkgsrc-c91a7f537c2e1e5ed0645ebcbbe0197a35439a33.tar.gz |
Update to 4.81
Fixed variable ref errors in adodb-ado5.inc.php in _query().
Mysqli setcharset fix using method_exists().
The adodb-perf.inc.php CreateLogTable() code now works for user-defined table names.
Error in ibase_blob_open() fixed. See
http://phplens.com/lens/lensforum/msgs.php?id=14997
Active Record
============
Now we only update fields that have changed, using $this->_original.
We do not include auto_increment fields in replace(). Thx Travis Cline
Added ADODB_ACTIVE_CACHESECS.
Diffstat (limited to 'databases/adodb')
-rw-r--r-- | databases/adodb/Makefile | 6 | ||||
-rw-r--r-- | databases/adodb/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile index ba5aecef88d..74fb09530dc 100644 --- a/databases/adodb/Makefile +++ b/databases/adodb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/03/13 12:18:23 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/11 14:21:31 adrianp Exp $ # -DISTNAME= adodb480 -PKGNAME= adodb-4.80 +DISTNAME= adodb481 +PKGNAME= adodb-4.81 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=adodb/} EXTRACT_SUFX= .tgz diff --git a/databases/adodb/distinfo b/databases/adodb/distinfo index b19f018fbac..aea3f327639 100644 --- a/databases/adodb/distinfo +++ b/databases/adodb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/03/13 12:18:23 adrianp Exp $ +$NetBSD: distinfo,v 1.7 2006/06/11 14:21:31 adrianp Exp $ -SHA1 (adodb480.tgz) = ffa4b1e4bda6dfb1c850436824ace1d94ebe6720 -RMD160 (adodb480.tgz) = d2c7b50f61cf59f8429e69739f2a4b381d5c25b4 -Size (adodb480.tgz) = 452518 bytes +SHA1 (adodb481.tgz) = 2805980a7455cf6cf2c7b07d6ac6858995068247 +RMD160 (adodb481.tgz) = 0eaf8433908bfd56a8e78535b889254d012b6435 +Size (adodb481.tgz) = 453988 bytes |