cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

18 php7 support #62

Closed ivomarino closed 7 years ago

ivomarino commented 7 years ago

Implements https://github.com/ttssdev/appflow/issues/18.

ivomarino commented 7 years ago

@ocean90 can you take a quick look a this, tested on atlantis. Defaults to PHP 5.6 but you can choose now to use 7.1 or whatever the distro supports via conf_php_version_debian_family: X.X in group_vars/webserves, section PHP, example:

...
#
# PHP
#
conf_php_version_debian_family: 7.1
conf_php_apache2_php: |
    memory_limit = 512M
    max_execution_time = 600
conf_php_cli_php:
...
ivomarino commented 7 years ago

@ocean90 you can merge this as soon as you've tested all sites I would say, thanks;)