Closed Waschnick closed 2 years ago
Hi @Waschnick,
Thanks for the report -- this sounds like a bug.
It doesn't look like this function was ever used, so I think you can just delete the line in FFI.php. Does that fix this issue?
... I made a tiny PR for this. Any testing would be great.
OK, merged to master. Thanks!
Hey! My issue is actually the same as #145, but I can't resolve it.
Error Message
System
I'm just trying to call
$image = Vips\Image::thumbnail('../some-image.svg', 128);
Steps I tried
AFAIK this means that vips_error_buffer_copy is not available in the loaded C-ABI library. From the release logs of vips that method was added in VIPS 8.9.0, but your documentation says php-vips is for vips 8.7. For me this looks like a version mismatch.