On 09.05.2021 at 17:45, Dan Ackroyd wrote:
> On Sun, 9 May 2021 at 16:04, Christoph M. Becker wrote:
>>
>> I suggest to replace libjpeg[1] with libjpeg-turbo[2] for future PHP
>> releases on Windows, starting with PHP 8.1.
>>
>> Thoughts? Objections?
>
> So the ABI break would only affect people
On Sun, 9 May 2021 at 16:04, Christoph M. Becker wrote:
>
> I suggest to replace libjpeg[1] with libjpeg-turbo[2] for future PHP
> releases on Windows, starting with PHP 8.1.
>
> Thoughts? Objections?
So the ABI break would only affect people who have some C code that is
dependent on the new ver
Hi all,
I suggest to replace libjpeg[1] with libjpeg-turbo[2] for future PHP
releases on Windows, starting with PHP 8.1. The main reason is that
libjpeg-turbo offers better performance, because it uses SIMD
instructions on supported platforms (Windows x86 and x64 are supported).
Note that many (