PHP·98 questions

How to install PHP on Windows?

Answer
Download PHP from php.net (Thread Safe for Apache).
Extract to C:\php.
Rename php.ini-development to php.ini.
Add C:\php to PATH.
Restart the terminal, check: php -v.
Alternative: XAMPP or Laragon.
Was this answer helpful?

More questions in this topic

Related questions from other topics