libvips / php-vips

php binding for libvips
MIT License
618 stars 25 forks source link

PHP 8.3 Statically Deprecated Message #226

Closed sr-oct closed 9 months ago

sr-oct commented 12 months ago

I've encountered a "PHP Deprecated" warning while running tests with PHPUnit 9.6.13, specifically under PHP 8.3. This might be indicative of compatibility issues that could arise with the new PHP version.

Thought it’d be useful to flag this up for potential updates or fixes.

PHP Deprecated:  Calling FFI::cast() statically is deprecated ... vendor/jcupitt/vips/src/Image.php on line 503
...jcupitt/vips/src/VipsObject.php on line 71

Appreciate all your work on this library!

jcupitt commented 12 months ago

Hi @sr-oct, thanks for the heads-up! I'll try to take a look.

dmitryuk commented 9 months ago

231

dmitryuk commented 9 months ago

@jcupitt can you make a new release?

jcupitt commented 9 months ago

Hi again, yes, I'm planning to, we just need to fix the CI failure.