php.ini-dist 和 php.ini-recommended 的不同

根据 php.ini-dist 的说明,二者不同之处在于 php.ini-dist 适合开发程式使用,而 php.ini-recommended 拥有较高的安全性设定,则适合上线当产品使用。


原文说明如下:

This is the default settings file for new PHP installations.
By default, PHP installs itself with a configuration suitable for
development purposes, and *NOT* for production purposes.
For several security-oriented considerations that should be taken
before going online with your site, please consult php.ini-recommended
andhttp://php.net/manual/en/security.php.
 


欢迎转载本文,请注明来自:http://www.linuxsense.org

TAG: php
发布: 2008-1-08 17:58    作者: admin    来源: 本站原创    查看: 72次

推荐给好友 上一篇 | 下一篇

 

评分:0

我来说两句

seccode