docker-php-extension-installer/data
Michele Locati eb55ad5cb4
mailparse doesn't support PHP 8.4 anymore (#980)
Error: implicit declaration of function 'php_strtolower'

From https://github.com/php/php-src/blob/php-8.4.0RC1/UPGRADING.INTERNALS:
  The php_strtoupper(), php_string_toupper(), php_strtolower(), and
  php_string_tolower() functions has been removed, use zend_str_toupper(),
  zend_string_toupper(), zend_str_tolower(), and zend_string_tolower()
  respectively instead.
2024-09-30 15:58:07 +02:00
..
special-requirements Add support for xpass (#976) 2024-09-09 17:09:41 +02:00
supported-extensions mailparse doesn't support PHP 8.4 anymore (#980) 2024-09-30 15:58:07 +02:00