cloudinary / cloudinary_php

PHP extension for Cloudinary
https://cloudinary.com/documentation/php_integration
MIT License
389 stars 151 forks source link

PHP 8.1 support #325

Closed ruudk closed 3 years ago

ruudk commented 3 years ago

PHP 8.1 will be released in 2 weeks and I think it's good to start testing if everything works as expected.

const-cloudinary commented 3 years ago

Thanks @ruudk for paying our attention on this. Indeed, in PHP 8.1 there are a few new deprecations that cause warnings under certain scenarios. (like: Deprecated: strlen(): Passing null to parameter #1)

We'll address those before PHP 8.1 gets released.

ruudk commented 3 years ago

@const-cloudinary Any update on this? PHP 8.1 will be released tomorrow :)

const-cloudinary commented 3 years ago

@ruudk , thank you for the reminder!

The latest version 2.5.1, should work fine on PHP 8.1.

ruudk commented 3 years ago

Great! Thank you 🙏🏻 👏

ruudk commented 3 years ago

Closing as https://github.com/cloudinary/cloudinary_php/pull/332 is merged