Changes between Initial Version and Version 1 of Ticket #50640, comment 10
- Timestamp:
- 09/28/2020 03:09:49 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50640, comment 10
initial v1 5 5 The Docker image should probably be updated to provide the same list of extensions for PHP 8 that we currently have for PHP 7.4 and older: `gd`, `opcache`, `mysqli`, `zip`, `exif`, `intl`, `mbstring`, `xml`, `xsl`. If anyone is able to help with that and open a PR, please do :) 6 6 7 Still, explicitly requiring `imagejpeg()` and related functions as outlined in comment:3:ticket:50639 would be better than the current obscure failures. So consistently requiring GD functions where needed seems like the next step here. Whe rethat means failing or skipping the test, can be determined later.7 Still, explicitly requiring `imagejpeg()` and related functions as outlined in comment:3:ticket:50639 would be better than the current obscure failures. So consistently requiring GD functions where needed seems like the next step here. Whether that means failing or skipping the test, can be determined later.