Fabien Salathe

Results 109 comments of Fabien Salathe
trafficstars

Looks good, thank you!

You can use dev-master to have the latest version compatible with PHP8.4 (not the best practice but there is no other tags)

There is a PR there: https://github.com/checkout/checkout-sdk-php/pull/285 but it does more than just fixing the issues. IMO it would be easier to release a new minor (with PHP 7.1) with only...

https://packagist.org/packages/checkout/checkout-sdk-php/php-stats#3 FYI almost nobody is using PHP

Okay thank you, do you know when it is plan? It's currently blocking us from upgrading

If anyone else has the same issue, here is the fork working with PHP 8.4: https://packagist.org/packages/bafs/checkout-sdk-php

I used `"\n"` and then the regex `$text = preg_replace('~\R~u', '', $text);`.