Commit Graph

44 Commits

Author SHA1 Message Date
FusionPBX 1931f3870e
Debian 11 if config.sh PHP version is set to 7.4
Then use the system repo instead of using sury. Use sury repo only when its needed.
2023-06-20 15:40:07 -06:00
FusionPBX fd9553d9dc
Debian PHP add --no-install-recommends 2023-05-10 19:19:16 -06:00
FusionPBX c0586576d8
Add php-common 2023-05-10 18:56:51 -06:00
FusionPBX 8a99470e0c
Update php.sh 2023-05-10 18:35:38 -06:00
FusionPBX e7383e65b7
Update php.sh 2023-05-10 18:17:35 -06:00
FusionPBX f902aacb49
Update php.sh 2023-05-10 18:16:21 -06:00
FusionPBX 7d441b1496
Use PHP 8.1 for Debian 11 2023-05-09 14:38:01 -06:00
Andy Binder 73e1606d6c
Add 1.10.7 to source-script. (#379)
Squashed commit of the following:
-install iptables as it is not part of minimal install.
-change swig for bullseye to swig4.0
-php7.4-dev for build required (php-config)
-add python3-distutils
-libks seems to be required for mod_verto
-disable mod_avmd to keep in sync with ubuntu-config (eaaef03163 (diff-62a8f25a3200194e88b1073f2b11ebdf1622761f025a30158c012e83e5f593aa))
2022-01-10 15:51:59 -07:00
FusionPBX 56a1280caa
Update php.sh 2021-11-13 12:12:52 -07:00
FusionPBX 1fe4f14304
Add missing $ on os_codename to fix Debian 11, Bullseye install. 2021-11-13 12:01:00 -07:00
emak 0fbbfe997b
Add Preliminary Debian 11 "Bullseye" Support (#376)
* Add Debian 11 support
2021-11-01 11:27:28 -06:00
FusionPBX 86e27b370c
Add mbstring used by fax and smarty. 2021-07-07 11:41:33 -06:00
FusionPBX 8be15c1484
Update php.sh 2020-03-28 18:22:18 -06:00
FusionPBX 29a8a40040
Update php.sh 2020-03-28 17:55:50 -06:00
FusionPBX 5899f52f31
Update php.sh 2019-09-27 14:48:17 -06:00
FusionPBX 4ada8ce29a
Update php.sh 2019-08-22 09:16:54 -06:00
FusionPBX 8216b4ecaa
Update php.sh 2019-08-22 09:12:28 -06:00
FusionPBX 0726ba981b
Update php.sh 2019-08-20 17:01:34 -06:00
FusionPBX 98fd1d9057
Update php.sh 2019-08-20 17:00:59 -06:00
FusionPBX fb0a2d25de
Update php.sh 2019-08-20 16:58:56 -06:00
FusionPBX 0ab59dcd3c
Update php.sh 2019-08-20 15:22:38 -06:00
FusionPBX 316495436e
Update php.sh 2019-08-01 12:54:58 -06:00
FusionPBX f5e1f3ed23
Update php.sh 2019-02-17 11:10:54 -07:00
FusionPBX 3d91ac2207
Update php.sh 2019-02-17 11:07:15 -07:00
FusionPBX 5e6c17d54f
Update php.sh 2019-02-17 10:46:07 -07:00
FusionPBX 439d962512
Update php.sh 2019-02-17 09:04:04 -07:00
FusionPBX 23bfe25395
Update php.sh 2019-02-17 08:57:25 -07:00
FusionPBX 42e7262e33
Update php.sh 2019-02-17 08:54:10 -07:00
FusionPBX 3169934769
Update php.sh 2019-02-17 08:32:54 -07:00
FusionPBX 4217afadc1
Update php.sh 2018-11-05 23:27:36 -07:00
FusionPBX e052971f52
Update php.sh 2018-11-05 23:13:08 -07:00
FusionPBX e348f0663f
Update php.sh 2018-10-09 20:35:39 -06:00
Len cb3dcc82e1 Update php.sh (#155) 2018-03-08 20:09:29 -07:00
FusionPBX d959b89ed2
Update php.sh 2018-01-03 19:02:35 -07:00
FusionPBX ee91847c50 Update php.sh 2017-03-05 21:43:04 -07:00
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