--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2019-ec40d89812
2019-08-08 00:54:59.601009
--------------------------------------------------------------------------------Name        : php
Product     : Fedora 30
Version     : 7.3.8
Release     : 1.fc30
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.2.21** (01 Aug 2019)  **Date:**  * Fixed bug php#69044
(discrepency between time and microtime). (krakjoe)  **EXIF:**  * Fixed bug
php#78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)
(Stas) * Fixed bug php#78222 (heap-buffer-overflow on exif_scan_thumbnail).
(CVE-2019-11041) (Stas)  **Fileinfo:**  * Fixed bug php#78183 (finfo_file shows
wrong mime-type for .tga file). (Joshua Westerheide)  **FTP:**  * Fixed bug
php#77124 (FTP with SSL memory leak). (Nikita)  **Libxml:**  * Fixed bug
php#78279 (libxml_disable_entity_loader settings is shared between requests
(cgi-fcgi)). (Nikita)  **LiteSpeed:**  * Updated to LiteSpeed SAPI V7.4.3
(increased response header count limit from 100 to 1000, added crash handler to
cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). (George Wang) *
Fixed bug php#76058 (After "POST data can't be buffered", using php://input
makes huge tmp files). (George Wang)  **Openssl:**  * Fixed bug php#78231
(Segmentation fault upon stream_socket_accept of exported socket-to-stream).
(Nikita)  **OPcache:**  * Fixed bug php#78189 (file cache strips last character
of uname hash). (cmb) * Fixed bug php#78202 (Opcache stats for cache hits are
capped at 32bit NUM). (cmb) * Fixed bug php#78291 (opcache_get_configuration
doesn't list all directives). (Andrew Collington)  **Phar:**  * Fixed bug
php#77919 (Potential UAF in Phar RSHUTDOWN). (cmb)  **Phpdbg:**  * Fixed bug
php#78297 (Include unexistent file memory leak). (Nikita)  **PDO_Sqlite:**  *
Fixed bug php#78192 (SegFault when reuse statement after schema has changed).
(Vincent Quatrevieux)  **Standard:**  * Fixed bug php#78241 (touch() does not
handle dates after 2038 in PHP 64-bit). (cmb) * Fixed bug php#78269
(password_hash uses weak options for argon2). (Remi)  **XMLRPC:**  * Fixed bug
php#78173 (XML-RPC mutates immutable objects during encoding). (Asher Baker)
--------------------------------------------------------------------------------ChangeLog:

* Tue Jul 30 2019 Remi Collet  - 7.3.8-1
- Update to 7.3.8 - https://www.php.net/releases/7_3_8.php
* Wed Jul  3 2019 Remi Collet  - 7.3.7-2
- Update to 7.3.7 - https://www.php.net/releases/7_3_7.php
* Tue May 28 2019 Remi Collet  - 7.3.6-1
- Update to 7.3.6 - https://www.php.net/releases/7_3_6.php
* Wed May  1 2019 Remi Collet  - 7.3.5-1
- Update to 7.3.5 - https://www.php.net/releases/7_3_5.php
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2019-ec40d89812' 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 30: php FEDORA-2019-ec40d89812

August 7, 2019
**PHP version 7.2.21** (01 Aug 2019) **Date:** * Fixed bug php#69044 (discrepency between time and microtime)

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.2.21** (01 Aug 2019) **Date:** * Fixed bug php#69044

(discrepency between time and microtime). (krakjoe) **EXIF:** * Fixed bug

php#78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)

(Stas) * Fixed bug php#78222 (heap-buffer-overflow on exif_scan_thumbnail).

(CVE-2019-11041) (Stas) **Fileinfo:** * Fixed bug php#78183 (finfo_file shows

wrong mime-type for .tga file). (Joshua Westerheide) **FTP:** * Fixed bug

php#77124 (FTP with SSL memory leak). (Nikita) **Libxml:** * Fixed bug

php#78279 (libxml_disable_entity_loader settings is shared between requests

(cgi-fcgi)). (Nikita) **LiteSpeed:** * Updated to LiteSpeed SAPI V7.4.3

(increased response header count limit from 100 to 1000, added crash handler to

cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). (George Wang) *

Fixed bug php#76058 (After "POST data can't be buffered", using php://input

makes huge tmp files). (George Wang) **Openssl:** * Fixed bug php#78231

(Segmentation fault upon stream_socket_accept of exported socket-to-stream).

(Nikita) **OPcache:** * Fixed bug php#78189 (file cache strips last character

of uname hash). (cmb) * Fixed bug php#78202 (Opcache stats for cache hits are

capped at 32bit NUM). (cmb) * Fixed bug php#78291 (opcache_get_configuration

doesn't list all directives). (Andrew Collington) **Phar:** * Fixed bug

php#77919 (Potential UAF in Phar RSHUTDOWN). (cmb) **Phpdbg:** * Fixed bug

php#78297 (Include unexistent file memory leak). (Nikita) **PDO_Sqlite:** *

Fixed bug php#78192 (SegFault when reuse statement after schema has changed).

(Vincent Quatrevieux) **Standard:** * Fixed bug php#78241 (touch() does not

handle dates after 2038 in PHP 64-bit). (cmb) * Fixed bug php#78269

(password_hash uses weak options for argon2). (Remi) **XMLRPC:** * Fixed bug

php#78173 (XML-RPC mutates immutable objects during encoding). (Asher Baker)

* Tue Jul 30 2019 Remi Collet - 7.3.8-1

- Update to 7.3.8 - https://www.php.net/releases/7_3_8.php

* Wed Jul 3 2019 Remi Collet - 7.3.7-2

- Update to 7.3.7 - https://www.php.net/releases/7_3_7.php

* Tue May 28 2019 Remi Collet - 7.3.6-1

- Update to 7.3.6 - https://www.php.net/releases/7_3_6.php

* Wed May 1 2019 Remi Collet - 7.3.5-1

- Update to 7.3.5 - https://www.php.net/releases/7_3_5.php

su -c 'dnf upgrade --advisory FEDORA-2019-ec40d89812' 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-2019-ec40d89812 2019-08-08 00:54:59.601009 Product : Fedora 30 Version : 7.3.8 Release : 1.fc30 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.2.21** (01 Aug 2019) **Date:** * Fixed bug php#69044 (discrepency between time and microtime). (krakjoe) **EXIF:** * Fixed bug php#78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) (Stas) * Fixed bug php#78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) (Stas) **Fileinfo:** * Fixed bug php#78183 (finfo_file shows wrong mime-type for .tga file). (Joshua Westerheide) **FTP:** * Fixed bug php#77124 (FTP with SSL memory leak). (Nikita) **Libxml:** * Fixed bug php#78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)). (Nikita) **LiteSpeed:** * Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). (George Wang) * Fixed bug php#76058 (After "POST data can't be buffered", using php://input makes huge tmp files). (George Wang) **Openssl:** * Fixed bug php#78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream). (Nikita) **OPcache:** * Fixed bug php#78189 (file cache strips last character of uname hash). (cmb) * Fixed bug php#78202 (Opcache stats for cache hits are capped at 32bit NUM). (cmb) * Fixed bug php#78291 (opcache_get_configuration doesn't list all directives). (Andrew Collington) **Phar:** * Fixed bug php#77919 (Potential UAF in Phar RSHUTDOWN). (cmb) **Phpdbg:** * Fixed bug php#78297 (Include unexistent file memory leak). (Nikita) **PDO_Sqlite:** * Fixed bug php#78192 (SegFault when reuse statement after schema has changed). (Vincent Quatrevieux) **Standard:** * Fixed bug php#78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb) * Fixed bug php#78269 (password_hash uses weak options for argon2). (Remi) **XMLRPC:** * Fixed bug php#78173 (XML-RPC mutates immutable objects during encoding). (Asher Baker) * Tue Jul 30 2019 Remi Collet - 7.3.8-1 - Update to 7.3.8 - https://www.php.net/releases/7_3_8.php * Wed Jul 3 2019 Remi Collet - 7.3.7-2 - Update to 7.3.7 - https://www.php.net/releases/7_3_7.php * Tue May 28 2019 Remi Collet - 7.3.6-1 - Update to 7.3.6 - https://www.php.net/releases/7_3_6.php * Wed May 1 2019 Remi Collet - 7.3.5-1 - Update to 7.3.5 - https://www.php.net/releases/7_3_5.php su -c 'dnf upgrade --advisory FEDORA-2019-ec40d89812' 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 30
Version : 7.3.8
Release : 1.fc30
URL : https://www.php.net/
Summary : PHP scripting language for creating dynamic web sites

Related News