Prevent deprecation errors in PHP 8.4#13
Prevent deprecation errors in PHP 8.4#13lvanstrijland wants to merge 2 commits intomailchimp:masterfrom
Conversation
- Bump package version
|
any updates on this? We're currently running php 8.x override patches |
|
I submitted a support ticket and got a generic response. I also made a post in r/MailChimp on Reddit, which they seem to participate in actively. Hopefully, this will get merged soon. |
|
@lvanstrijland and you clean their sdk too |
|
Would be nice to have this pulled in along with fixes for the deprecation warnings in this file: https://github.com/mailchimp/mailchimp-marketing-php/blob/master/lib/Configuration.php |
|
I've just talk to mailchimp official support and this is their answer. _Bueno, lo único que sé es que eso no lo gestionamos nosotros, sino GitHub. Ese fue el enlace que me proporcionaron para que pudieras crear un reporte de problema. Eso es todo lo que sabemos. Parece que contrataron a un experto en MC o se pusieron en contacto con un desarrollador. Les sugiero que vuelvan a contactarlos, ya que esto no entra dentro de nuestro alcance de soporte técnico. Basically they're saying they have nothing to do with this. Good luck with that We're going to use another solution. Mailchimp support is really a mess |
The idea that GitHub itself manages their PHP SDK is so absurd I wonder if this person actually understands what it means. |
|
We’re also going to stop using Mailchimp, as the lack of maintenance of their SDK is unacceptable. |
|
Looks like this SDK does not accepts PR, and we must do it in https://github.com/mailchimp/mailchimp-client-lib-codegen instead. https://github.com/mailchimp/mailchimp-client-lib-codegen/tree/main/swagger-config/marketing/php It's just a https://github.com/swagger-api/swagger-codegen based client. So I guess I'm going to ditch this and use JanePHP instead https://jane.readthedocs.io - it's great to build API clients based on spec: https://github.com/mailchimp/mailchimp-client-lib-codegen/blob/main/spec/transactional.openapi.json |
Hi,
I created this PR to make sure we prevent deprecation warning for PHP 8.4 because of the explicit nullable type.
Kind Regards,
Laurens van Strijland
Note: This repository is auto-generated, and does not accept pull requests.
To make changes or open issues for this SDK, use the code generation repository.