- Download PHP binaries: https://windows.php.net/download/
- Extract .zip to
C:\php
- Rename
C:\php\php.ini-production
tophp.ini
- On php.ini, find
extension_dir
and change the existing value to"C:\php\ext"
- On php.ini, enable the needed extensions. E.g.
extension=php_curl.dll
- Edit the system environment variables by editing system variable Path and add
C:\php
Created
March 8, 2018 11:23
-
-
Save fabiofdsantos/1f93df87ce1fe0c386d1015a1c468ef2 to your computer and use it in GitHub Desktop.
How to install PHP on Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment