Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-ffi - Foreign Function Interface
- 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
| php-ffi-7.4.33-12.aldos.x86_64
[136 KiB] |
Changelog
by Joel Barrios (2025-12-19):
- Fix Null byte termination in dns_get_record()
GHSA-www2-q4fc-65wf
- Fix Heap buffer overflow in array_merge()
CVE-2025-14178
- Fix Information Leak of Memory in getimagesize
CVE-2025-14177
|