| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: php-ffi | Distribution: Fedora Project |
| Version: 8.5.6 | Vendor: Fedora Project |
| Release: 1.fc45 | Build date: Wed May 6 08:26:52 2026 |
| Group: Unspecified | Build host: buildvm-a64-22.rdu3.fedoraproject.org |
| Size: 203643 | Source RPM: php-8.5.6-1.fc45.src.rpm |
| Packager: Fedora Project | |
| Url: http://www.php.net/ | |
| Summary: Foreign Function Interface | |
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.