diff --git a/plugins/php/conf/php5.ini b/plugins/php/conf/php5.ini index 465dcff82..20c94f28d 100644 --- a/plugins/php/conf/php5.ini +++ b/plugins/php/conf/php5.ini @@ -28,7 +28,7 @@ variables_order = "GPCS" request_order = "GP" register_argc_argv = Off auto_globals_jit = On -post_max_size = 8M +post_max_size = 20M auto_prepend_file = auto_append_file = default_mimetype = "text/html" diff --git a/plugins/php/conf/php7.ini b/plugins/php/conf/php7.ini index 5b5885e21..808c65574 100644 --- a/plugins/php/conf/php7.ini +++ b/plugins/php/conf/php7.ini @@ -27,7 +27,7 @@ variables_order = "GPCS" request_order = "GP" register_argc_argv = Off auto_globals_jit = On -post_max_size = 8M +post_max_size = 20M auto_prepend_file = auto_append_file = default_mimetype = "text/html" diff --git a/plugins/php/conf/php8.ini b/plugins/php/conf/php8.ini index 33a3d9f2d..6420ec4c3 100644 --- a/plugins/php/conf/php8.ini +++ b/plugins/php/conf/php8.ini @@ -27,7 +27,7 @@ variables_order = "GPCS" request_order = "GP" register_argc_argv = Off auto_globals_jit = On -post_max_size = 8M +post_max_size = 20M auto_prepend_file = auto_append_file = default_mimetype = "text/html" diff --git a/plugins/php/index.html b/plugins/php/index.html index e42be69d4..71913d3cd 100755 --- a/plugins/php/index.html +++ b/plugins/php/index.html @@ -7,7 +7,7 @@

安装扩展

配置修改

上传限制

-

超时限制

+

配置文件

禁用函数

性能调整