Open Nek- opened 1 year ago
Hi, when do you plan to move forward on this subject? As with @Nek- , the numerous warnings from your library are polluting our logs.
The one that comes up most often for me:
Deprecated: Creation of dynamic property MangoPay\Libraries\HttpCurl::$logger is deprecated in vendor/mangopay/php-sdk-v2/MangoPay/Libraries/HttpBase.php on line 23
yes, that's a really disturbing issue!
little UP here as this seems to have been left out.
+1
seem like there is already a PR done for this, it's sad maintainers don't take notice.
https://github.com/Mangopay/mangopay2-php-sdk/pull/601
@iulian03 you seem to be the latest contributor, would you have some time to check on this ?
Thanks, @williamdes, I'm actively addressing #626, focusing on resolving all PHP-related issues.
Hello everyone, looking into it
It seems that this library is mostly compatible with PHP 8.2 but triggers a lot of deprecation warnings:
PHP Deprecated: Creation of dynamic property
. They should be fixed to avoid too many logs using PHP 8.2.