Skip to content

Tag: php

Problem loading a library with FFI in PHP 7.4

I’m having trouble using a third party .so library in PHP with the new FFI. When I run this little piece of code: PHP outputs me this error: Is this a problem with the library itself, my PHP configuration or something else? It’s confusing to me, because I can use normally this same library with th…