Commit Graph

98 Commits

Author SHA1 Message Date
ec717642fc mod_php_install.sh: set default max_execution_time to 360s. 2024-05-06 00:37:06 +02:00
0d94d23fe3 mod_php_install.sh: add timeout parameter. 2024-04-26 00:24:40 +02:00
f9f247aa1d mod_php_install.sh: change DEFAULT_FPM_POOL_MAX_CHILDREN to 256. 2024-04-21 16:08:02 +02:00
4d545d07ce mod_php_install.sh: incease DEFAULT_OPCACHE_INTERNED_STRINGS_BUFFER to '48'. 2024-02-14 17:06:07 +01:00
dae3f913bb mod_php_install.sh: show existing FPM pool definitions in summary. 2024-01-03 14:11:09 +01:00
7b17ac342a mod_php_install.sh: finish support fo debian 12 (bookworm). 2023-10-26 21:26:39 +02:00
3959e37839 mod_php_install.sh: add support for version 7.1 at debian 12 (bookworm). 2023-10-25 02:27:38 +02:00
7addd36d29 mod_php_install.sh: fix error installing python 2.7 2023-10-25 00:50:13 +02:00
79b141353b mod_php_install.sh: support php 5.6 at debian 12 (bookworm). 2023-10-24 22:29:16 +02:00
942b735491 mod_php_install.sh: add mod_php support for versions 8.x 2023-07-05 16:23:42 +02:00
cf88af8874 mod_php_install.sh: fix error setting parameter opcache.error_log. 2023-06-23 16:28:20 +02:00
c7ea9f5ebb Add Patch to compile PHP (7.4, 8.0?) againmst openssl 3.0. 2023-06-18 10:14:45 +02:00
de34143a3b mod_php_install.sh: add support for adjusting apcu values. 2023-04-29 01:58:26 +02:00
5c3249b12c mod_php_install.sh: add support for setting 'zlib.output_compression' and 'opcache.consistency_checks' at install time. Change some default values for 'opcache'. 2023-04-25 01:58:35 +02:00
4f4b3d67be mod_php_install.sh: replace PHP socket, in case of php update.. 2023-03-17 17:27:51 +01:00
040965430e mod_php_install.sh: some moinor changes in script output.. 2023-03-14 09:50:54 +01:00
0b23a6c72a If ssl connection to php.net fails, install and trust (temporary) the remote certificate. 2023-03-12 18:15:05 +01:00
034eeb7c53 Add version of mcrypt to 1.0.5 in case of 'manual' install.. 2023-01-11 23:28:59 +01:00
33b9a36802 Merge branch 'master' of https://git.oopen.de/install/php 2022-10-17 12:32:01 +02:00
c27530a7b7 /mod_php_install.sh: some minor changes. 2022-10-17 12:31:40 +02:00
a5f8c8cc36 mod_php_install.sh: fix typo. 2022-09-21 14:43:14 +02:00
2beb96fdcd mod_php_install.sh: Support configuration of opcache parameters. 2022-07-06 18:31:41 +02:00
bad2958744 mod_php_install.sh: some changes in script output. 2022-07-04 21:19:29 +02:00
a813cd3362 mod_php_install.sh: change some opchache values to match nextcloud's recommendations. 2022-06-30 00:10:23 +02:00
083811b4da mod_php_install.sh: some minor changes to the script output. 2022-06-22 12:57:34 +02:00
584fa9c867 Adjust opcache parameter. 2022-02-21 13:54:39 +01:00
f1360fbd86 mod_php_install.sh: change mcrypt version to 1.0.4 in case of manual install. 2022-02-09 02:20:21 +01:00
24962478bf mod_php_install.sh: some minor changes. 2022-02-04 02:38:52 +01:00
90a9e9bdb5 mod_php_install.sh: some minor changes. 2022-02-04 02:32:39 +01:00
b2bfd94a3d mod_php_install.sh: some minor changes. 2022-02-04 02:10:06 +01:00
7ec0bbcae8 mod_php_install.sh: some monor changes in script output. 2021-12-24 01:19:00 +01:00
707d6f6918 mod_php_install.sh:remove option 'copytruncate' from ogrotation script - its not needed.. 2021-12-20 18:10:19 +01:00
b1f876950d mod_php_install.sh: add 'copytruncate' option to logrotate file. 2021-12-20 17:38:06 +01:00
b5da46920a mod_php_install.sh: add 'icu4c'-libraries to ld.so.conf.d directory if php version 5.6 will be installed. 2021-10-17 18:33:43 +02:00
25e7ebf704 mod_php_install.sh: fix error installing php 7.x on debian os version greater then 10. 2021-10-12 12:57:24 +02:00
cb2b31bec1 mod_php_install.sh: pass some environment variables like 'PATH'. 2021-10-08 03:03:51 +02:00
7d9c9671a4 Support of setting additional FPM Pool Definitions also if a configiration file from prior installation exists and will be taken. 2021-09-14 18:28:51 +02:00
Christoph
7c9f54a8a0 mod_php_install.sh: fix error set Pool Definitions. 2021-09-13 23:23:40 +02:00
509e05bd43 Support user settings of some PHP Pool Definitions. 2021-09-13 17:51:28 +02:00
4d4ad60004 mod_php_install.sh: add support for 'sodium'. 2021-09-01 00:53:10 +02:00
2e6b3c1e0c mod_php_install.sh: remove 'libcroco3-dev' from required debian packages. 2021-08-13 20:16:34 +02:00
5b92d6ee02 mod_php_install.sh: fix error determin MagickWand-config file. 2021-07-05 22:55:43 +02:00
cb17addc17 mod_php_install.sh: change default libxml2 version in case og php 5.6 installation. 2021-05-15 00:59:24 +02:00
ca93e36302 mod_php_install.sh: some minor changes.. 2021-02-16 22:35:35 +01:00
14e54993b6 mod_php_install.sh: add support for PHP version 8.0.2. 2021-02-16 22:08:04 +01:00
c24917b0e6 mod_php_install.sh: fix error in creating logrotation file. 2021-01-16 03:02:49 +01:00
0090c77130 mod_php_install.sh: change location of file 'php_errors.log'. 2021-01-16 02:28:03 +01:00
f87dc94d71 mod_php_install.sh: update versions of freetype and libxml2 in case of extra installations.. 2020-12-12 13:45:11 +01:00
acbbc0ace4 Some minor changes. 2020-08-08 19:24:30 +02:00
2fd8b44296 mod_php_install.sh: update pool definitions. 2020-05-29 16:19:49 +02:00