Closed necmettin closed 1 year ago
Library is not PHP 8.2 compatible
Produces deprecation warnings for dynamic property creation when running under PHP 8.2
Try sending any email. I've attached the output: php.log
Not to produce any deprecation warnings.
The log contains deprecations only from mailchimp/transactional package, which indeed has that issue:
mailchimp/transactional
https://github.com/mailchimp/mailchimp-transactional-php/blob/701b00f538f36a2a5b138f880ab5eebbfeff4b7d/lib/Api/UsersApi.php#L47-L52
I'm sorry, I don't know why I reported it here :/
Summary
Library is not PHP 8.2 compatible
Current behavior
Produces deprecation warnings for dynamic property creation when running under PHP 8.2
How to reproduce: code & error stack trace
Try sending any email. I've attached the output: php.log
Expected behavior
Not to produce any deprecation warnings.