DiouxX / docker-glpi

Project to deploy GLPI with docker
219 stars 185 forks source link

Upgrade to php 8.x #82

Closed AlexMohanMD closed 5 months ago

AlexMohanMD commented 1 year ago

Php 7.4 is now unsupported. Please can this image be updated?

2023-04-14 at 08 33 16 - Microsoft Edge@2x
DiouxX commented 1 year ago

Hello,

Currently, php7.4 is officially and natively supported in the debian 11 repositories Php8 will be natively for debian 12.x

image

However, php7.4 is no longer supported since the end of 2022

image

I will test the installation and validation of php8.x for GLPI

DiouxX commented 1 year ago

Hello,

I have updated the image to support PHP 8.1 to replace PHP 7.X which is no longer supported.

This is fixed with the following PR https://github.com/DiouxX/docker-glpi/pull/87

image