From c42fcf3a90ac9cef84712fb5d3cca5e3643946ba Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 1 Aug 2019 13:05:58 -0600 Subject: [PATCH] Update php.sh --- centos/resources/php.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/centos/resources/php.sh b/centos/resources/php.sh index 15f1637..d31c244 100755 --- a/centos/resources/php.sh +++ b/centos/resources/php.sh @@ -35,6 +35,7 @@ sed -ie 's/group = apache/group = daemon/g' /etc/php-fpm.d/www.conf #update the php.ini #sed -ie 's/post_max_size = .*/post_max_size = 80M/g' /etc/php.ini #sed -ie 's/upload_max_filesize = .*/upload_max_filesize = 80M/g' /etc/php.ini +#sed -ie 's/; max_input_vars = .*/max_input_vars = 8000/g' /etc/php.ini #make the session directory mkdir -p /var/lib/php/session