mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
For GD, libxpm is an optional dependency, and we should treat it as such, i.e. if the library is not found, we build ext/gd without XPM support. This should also be done for other optional dependencies (like libjpeg), but since we're close to PHP 8.4.0RC1, we postpone that. However, wrt libxpm[1] we're taking action immediately, so that we can ship builds without XPM support, or at least custom builds without XPM support are possible without modifying the sources. [1] <https://news-web.php.net/php.internals/125502>