diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-31 23:56:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-31 23:56:19 +0000 |
commit | 383a1a182f27ed9888f0609f48b6c56990ff6e0d (patch) | |
tree | b3cfb9ae169f7ebba7243a1735ad0cef24cc1bdf /databases | |
parent | 57a6a399d34a51f9874fcaa04f429a1c85252430 (diff) | |
download | pkgsrc-383a1a182f27ed9888f0609f48b6c56990ff6e0d.tar.gz |
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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/php4-pgsql/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/php4-pgsql/distinfo b/databases/php4-pgsql/distinfo index bad15b78fca..465af772a84 100644 --- a/databases/php4-pgsql/distinfo +++ b/databases/php4-pgsql/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/10/16 05:57:34 jlam Exp $ +$NetBSD: distinfo,v 1.2 2001/12/31 23:56:19 jlam Exp $ -SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03 -Size (php-4.0.6.tar.gz) = 3157346 bytes +SHA1 (php-4.1.0.tar.gz) = d8ce2c3b1dd9551980340d20064a1e939ef49431 +Size (php-4.1.0.tar.gz) = 3371385 bytes |