[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package php-7.4.33-1.module+el8.9.0+63+6a90abfa.src download

Name php
Epoch 0
Version 7.4.33
Release 1.module+el8.9.0+63+6a90abfa
Architecture src
Website/URL http://www.php.net/
License PHP and Zend and BSD and MIT and ASL 1.0 and NCSA
Build Time 2024-04-14 23:08:30
Build Host builder-x86-05.inferitos.ru
Summary PHP scripting language for creating dynamic web sites
Repositories AppStream
Description PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated web pages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The php package contains the module (often referred to as mod_php) which adds support for the PHP language to Apache HTTP Server when running in prefork mode.
Errata
Size 10324 KiB
Source Project php-7.4.33-1.module+el8.9.0+63+6a90abfa
SHA-256 checksum a3bb88dd6fa8b45e695d714a3b581ab9a5c78286c525ba577bd9bd1be571e177
× Full screenshot
Changelog link
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 7.4.33-1
- Rebuilt for MSVSphere 8.8

* Fri Jan 13 2023 Remi Collet <rcollet@redhat.com> - 7.4.33-1
- rebase to 7.4.33
- fix: due to an integer overflow PDO::quote() may return unquoted string
  CVE-2022-31631

* Thu Jul 07 2022 Remi Collet <rcollet@redhat.com> - 7.4.30-1
- rebase to 7.4.30 #2099615

* Wed Jun 22 2022 Remi Collet <rcollet@redhat.com> - 7.4.19-3
- fix password of excessive length triggers buffer overflow leading to RCE
  CVE-2022-31626

* Wed Jan 19 2022 Remi Collet <rcollet@redhat.com> - 7.4.19-2
- fix SSRF bypass in FILTER_VALIDATE_URL
  CVE-2021-21705
- fix Local privilege escalation via PHP-FPM
  CVE-2021-21703

* Thu May 20 2021 Remi Collet <rcollet@redhat.com> - 7.4.19-1
- rebase to 7.4.19 #1944110

* Mon Jun 15 2020 Remi Collet <rcollet@redhat.com> - 7.4.6-4
- fix regression in 7.4.6 with generators and exception

* Wed May 27 2020 Remi Collet <rcollet@redhat.com> - 7.4.6-3
- build phpdbg only once
- fix regression in 7.4.6 when yielding an array based generator

* Wed May 20 2020 Remi Collet <rcollet@redhat.com> - 7.4.6-2
- use php-config from embed SAPI to reduce used libs

* Fri May 15 2020 Remi Collet <rcollet@redhat.com> - 7.4.6-1
- 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