John Cupitt
John Cupitt
Great! Yes, this is in 8.13.
Sorry, this issue dropped off my radar :( Yes, the old PECL module compiles C source code against libvips, so you'll need the libvips dev package, and the php dev...
It's a standard part of PHP 7.4 and later, I think. You're right, I don't know how many php builds include it, but at least Debian-like and RedHat-like systems do...
Hello @chregu, sorry, this issue dropped off my radar in the xmas build up and I've only just found it again :( I tried here and it seems to work:...
GLib-GObject-CRITICAL: g_boxed_type_register_static: assertion 'g_type_from_name (name) == 0' failed
Hi @WalterWoshid, I've not tried php-vips2 in WSL yet, I'll have a quick go. It might be a lavarel issue (perhaps it's not starting up the extension correctly?). The PECL...
GLib-GObject-CRITICAL: g_boxed_type_register_static: assertion 'g_type_from_name (name) == 0' failed
Ah it seems I can't install WSL2, that's a shame. I run win10 under virtualbox, and it doesn't support nested VMs. So (just guessing) I think perhaps what's happening is...
Branch here with a mostly complete FFI implementation. A work in progress still. https://github.com/libvips/php-vips/tree/switch-to-php-ffi
Hi, I think you need to set `enable` to `true`.
PR for this issue https://github.com/libvips/php-vips/pull/133
Hi Matt, you're right, I should mention only enabling FFI during preload. I'll update it. I've not actually been able to test php-vips with preload, I'm hoping a php expert...