标签:脚本 搜索 amp wamp 选择 php上传 内存 时间 打开
win平台WAMP修改
步骤
wamp
php
php.ini
wamp
步骤
File------Edit Template-------php
选择自己的版本即可
使用文本编辑工具的搜索功能找到下列选项 进行修改
file_uploads = On ; 是否允许上传文件 On/Off 默认是On
upload_max_filesize = 32M ; 上传文件的最大限制
post_max_size = 32M ; 通过Post提交的最多数据
max_execution_time = 30000 ; 脚本最长的执行时间 单位为秒
max_input_time = 600 ; 接收提交的数据的时间限制 单位为秒
memory_limit = 1024M ; 最大的内存消耗
标签:脚本 搜索 amp wamp 选择 php上传 内存 时间 打开
原文地址:http://www.cnblogs.com/mingm/p/6884266.html