PHP配置文件

This commit is contained in:
LyLme 2023-12-26 02:12:09 +08:00
parent 53b3eec057
commit e233654db8
2 changed files with 6 additions and 0 deletions

1
php/etc/date.ini Normal file
View File

@ -0,0 +1 @@
date.timezone = "Asia/Shanghai"

5
php/etc/upload.ini Normal file
View File

@ -0,0 +1,5 @@
file_uploads = On
memory_limit = 128M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 600