Update php.sh

This commit is contained in:
FusionPBX
2021-03-19 23:03:56 -06:00
committed by GitHub
parent d3a7125ff2
commit 4359da381f

View File

@@ -77,6 +77,7 @@ fi
sed 's#post_max_size = .*#post_max_size = 80M#g' -i $php_ini_file sed 's#post_max_size = .*#post_max_size = 80M#g' -i $php_ini_file
sed 's#upload_max_filesize = .*#upload_max_filesize = 80M#g' -i $php_ini_file sed 's#upload_max_filesize = .*#upload_max_filesize = 80M#g' -i $php_ini_file
sed 's#;max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file sed 's#;max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file
sed 's#; max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file
#install ioncube #install ioncube
#if [ .$cpu_architecture = .'x86' ]; then #if [ .$cpu_architecture = .'x86' ]; then