1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add missing --set parameter in macports instructions

This commit is contained in:
Shivam Mathur
2026-01-04 04:07:04 +05:30
parent 73bcdb05dc
commit 861ecba59e

View File

@@ -10,5 +10,5 @@ sudo port install php<?= $versionNoDot; ?>
# Switch Active PHP <?= $version; ?> version
sudo port select php php<?= $versionNoDot; ?>
sudo port select --set php php<?= $versionNoDot; ?>
</code></pre>