diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-06-11 14:21:31 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-06-11 14:21:31 +0000 |
commit | 33e1f01e80f00c6b63c0c695fc66740c63e994a6 (patch) | |
tree | 37072deb68a9559d58b86f7ae9c861b3066e5721 /databases/adodb/Makefile | |
parent | 564da92214c9bb851db22767517f021624973541 (diff) | |
download | pkgsrc-33e1f01e80f00c6b63c0c695fc66740c63e994a6.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/Makefile')
-rw-r--r-- | databases/adodb/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |