From 3b704715dcaf7333e600fcbfd635ca95bfe9e62b Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Fri, 10 Apr 2020 21:01:34 +0200 Subject: [PATCH] setup.php: replace last mentions of php5 with php7 --- public/setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/setup.php b/public/setup.php index 80de9772..796769be 100644 --- a/public/setup.php +++ b/public/setup.php @@ -117,10 +117,10 @@ require(dirname(__FILE__) . '/../templates/header.php'); print "% portinstall php{$phpversion}-mysql\n"; if ($phpversion >= 5) { print "To install MySQL 4.1 support on FreeBSD:
\n"; - print "
% cd /usr/ports/databases/php5-mysqli/\n";
+                    print "
% cd /usr/ports/databases/php7-mysqli/\n";
                     print "% make clean install\n";
                     print " - or with portupgrade -\n";
-                    print "% portinstall php5-mysqli
\n"; + print "% portinstall php7-mysqli
\n"; } print "To install PostgreSQL support on FreeBSD:
\n"; print "
% cd /usr/ports/databases/php{$phpversion}-pgsql/\n";