We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议作者把安装程序中的lanmp中的php-5.2.17.tar.gz中的php.ini-dist配置文件优化一下。 建议优化的内容暂时有: output_buffering = 4096 【这个已知DEDEEIMS会有影响】 post_max_size = 50M 【默认建议上传大小大一点】 upload_max_filesize = 50M max_file_uploads = 50 【这个可优化可不优化】 启用: extension=php_curl.dll extension=php_gd2.dll extension=php_mbstring.dll extension=php_mcrypt.dll extension=php_mysql.dll extension=php_mysqli.dll extension=php_pdo.dll extension=php_pdo_mysql.dll extension=php_zip.dll 时区设置:date.timezone =Asia/Shanghai
PHP5.3.7中的配置也建议修改这几项。 这些建议是在实际使用中遇到的。
The text was updated successfully, but these errors were encountered:
感谢建议,下一个版本中我们会对默认参数进行修改
Sorry, something went wrong.
优化的,不同应用场景众口难调,这样保持原汁原味让使用者自己学习优化,也挺好的。
No branches or pull requests
建议作者把安装程序中的lanmp中的php-5.2.17.tar.gz中的php.ini-dist配置文件优化一下。
建议优化的内容暂时有:
output_buffering = 4096 【这个已知DEDEEIMS会有影响】
post_max_size = 50M 【默认建议上传大小大一点】
upload_max_filesize = 50M
max_file_uploads = 50 【这个可优化可不优化】
启用:
extension=php_curl.dll
extension=php_gd2.dll
extension=php_mbstring.dll
extension=php_mcrypt.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo.dll
extension=php_pdo_mysql.dll
extension=php_zip.dll
时区设置:date.timezone =Asia/Shanghai
PHP5.3.7中的配置也建议修改这几项。
这些建议是在实际使用中遇到的。
The text was updated successfully, but these errors were encountered: