Aktionen
GX-Task #71119
offenPHP Version Support
Status:
Gemeldet
Priorität:
Normal
Zugewiesen an:
-
Kategorie:
Security
Zielversion:
-
% erledigt:
0%
Steps to reproduce:
Betroffene Versionen:
Unbestimmt
Release Notes Langtext:
Beschreibung
Currently we support not the recommended Version of PHP.
We've to ensure, that our Shop supports the actual PHP Version according to official PHP Roadmap:
Aktionen
#1
Von Marcel Hartmann vor 2 Monaten aktualisiert
In order to update the PHP Version, the openssl Version will be updated from 1 to 3. This brings up a new error by running the yarn task setup:dev. ERR_OSSL_EVP_UNSUPPORTED will be thrown by yarn.
https://kinsta.com/de/wissensdatenbank/err_ossl_evp_unsupported/
Anyway yarn can't run in a version under 20 and has to be updated in the Dockerfile from gxdev as well.
There is a workaround maybe we can benefit from it, by running node command with option --openssl-legacy-provider.
Aktionen