Commit Graph

9 Commits

Author SHA1 Message Date
FusionPBX 8b55bddb12 Update php.sh 2017-03-04 13:29:53 -07:00
FusionPBX 7141d47842 Update php.sh 2017-03-04 12:55:29 -07:00
erxspin 7cd7859a90 Fix to issue #76 - Use php5 for some dists with new command-line switch (#77)
* added special option --use-php5-package

* parse options and export new environment variable USE_PHP5_PACKAGE

* added choice between php5* or php7.0* packages (recommited)

* fixed php*-fpm service name and php.ini file path (recommited)

* prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited)

* added ppa:ondrej/php5-compat repo

* added dependency ppa:ondrej/php repo and package software-properties-common
2017-02-28 09:32:26 -07:00
erxspin e76a036f70 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
2017-02-23 10:49:57 -07:00
Mafoo 051a6b9711 Enhance-More Colours (#52)
enable colours in more scripts
change fail2ban.s to use arguments.sh to initialize it's variables
2017-02-07 22:44:35 -07:00
markjcrane 962e7062c8 Add execute permissions to the remaining .sh scripts 2016-08-21 16:15:47 +00:00
FusionPBX ace73b168a Update php.sh 2016-08-03 12:09:53 -06:00
FusionPBX 7fb40be1d8 Update php.sh
Use upload_max_filesize instead of post_max_size the word upload is in the name of this parameter making it more intuitive.
2016-08-02 11:31:50 -06:00
Mafoo ae2c3ee411 Enhance-Add php config (#30)
update the post_max_size to 32M during the install
2016-08-02 11:14:57 -06:00