Actions
Evolution #1492
closedPHP 8 compatibility
Start date:
10/03/2020
Due date:
% Done:
100%
Estimated time:
Vote:
Description
PHP 8-rc1 has been released, some changes may be required in Galette for compatibility.
Main problem is probably not Galette itself; but some dependencies:
- faker: stucked on an old version already patched for php 7.4, upgrading would require to rewrite many unit tests,
- laminas-db: beacause of on old bug on the lib (see #1299)
- pimple: dependency injection no longer maintained; and not compatible with other alternatives... Switching to php-di would be required; I do not see any other solution
- atoum: a php8 patch has been proposed upstream, see https://github.com/atoum/atoum/pull/843
This is an non exhaustive list.
Updated by Johan Cwiklinski almost 4 years ago
- Blocked by R&D #1372: Integrate php-di added
Updated by Johan Cwiklinski almost 4 years ago
- Blocked by Anomalie #1299: Incompatibilité avec zend-db > 2.9.2 added
Updated by Johan Cwiklinski over 3 years ago
- Status changed from Nouveau to Résolu
- Assignee set to Johan Cwiklinski
- Target version set to 0.9.5
- % Done changed from 0 to 100
Updated by Johan Cwiklinski over 3 years ago
- Status changed from Résolu to Fermé
Actions