Description
Legacy PHP 7.4 code can call C libraries through the foreign function interface. It is a runtime module for advanced integrations with native APIs. FFI can bypass normal runtime safety boundaries, so it should be limited to trusted code and controlled library paths.