| Name: | php-ffi | 
|---|---|
| Version: | 7.4.6 | 
| Release: | 4.module+el8.3.0+7685+72d70b58 | 
| Architecture: | x86_64 | 
| Module: | php:7.4:8030020200615123046:a4870ff1 php:7.4:8030020200615123047:a4870ff1  | 
| Group: | System Environment/Libraries | 
| Size: | 163187 | 
| License: | PHP | 
| RPM: | php-ffi-7.4.6-4.module+el8.3.0+7685+72d70b58.x86_64.rpm | 
| Source RPM: | php-7.4.6-4.module+el8.3.0+7685+72d70b58.src.rpm | 
| Build Date: | Fri Aug 07 2020 | 
| Build Host: | jenkins-10-147-72-125-bba270d2-00f4-42c9-9865-133fd1105616.appad2iad.osdevelopmeniad.oraclevcn.com | 
| Vendor: | Oracle America | 
| URL: | http://www.php.net/ | 
| Summary: | 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.  | 
- fix regression in 7.4.6 with generators and exception
- build phpdbg only once - fix regression in 7.4.6 when yielding an array based generator
- use php-config from embed SAPI to reduce used libs
- update to 7.4.6 - add ffi extension - add /usr/share/php/preload as default ffi.preload configuration - run FPM tests - set opcache.enable_cli in provided default configuration - ensure all shared extensions can be loaded - drop wddx, recode and extensions - run test suite using 4 concurrent workers
- fix underflow in env_path_info in fpm_main.c CVE-2019-11043
- fix AVC denied httpd_execmem when php-opcache is installed #1725104
- cleanup php-devel dependencies
- update to 7.3.5
- update to 7.2.11 #1628543
- drop tidy extension #1619290