
php.ini设置
码上爱
这个作者很懒,什么都没留下…
展开
-
上传大文件php异常问题
上传大文件php异常问题刚接触上传文件时,简单的上传没问题,但是一上传大的文件,后台获取$_FILE的时候里面的文件类型,缓存地址就没有了。如果正常上传没问题,那么肯定是在配置上面又问题,那么修改php文件配置 php.ini文件1、修改执行时间(因为大文件多种外部原因可能造成执行时间过长)max_execution_time = 0 //默认是30秒.改为0,0是不限制2、修改允许...原创 2020-01-17 15:30:38 · 316 阅读 · 0 评论 -
date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date
**date(): It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those method...原创 2019-08-30 11:28:36 · 713 阅读 · 0 评论