Fedora 36: php 2022-0b77fbd9e7 | LinuxSecurity.com
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2022-0b77fbd9e7
2022-10-06 15:14:17.857856
--------------------------------------------------------------------------------

Name        : php
Product     : Fedora 36
Version     : 8.1.11
Release     : 1.fc36
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.

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

**PHP version 8.1.11** (29 Sep 2022)  **Core:**  * Fixed bug php#81726: phar
wrapper: DOS when using quine gzip file. (**CVE-2022-31628**). (cmb) * Fixed bug
php#81727: Don't mangle HTTP variable names that clash with ones that have a
specific semantic meaning. (**CVE-2022-31629**). (Derick) * Fixed bug
[GH-9323](https://github.com/php/php-src/issues/9323) (Crash in
ZEND_RETURN/GC/zend_call_function) (Tim Starling) * Fixed bug
[GH-9361](https://github.com/php/php-src/issues/9361) (Segmentation fault on
script exit php#9379). (cmb, Christian Schneider) * Fixed bug
[GH-9447](https://github.com/php/php-src/issues/9447) (Invalid class FQN emitted
by AST dump for new and class constants in constant expressions). (ilutov)
**DOM:**  * Fixed bug php#79451 (DOMDocument->replaceChild on doctype causes
double free). (Nathan Freeman)  **FPM:**  * Fixed bug
[GH-8885](https://github.com/php/php-src/issues/8885) (FPM access.log with
stderr begins to write logs to error_log after daemon reload). (Dmitry
Menshikov) * Fixed bug php#77780 ("Headers already sent..." when previous
connection was aborted). (Jakub Zelenka)  **GMP**  * Fixed bug
[GH-9308](https://github.com/php/php-src/issues/9308) (GMP throws the wrong
error when a GMP object is passed to gmp_init()). (Girgias)  **Intl**  * Fixed
bug [GH-9421](https://github.com/php/php-src/issues/9421) (Incorrect argument
number for ValueError in NumberFormatter). (Girgias)  **PCRE:**  * Fixed
pcre.jit on Apple Silicon. (Niklas Keller)  **PDO_PGSQL:**  * Fixed bug
[GH-9411](https://github.com/php/php-src/issues/9411) (PgSQL large object
resource is incorrectly closed). (Yurunsoft)  **Reflection:**  * Fixed bug
[GH-8932](https://github.com/php/php-src/issues/8932) (ReflectionFunction
provides no way to get the called class of a Closure). (cmb, Nicolas Grekas)
**Streams:**  * Fixed bug [GH-9316](https://github.com/php/php-src/issues/9316)
($http_response_header is wrong for long status line). (cmb, timwolla)
--------------------------------------------------------------------------------
ChangeLog:

* Wed Sep 28 2022 Remi Collet  - 8.1.11-1
- Update to 8.1.11 - https://www.php.net/releases/8_1_11.php
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2022-0b77fbd9e7' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

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/keys
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue

Fedora 36: php 2022-0b77fbd9e7

October 6, 2022
**PHP version 8.1.11** (29 Sep 2022) **Core:** * Fixed bug php#81726: phar wrapper: DOS when using quine gzip file

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.

Update Information:

**PHP version 8.1.11** (29 Sep 2022) **Core:** * Fixed bug php#81726: phar wrapper: DOS when using quine gzip file. (**CVE-2022-31628**). (cmb) * Fixed bug php#81727: Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. (**CVE-2022-31629**). (Derick) * Fixed bug [GH-9323](https://github.com/php/php-src/issues/9323) (Crash in ZEND_RETURN/GC/zend_call_function) (Tim Starling) * Fixed bug [GH-9361](https://github.com/php/php-src/issues/9361) (Segmentation fault on script exit php#9379). (cmb, Christian Schneider) * Fixed bug [GH-9447](https://github.com/php/php-src/issues/9447) (Invalid class FQN emitted by AST dump for new and class constants in constant expressions). (ilutov) **DOM:** * Fixed bug php#79451 (DOMDocument->replaceChild on doctype causes double free). (Nathan Freeman) **FPM:** * Fixed bug [GH-8885](https://github.com/php/php-src/issues/8885) (FPM access.log with stderr begins to write logs to error_log after daemon reload). (Dmitry Menshikov) * Fixed bug php#77780 ("Headers already sent..." when previous connection was aborted). (Jakub Zelenka) **GMP** * Fixed bug [GH-9308](https://github.com/php/php-src/issues/9308) (GMP throws the wrong error when a GMP object is passed to gmp_init()). (Girgias) **Intl** * Fixed bug [GH-9421](https://github.com/php/php-src/issues/9421) (Incorrect argument number for ValueError in NumberFormatter). (Girgias) **PCRE:** * Fixed pcre.jit on Apple Silicon. (Niklas Keller) **PDO_PGSQL:** * Fixed bug [GH-9411](https://github.com/php/php-src/issues/9411) (PgSQL large object resource is incorrectly closed). (Yurunsoft) **Reflection:** * Fixed bug [GH-8932](https://github.com/php/php-src/issues/8932) (ReflectionFunction provides no way to get the called class of a Closure). (cmb, Nicolas Grekas) **Streams:** * Fixed bug [GH-9316](https://github.com/php/php-src/issues/9316) ($http_response_header is wrong for long status line). (cmb, timwolla)

Change Log

* Wed Sep 28 2022 Remi Collet - 8.1.11-1 - Update to 8.1.11 - https://www.php.net/releases/8_1_11.php

References

Fedora Update Notification FEDORA-2022-0b77fbd9e7 2022-10-06 15:14:17.857856 Name : php Product : Fedora 36 Version : 8.1.11 Release : 1.fc36 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.

Update Instructions

This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2022-0b77fbd9e7' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

Severity
Name : php
Product : Fedora 36
Version : 8.1.11
Release : 1.fc36
URL : https://www.php.net/
Summary : PHP scripting language for creating dynamic web sites

We use cookies to provide and improve our services. By using our site, you consent to our Cookie Policy.