transition from php5* packages to php-7.0* (#66)

* transition from php5* packages to php-7.0*

* added 3rd party repositories with php7.0-* packages for trusty and jessie

* added php7.0-xml package for Class SimpleXMLElement

* added apt-get update after adding php7.0* repository source
This commit is contained in:
erxspin
2017-02-23 23:49:57 +06:00
committed by FusionPBX
parent 5247301bc9
commit e76a036f70
4 changed files with 31 additions and 10 deletions

2
debian/install.sh vendored
View File

@@ -154,7 +154,7 @@ server_address=$(hostname -I)
#restart services
systemctl daemon-reload
systemctl restart php5-fpm
systemctl restart php7.0-fpm
systemctl restart nginx
systemctl restart fail2ban