|
You see those files called php.ini-dist and php.ini-recommended? Append "C:\PHP" or whatever your PHP location is to your PATH environment variable. You do this by going to Control Panel -> System -> Advanced -> Environment Variables, double-clicking on "Path" and adding ";C:\PHP" to it, then clicking OK a few times. Then make a copy of php.ini-recommended and call it php.ini. Then make the changes.
|