Remi's RPM repository - Packages

Blog | Support | Repository | Wizard

php86-php-ffi - Foreign Function Interface

Website:
http://www.php.net/
Licence:
BSD-3-Clause
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Description:
FFI is one of the features that made Python and LuaJIT very useful for fast
prototyping. It allows calling C functions and using C data types from pure
scripting language and therefore develop “system code” more productively.

For PHP, FFI opens a way to write PHP extensions and bindings to C libraries
in pure PHP.

Packages

php86-php-ffi-8.6.0~alpha1-1.el8.remi.x86_64 [148 KiB] Changelog by Remi Collet (2026-07-02):
- Update to 8.6.0alpha1
- license is now BSD-3-Clause
- bump ABI/API to 20240926
- build php-zip
- use bundled liburiparser because of https://github.com/php/php-src/issues/22553