PHP·98 questions

How to install PHP on Mac?

Answer
Homebrew: brew install php.
Check: php -v.
Configuration: php --ini.
For different versions: brew install php@8.2.
Switching: brew link php@8.2.
Was this answer helpful?

More questions in this topic

Related questions from other topics