mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clean PHP dependency explanations
This commit is contained in:
parent
f31677673f
commit
b22bae1481
8 changed files with 14 additions and 14 deletions
|
|
@ -39,7 +39,7 @@
|
|||
# - debug:
|
||||
# var: php_new
|
||||
|
||||
|
||||
# February 2020: See @m-anish's PR #2119 and follow-up PR #2258.
|
||||
# 2021-04-11: If you're running Nextcloud 21+ in production, carefully check the latest required AND recommended prereqs:
|
||||
# https://docs.nextcloud.com/server/21/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
# 2021-06-27: Use this after Nextcloud 22 is released "2021-07-06" :
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
#- libapache2-mod-php # 2020-02-15: NO LONGER NEEDED?
|
||||
- php{{ php_version }}-bcmath # Highly recommended by Nextcloud 21 for "improved performance and better compatibility"
|
||||
- php{{ php_version }}-bz2 # Optional (for extraction of apps)
|
||||
#- php{{ php_version }}-common # Auto-installed as an apt dependency. @jvonau said php{{ php_version }}-cli drags in php{{ php_version }}-common as @m-anish wanted in PR #2119 / #2258
|
||||
#- php{{ php_version }}-common # Auto-installed as an apt dependency. REGARDLESS: php{{ php_version }}-common superset php{{ php_version }}-cli is auto-installed by php{{ php_version }}-fpm in nginx/tasks/install.yml
|
||||
- php{{ php_version }}-curl # Likewise installed by moodle/tasks/install.yml AND pbx/tasks/freepbx_dependencies.yml
|
||||
- php{{ php_version }}-gd # Likewise installed by moodle/tasks/install.yml AND pbx/tasks/freepbx_dependencies.yml
|
||||
- php{{ php_version }}-gmp # Optional (for SFTP storage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue