Instead of copying php.ini files over from old PHP versions whenever I upgrade PHP, I would like to be able to download开发者_开发技巧 the newest php-recommended.ini file from somewhere by itself. I have searched for this option on php.net but I could not find it.
It seems like it should be an easy question, but I have not been able to answer it.
Thanks for any help!
MetropolisYou can grab it from GitHub:
https://github.com/php/php-src
It will be in the root of the trunk/tag/branch you're dealing with.
精彩评论