F5F Stay Refreshed Software Operating Systems Local and php

Local and php

Local and php

C
Commando__
Senior Member
744
07-21-2016, 12:46 AM
#1
Hi, your question is clear. On macOS Monterey, PHP isn’t bundled with the system—it’s installed locally for your app to run. That means commands in the terminal won’t work unless you have that specific install. If you want PHP across your entire Mac, you’ll need a system-wide installation. But if you’re just using it locally, you can still manage it without duplicating the package. Just make sure you know which version you’re using and how to access it properly.
C
Commando__
07-21-2016, 12:46 AM #1

Hi, your question is clear. On macOS Monterey, PHP isn’t bundled with the system—it’s installed locally for your app to run. That means commands in the terminal won’t work unless you have that specific install. If you want PHP across your entire Mac, you’ll need a system-wide installation. But if you’re just using it locally, you can still manage it without duplicating the package. Just make sure you know which version you’re using and how to access it properly.

R
RigbyPT
Member
99
07-21-2016, 01:06 AM
#2
Local installs different versions of PHP to your user profile directory. It doesn’t install them globally. To check the location, open "Open Site Shell" and type "which php". Local lets you execute each service independently, so you can run several PHP, MySQL, Apache or ngix instances simultaneously without conflicts.
R
RigbyPT
07-21-2016, 01:06 AM #2

Local installs different versions of PHP to your user profile directory. It doesn’t install them globally. To check the location, open "Open Site Shell" and type "which php". Local lets you execute each service independently, so you can run several PHP, MySQL, Apache or ngix instances simultaneously without conflicts.

M
Mettaton728
Junior Member
25
07-21-2016, 01:52 AM
#3
No issue should arise. Installing PHP system-wide doesn't affect local installations.
M
Mettaton728
07-21-2016, 01:52 AM #3

No issue should arise. Installing PHP system-wide doesn't affect local installations.

K
Kaldeo
Member
226
07-21-2016, 09:24 AM
#4
No
K
Kaldeo
07-21-2016, 09:24 AM #4

No

R
rapunzelrules
Member
57
07-21-2016, 11:12 AM
#5
ok thanks!
R
rapunzelrules
07-21-2016, 11:12 AM #5

ok thanks!