head 1.2; access; symbols pkgsrc-2025Q1:1.1.0.12 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.10 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.8 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.6 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.4 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.2 pkgsrc-2023Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2025.06.19.00.01.05; author khorben; state dead; branches; next 1.1; commitid SJ9c9xWMDgcmOqZF; 1.1 date 2023.10.16.13.02.26; author hauke; state Exp; branches; next ; commitid 7rwxgbd5hBpHPQIE; desc @@ 1.2 log @phppgadmin: update to version 7.14.7 This new version is from a new upstream on GitHub, for the following reasons: * The previous upstream has not performed maintenance in two years. * The current version (7.13.0) is useless by default because: * It does not support PostgreSQL 16; * The default version of PostgreSQL in pkgsrc is now 16. I have performed a brief review of the differences between the two versions, and did not find any obvious security issues. Committed under freeze after approval by pkgsrc-pmc: > Debian, Ubuntu, Arch, and FreeBSD also switched to that > version, so ok Tested on Darwin/amd64. @ text @$NetBSD: patch-libraries_adodb_drivers_adodb-postgres64.inc.php,v 1.1 2023/10/16 13:02:26 hauke Exp $ Unbreak on php-8, from --- libraries/adodb/drivers/adodb-postgres64.inc.php.orig 2020-11-07 06:09:12.000000000 +0000 +++ libraries/adodb/drivers/adodb-postgres64.inc.php @@@@ -121,6 +121,11 @@@@ WHERE relkind in ('r','v') AND (c.relnam { // changes the metaColumnsSQL, adds columns: attnum[6] } + + function __construct() + { + // non-virtual + } function ServerInfo() { @ 1.1 log @Unbreak on php-8, from @ text @d1 1 a1 1 $NetBSD$ @