Reputation: 13192
I download VC14 x64 Non Thread Safe (2017-Jan-18 21:06:20) on http://windows.php.net/download
Then I extract it
Look at the result :
Seems no php.ini file
Where I found it?
Upvotes: 2
Views: 5977
Reputation: 33
For development server rename php.ini-development
as php.ini
also for production server php.ini-production
as php.ini
Upvotes: 0
Reputation: 7903
Just copy php.ini-development
or php.ini-production
as new file named php.ini
. Edit the options and start using it.
Upvotes: 7