Name: | php |
Version: | 8.2.13 |
Release: | 1.module+el8.10.0+90290+1f51578a |
Architecture: | aarch64 |
Module: | php:8.2:8100020240411021742:3924b0c1
|
Group: | Unspecified |
Size: | 5384507 |
License: | PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0 |
RPM: |
php-8.2.13-1.module+el8.10.0+90290+1f51578a.aarch64.rpm
|
Source RPM: |
php-8.2.13-1.module+el8.10.0+90290+1f51578a.src.rpm
|
Build Date: | Thu Apr 11 2024 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.php.net/ |
Summary: | PHP scripting language for creating dynamic web sites |
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. This module is deprecated. |
-
Mon Nov 27 2023 Remi Collet <rcollet@redhat.com> - 8.2.13-1
- rebase to 8.2.13 RHEL-14705
- add %__phpize and %__phpconfig macros
- move httpd/nginx wants directives to config files in /etc
- php-fpm.conf: move include directive after [global] section
following upstream example, allowing overriding
- use SPDX license IDs
-
Fri Jan 13 2023 Remi Collet <rcollet@redhat.com> - 8.0.27-1
- rebase to 8.0.27
-
Mon Aug 01 2022 Remi Collet <rcollet@redhat.com> - 8.0.20-2
- snmp3 calls using authPriv or authNoPriv immediately return false #2104630
-
Wed Jul 20 2022 Remi Collet <rcollet@redhat.com> - 8.0.20-1
- rebase to 8.0.20 #2100876
- fix wrong mod_php configuration #2094728
-
Wed Jun 22 2022 Remi Collet <rcollet@redhat.com> - 8.0.13-3
- fix password of excessive length triggers buffer overflow leading to RCE
CVE-2022-31626
-
Tue Dec 14 2021 Remi Collet <rcollet@redhat.com> - 8.0.13-2
- refresh provided configuration from upstream
-
Tue Dec 14 2021 Remi Collet <rcollet@redhat.com> - 8.0.13-1
- rebase to 8.0.13
- drop xmlrpc extension
- drop json sub-package, extension is always present
-
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