Subject: CVS commit: pkgsrc/databases/php4-pgsql
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/31/2001 15:57:25
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Dec 31 23:56:20 UTC 2001

Modified Files:
	pkgsrc/databases/php4-pgsql: distinfo

Log Message:
Update databases/php4-pgsql to 4.1.0.  Changes from version 4.0.6 include:

- Fixed pg_last_notice() (could cause random crashes in PostgreSQL
  applications, even if they didn't use pg_last_notice()). (Zeev)
- Made the PostgreSQL driver do internal row counting when iterating through
  result sets. (gvz@2scale.net)
- Made the length argument (argument 2) to pg_loread() optional, if not
  specified data will be read in 1kb chunks. (Sterling)
- Added a third argument to pg_lowrite() which is the length of the data to
  write. (Sterling)


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/php4-pgsql/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.