1 Star 0 Fork 0

Ivan Ryuu/a3-magento2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
php.ini.sample 715 Bytes
一键复制 编辑 原始数据 按行查看 历史
mage2-team 提交于 2014-01-03 09:19 . 2.0.0.0-dev59
; This file is for CGI/FastCGI installations.
; Try copying it to php5.ini, if it doesn't work
; adjust memory limit
memory_limit = 64M
max_execution_time = 18000
; disable automatic session start
; before autoload was initialized
flag session.auto_start = off
; enable resulting html compression
zlib.output_compression = on
; disable user agent verification to not break multiple image upload
suhosin.session.cryptua = off
; PHP for some reason ignores this setting in system php.ini
; and disables mcrypt if this line is missing in local php.ini
extension=mcrypt.so
; Disable PHP errors, notices and warnings output in production mode to prevent exposing sensitive information.
display_errors = Off
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ivan-ryuu/a3-magento2.git
git@gitee.com:ivan-ryuu/a3-magento2.git
ivan-ryuu
a3-magento2
a3-magento2
master

搜索帮助