Hi all
I've just enabled tests with PHP 7.1 on Travis for master branch. This reveals several problems as it does have stricter number validation in calculations.
So doing things like '16px' * 2 will no longer work without warning (and test failure). I've fixed some of those, but some are still to be fixed ...
Hi Michal,
On Monday 05 September 2016 10:21 PM, Michal Čihař wrote:
Hi all
I've just enabled tests with PHP 7.1 on Travis for master branch. This reveals several problems as it does have stricter number validation in calculations.
So doing things like '16px' * 2 will no longer work without warning (and test failure). I've fixed some of those, but some are still to be fixed ...
I have made a PR [1] to fix these failures. It would be great if you could just take a look before merging it.
[1] : https://github.com/phpmyadmin/phpmyadmin/pull/12539
Regards, Deven Bansod