We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f2a021 + a7445f1 commit c0dda8eCopy full SHA for c0dda8e
include/download-instructions/osx-macports.php
@@ -3,5 +3,12 @@
3
</p>
4
<pre><code class="language-bash line-numbers">
5
# Please refer to https://guide.macports.org/chunked/installing.macports.html for installing MacPorts.
6
+
7
+# Install PHP <?= $version; ?>
8
9
sudo port install php<?= $versionNoDot; ?>
10
11
12
+# Switch Active PHP <?= $version; ?> version
13
+sudo port select php php<?= $versionNoDot; ?>
14
</code></pre>
0 commit comments