Icinga / icingaweb2

A lightweight and extensible web interface to keep an eye on your environment. Analyse problems and act on them.
https://icinga.com/get-started/
GNU General Public License v2.0
809 stars 282 forks source link

Update dependent PHP requirement on CentOS7 #4128

Closed mwaldmueller closed 4 years ago

mwaldmueller commented 4 years ago

Describe the bug

The dependent PHP requirement on CentOS7 should be updated from php71 to php72 or php73. Especially the "icingadb"-module (https://github.com/Icinga/icingadb-web) requires PhpRedis, which is not available as a package for php71 (only sclo-php72-php-pecl-redis5 and sclo-php73-php-pecl-redis5).

To Reproduce

see above

Expected behavior

see above

Screenshots

not necessary

Your Environment

Include as many relevant details about the environment you experienced the problem in

Additional context

not necessary

nilmerg commented 4 years ago

Hi,

this is rather a package issue. I've created a new issue in our package repository. Closing here.