--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2020-96124cc236
2020-08-19 00:51:10.926400
--------------------------------------------------------------------------------Name        : php
Product     : Fedora 32
Version     : 7.4.9
Release     : 1.fc32
URL         : https://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.9** (06 Aug 2020)  **Apache:**  * Fixed bug php#79030 (Upgrade
apache2handler's php_apache_sapi_get_request_time to return usec). (Herbert256)
**Core:**  * Fixed bug php#79740 (serialize() and unserialize() methods can not
be called statically). (Nikita) * Fixed bug php#79783 (Segfault in
php_str_replace_common). (Nikita) * Fixed bug php#79778 (Assertion failure if
dumping closure with unresolved static variable). (Nikita) * Fixed bug php#79779
(Assertion failure when assigning property of string offset by reference).
(Nikita) * Fixed bug php#79792 (HT iterators not removed if empty array is
destroyed). (Nikita) * Fixed bug php#78598 (Changing array during undef index RW
error segfaults). (Nikita) * Fixed bug php#79784 (Use after free if changing
array during undef var during array write fetch). (Nikita) * Fixed bug php#79793
(Use after free if string used in undefined index warning is changed). (Nikita)
* Fixed bug php#79862 (Public non-static property in child should take priority
over private static). (Nikita) * Fixed bug php#79877 (getimagesize function
silently truncates after a null byte) (cmb)  **Fileinfo:**  * Fixed bug
php#79756 (finfo_file crash (FILEINFO_MIME)). (cmb)  **FTP:**  * Fixed bug
php#55857 (ftp_size on large files). (cmb)  **Mbstring:**  * Fixed bug php#79787
(mb_strimwidth does not trim string). (XXiang)  **Phar:**  * Fixed bug php#79797
(Use of freed hash key in the phar_parse_zipfile function). (**CVE-2020-7068**)
(cmb)  **Reflection:**  * Fixed bug php#79487 (::getStaticProperties() ignores
property modifications). (cmb, Nikita) * Fixed bug php#69804
(::getStaticPropertyValue() throws on protected props). (cmb, Nikita) * Fixed
bug php#79820 (Use after free when type duplicated into ReflectionProperty gets
resolved). (Christopher Broadbent)  **Standard:**  * Fixed bug php#70362 (Can't
copy() large 'data://' with open_basedir). (cmb) * Fixed bug php#78008
(dns_check_record() always return true on Alpine). (Andy Postnikov) * Fixed bug
php#79839 (array_walk() does not respect property types). (Nikita)
--------------------------------------------------------------------------------ChangeLog:

* Mon Aug 10 2020 Remi Collet  - 7.4.9-1
- Update to 7.4.9 - https://www.php.net/releases/7_4_9.php
--------------------------------------------------------------------------------References:

  [ 1 ] Bug #1868109 - CVE-2020-7068 php: Use of freed hash key in the phar_parse_zipfile function
        https://bugzilla.redhat.com/show_bug.cgi?id=1868109
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2020-96124cc236' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/security/
--------------------------------------------------------------------------------_______________________________________________
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Fedora 32: php 2020-96124cc236

August 18, 2020
**PHP version 7.4.9** (06 Aug 2020) **Apache:** * Fixed bug php#79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec)

Summary

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.

**PHP version 7.4.9** (06 Aug 2020) **Apache:** * Fixed bug php#79030 (Upgrade

apache2handler's php_apache_sapi_get_request_time to return usec). (Herbert256)

**Core:** * Fixed bug php#79740 (serialize() and unserialize() methods can not

be called statically). (Nikita) * Fixed bug php#79783 (Segfault in

php_str_replace_common). (Nikita) * Fixed bug php#79778 (Assertion failure if

dumping closure with unresolved static variable). (Nikita) * Fixed bug php#79779

(Assertion failure when assigning property of string offset by reference).

(Nikita) * Fixed bug php#79792 (HT iterators not removed if empty array is

destroyed). (Nikita) * Fixed bug php#78598 (Changing array during undef index RW

error segfaults). (Nikita) * Fixed bug php#79784 (Use after free if changing

array during undef var during array write fetch). (Nikita) * Fixed bug php#79793

(Use after free if string used in undefined index warning is changed). (Nikita)

* Fixed bug php#79862 (Public non-static property in child should take priority

over private static). (Nikita) * Fixed bug php#79877 (getimagesize function

silently truncates after a null byte) (cmb) **Fileinfo:** * Fixed bug

php#79756 (finfo_file crash (FILEINFO_MIME)). (cmb) **FTP:** * Fixed bug

php#55857 (ftp_size on large files). (cmb) **Mbstring:** * Fixed bug php#79787

(mb_strimwidth does not trim string). (XXiang) **Phar:** * Fixed bug php#79797

(Use of freed hash key in the phar_parse_zipfile function). (**CVE-2020-7068**)

(cmb) **Reflection:** * Fixed bug php#79487 (::getStaticProperties() ignores

property modifications). (cmb, Nikita) * Fixed bug php#69804

(::getStaticPropertyValue() throws on protected props). (cmb, Nikita) * Fixed

bug php#79820 (Use after free when type duplicated into ReflectionProperty gets

resolved). (Christopher Broadbent) **Standard:** * Fixed bug php#70362 (Can't

copy() large 'data://' with open_basedir). (cmb) * Fixed bug php#78008

(dns_check_record() always return true on Alpine). (Andy Postnikov) * Fixed bug

php#79839 (array_walk() does not respect property types). (Nikita)

* Mon Aug 10 2020 Remi Collet - 7.4.9-1

- Update to 7.4.9 - https://www.php.net/releases/7_4_9.php

[ 1 ] Bug #1868109 - CVE-2020-7068 php: Use of freed hash key in the phar_parse_zipfile function

https://bugzilla.redhat.com/show_bug.cgi?id=1868109

su -c 'dnf upgrade --advisory FEDORA-2020-96124cc236' at the command

line. For more information, refer to the dnf documentation available at

https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the

GPG keys used by the Fedora Project can be found at

https://fedoraproject.org/security/

package-announce mailing list -- package-announce@lists.fedoraproject.org

To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org

Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines

List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

FEDORA-2020-96124cc236 2020-08-19 00:51:10.926400 Product : Fedora 32 Version : 7.4.9 Release : 1.fc32 URL : https://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. **PHP version 7.4.9** (06 Aug 2020) **Apache:** * Fixed bug php#79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec). (Herbert256) **Core:** * Fixed bug php#79740 (serialize() and unserialize() methods can not be called statically). (Nikita) * Fixed bug php#79783 (Segfault in php_str_replace_common). (Nikita) * Fixed bug php#79778 (Assertion failure if dumping closure with unresolved static variable). (Nikita) * Fixed bug php#79779 (Assertion failure when assigning property of string offset by reference). (Nikita) * Fixed bug php#79792 (HT iterators not removed if empty array is destroyed). (Nikita) * Fixed bug php#78598 (Changing array during undef index RW error segfaults). (Nikita) * Fixed bug php#79784 (Use after free if changing array during undef var during array write fetch). (Nikita) * Fixed bug php#79793 (Use after free if string used in undefined index warning is changed). (Nikita) * Fixed bug php#79862 (Public non-static property in child should take priority over private static). (Nikita) * Fixed bug php#79877 (getimagesize function silently truncates after a null byte) (cmb) **Fileinfo:** * Fixed bug php#79756 (finfo_file crash (FILEINFO_MIME)). (cmb) **FTP:** * Fixed bug php#55857 (ftp_size on large files). (cmb) **Mbstring:** * Fixed bug php#79787 (mb_strimwidth does not trim string). (XXiang) **Phar:** * Fixed bug php#79797 (Use of freed hash key in the phar_parse_zipfile function). (**CVE-2020-7068**) (cmb) **Reflection:** * Fixed bug php#79487 (::getStaticProperties() ignores property modifications). (cmb, Nikita) * Fixed bug php#69804 (::getStaticPropertyValue() throws on protected props). (cmb, Nikita) * Fixed bug php#79820 (Use after free when type duplicated into ReflectionProperty gets resolved). (Christopher Broadbent) **Standard:** * Fixed bug php#70362 (Can't copy() large 'data://' with open_basedir). (cmb) * Fixed bug php#78008 (dns_check_record() always return true on Alpine). (Andy Postnikov) * Fixed bug php#79839 (array_walk() does not respect property types). (Nikita) * Mon Aug 10 2020 Remi Collet - 7.4.9-1 - Update to 7.4.9 - https://www.php.net/releases/7_4_9.php [ 1 ] Bug #1868109 - CVE-2020-7068 php: Use of freed hash key in the phar_parse_zipfile function https://bugzilla.redhat.com/show_bug.cgi?id=1868109 su -c 'dnf upgrade --advisory FEDORA-2020-96124cc236' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ package-announce mailing list -- package-announce@lists.fedoraproject.org To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Change Log

References

Update Instructions

Severity
Product : Fedora 32
Version : 7.4.9
Release : 1.fc32
URL : https://www.php.net/
Summary : PHP scripting language for creating dynamic web sites

Related News