You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: