📜  php ini 开发或生产 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:51.308000             🧑  作者: Mango

代码示例1
As of PHP 7 the regular php.ini file was removed and added with 
  php.ini-production and php.ini-devlopment. In PHP's installation text file 
  they state, "We advise you to use php.ini-production, because we optimized 
  the default settings in this file for performance, and security."

So in short use the php.ini-production