Update php.sh
This commit is contained in:
parent
f78a612909
commit
5e6c17d54f
|
|
@ -76,6 +76,9 @@ fi
|
|||
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
|
||||
|
||||
#install
|
||||
. ./ioncube.sh
|
||||
|
||||
#restart php-fpm
|
||||
systemctl daemon-reload
|
||||
if [ ."$php_version" = ."5.6" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue