Re: [PHP-DEV] Suggested libgd ABI change leading to ext/gd BC break

2019-01-15 Thread Zeev Suraski
Sent from my mobile On 15 Jan 2019, at 15:29, Christoph M. Becker mailto:cmbecke...@gmx.de>> wrote: On 15.01.2019 at 13:32, Zeev Suraski wrote: On 15 Jan 2019, at 13:13, Christoph M. Becker mailto:cmbecke...@gmx.de>> wrote: Most recently, a pull request has been submitted for libgd[1], whic

Re: [PHP-DEV] Suggested libgd ABI change leading to ext/gd BC break

2019-01-15 Thread Christoph M. Becker
On 15.01.2019 at 13:32, Zeev Suraski wrote: >> On 15 Jan 2019, at 13:13, Christoph M. Becker wrote: >> >> Most recently, a pull request has been submitted for libgd[1], which >> suggests to define image IO functions for several image formats >> unconditionally; if the format is not supported, the

Re: [PHP-DEV] Suggested libgd ABI change leading to ext/gd BC break

2019-01-15 Thread Zeev Suraski
> On 15 Jan 2019, at 13:13, Christoph M. Becker wrote: > > Hi! > > Most recently, a pull request has been submitted for libgd[1], which > suggests to define image IO functions for several image formats > unconditionally; if the format is not supported, the IO functions would > fail with an er

[PHP-DEV] Suggested libgd ABI change leading to ext/gd BC break

2019-01-15 Thread Christoph M. Becker
Hi! Most recently, a pull request has been submitted for libgd[1], which suggests to define image IO functions for several image formats unconditionally; if the format is not supported, the IO functions would fail with an error notice. This would break the current ext/gd configuration, since it r