Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-ffi - Foreign Function Interface

Website:
http://www.php.net/
Licence:
PHP-3.01
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

php-ffi-8.2.6-1.el8.remi.x86_64 [162 KiB] Changelog by Remi Collet (2023-05-10):
- Update to 8.2.6 - http://www.php.net/releases/8_2_6.php
php-ffi-8.2.5-1.el8.remi.x86_64 [162 KiB] Changelog by Remi Collet (2023-04-12):
- Update to 8.2.5 - http://www.php.net/releases/8_2_5.php
php-ffi-8.1.19-1.el8.remi.x86_64 [160 KiB] Changelog by Remi Collet (2023-05-10):
- Update to 8.1.19 - http://www.php.net/releases/8_1_19.php
php-ffi-8.1.18-1.el8.remi.x86_64 [160 KiB] Changelog by Remi Collet (2023-04-12):
- Update to 8.1.18 - http://www.php.net/releases/8_1_18.php
php-ffi-8.0.28-4.el8.remi.x86_64 [154 KiB] Changelog by Remi Collet (2023-05-11):
- define %__phpize and %__phpconfig
php-ffi-8.0.28-1.el8.remi.x86_64 [153 KiB] Changelog by Remi Collet (2023-02-14):
- Update to 8.0.28 - http://www.php.net/releases/8_0_28.php
- add dependency on pcre2 minimal version
php-ffi-7.4.33-6.el8.remi.x86_64 [153 KiB] Changelog by Remi Collet (2023-04-14):
- use ICU 72.1
- use oracle client library version 21.10
- fix possible buffer overflow in date
- define %__phpize and %__phpconfig
php-ffi-7.4.33-4.el8.remi.x86_64 [152 KiB] Changelog by Remi Collet (2023-02-14):
- fix #81744: Password_verify() always return true with some hash
  CVE-2023-0567
- fix #81746: 1-byte array overrun in common path resolve code
  CVE-2023-0568
- fix DOS vulnerability when parsing multipart request body
  CVE-2023-0662