diff --git a/include/download-instructions/osx-macports.php b/include/download-instructions/osx-macports.php index 057c940465..41a4b7165e 100644 --- a/include/download-instructions/osx-macports.php +++ b/include/download-instructions/osx-macports.php @@ -3,5 +3,12 @@
# Please refer to https://guide.macports.org/chunked/installing.macports.html for installing MacPorts.
+
+# Install PHP = $version; ?>
+
sudo port install php= $versionNoDot; ?>
+
+
+# Switch Active PHP = $version; ?> version
+sudo port select php php= $versionNoDot; ?>