Fedora Linux 8562 Published by

A php security update has been released for Fedora 32.



SECURITY: Fedora 32 Update: php-7.4.6-1.fc32


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2020-3ea2253402
2020-05-19 02:52:04.490396
--------------------------------------------------------------------------------

Name : php
Product : Fedora 32
Version : 7.4.6
Release : 1.fc32
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.

--------------------------------------------------------------------------------
Update Information:

**PHP version 7.4.6** (14 May 2020) **Core:** * Fixed bug php#78434 (Generator
yields no items after valid() call). (Nikita) * Fixed bug php#79477 (casting
object into array creates references). (Nikita) * Fixed bug php#79514 (Memory
leaks while including unexistent file). (cmb, Nikita) * Fixed bug php#79470 (PHP
incompatible with 3rd party file system on demand). (cmb) * Fixed bug php#78784
(Unable to interact with files inside a VFS for Git repository). (cmb) * Fixed
bug php#78875 (Long variables cause OOM and temp files are not cleaned). (cmb)
(**CVE-2019-11048**) * Fixed bug php#78876 (Long variables cause OOM and temp
files are not cleaned). (cmb) (**CVE-2019-11048**) **DOM:** * Fixed bug
php#78221 (DOMNode::normalize() doesn't remove empty text nodes). (cmb)
**EXIF:** * Fixed bug php#79336 (ext/exif/tests/bug79046.phpt fails on Big
endian arch). (Nikita) **FCGI:** * Fixed bug php#79491 (Search for .user.ini
extends up to root dir). (cmb) **MBString:** * Fixed bug php#79441 (Segfault
in mb_chr() if internal encoding is unsupported). (Girgias) **OpenSSL:** *
Fixed bug php#79497 (stream_socket_client() throws an unknown error sometimes