Re: [PHP-DEV] PHP 8.1.0RC6 available for testing

2021-11-16 Thread Christoph M. Becker
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? Whil

Re: [PHP-DEV] PHP 8.1.0RC6 available for testing

2021-11-16 Thread Côme Chilliet
Le mardi 16 novembre 2021, 13:40:30 CET Christoph M. Becker a écrit : > On 16.11.2021 at 13:11, Côme Chilliet wrote: > > I have a difference in behavior between PHP 8.1 RC6 and my system PHP for > > the function imagettfbbox. > > It is hard to know if this is a problem with 8.1 really because I ha

Re: [PHP-DEV] PHP 8.1.0RC6 available for testing

2021-11-16 Thread Christoph M. Becker
On 16.11.2021 at 13:11, Côme Chilliet wrote: > I have a difference in behavior between PHP 8.1 RC6 and my system PHP for the > function imagettfbbox. > It is hard to know if this is a problem with 8.1 really because I had to > download and build imagick through pecl to be able to run this. imag

Re: [PHP-DEV] PHP 8.1.0RC6 available for testing

2021-11-16 Thread Côme Chilliet
Hello, I have a difference in behavior between PHP 8.1 RC6 and my system PHP for the function imagettfbbox. It is hard to know if this is a problem with 8.1 really because I had to download and build imagick through pecl to be able to run this. int(1) [1]=> int(0) [2]=> int(8) [3]=

[PHP-DEV] PHP 8.1.0RC6 available for testing

2021-11-11 Thread Ben Ramsey
PHP 8.1.0RC6 has just been released and may be downloaded from https://downloads.php.net/~ramsey/ Or use the git tag: php-8.1.0RC6 Windows binaries are available at: https://windows.php.net/qa/ Please test it carefully, and report any bugs at https://bugs.php.net/ The production-ready, general