On 16.11.2021 at 14:48, Côme Chilliet wrote:

> GD Support => enabled
> GD Version => bundled (2.1.0 compatible)
> gd.jpeg_ignore_warning => 1 => 1
>
> So it seems the one I built used a bundled older version of GD? How should I 
> change my configure line to use the same GD as the other one?

While it still states "2.1.0 compatible", it is more like "2.3
compatible", but we didn't change that, because the goal is eventually
to get rid of the bundled libgd.

Anyhow, use `--enable-gd --with-external-gd`; see
<https://www.php.net/manual/en/image.installation.php>.  You can also
check the configure line of the 7.4 build via php --info | grep
'Configure Command'.

And well, we're on the wrong mailing list here. :)

--
Christoph M. Becker

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to