--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2022-f3fc52428e
2022-06-17 01:12:46.340889
--------------------------------------------------------------------------------Name        : php
Product     : Fedora 36
Version     : 8.1.7
Release     : 1.fc36
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.

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

**PHP version 8.1.7** (09 Jun 2022)  **CLI:**  * Fixed bug
[GH-8575](https://github.com/php/php-src/issues/8575) (CLI closes standard
streams too early). (Levi Morrison)  **Date:**  * Fixed bug php#51934 (strtotime
plurals / incorrect time). (Derick) * Fixed bug php#51987 (Datetime fails to
parse an ISO 8601 ordinal date (extended format)). (Derick) * Fixed bug
php#66019 (DateTime object does not support short ISO 8601 time format - YYYY-MM-DDTHH) (cmb, Derick) * Fixed bug php#68549 (Timezones and offsets are not
properly used when working with dates) (Derick, Roel Harbers) * Fixed bug
php#81565 (date parsing fails when provided with timezones including seconds).
(Derick) * Fixed bug [GH-7758](https://github.com/php/php-src/issues/7758)
(Problems with negative timestamps and fractions). (Derick, Ilija)  **FPM:**  *
Fixed ACL build check on MacOS. (David Carlier) * Fixed bug php#72185: php-fpm
writes empty fcgi record causing nginx 502. (Jakub Zelenka, loveharmful)
**mysqlnd:**  * Fixed bug php#81719: mysqlnd/pdo password buffer overflow.
(**CVE-2022-31626**) (c dot fol at ambionics dot io)  **OPcache:**  * Fixed bug
[GH-8461](https://github.com/php/php-src/issues/8461) (tracing JIT crash after
function/method change). (Arnaud, Dmitry)  **OpenSSL:**  * Fixed bug php#79589
(error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading). (Jakub
Zelenka)  **Pcntl:**  * Fixed Haiku build. (David Carlier)  **pgsql**  * Fixed
bug php#81720: Uninitialized array in pg_query_params(). (**CVE-2022-31625**)
(cmb)  **Soap:**  * Fixed bug [GH-8578](https://github.com/php/php-src/issues/8578) (Error on wrong parameter on SoapHeader constructor).
(robertnisipeanu) * Fixed bug [GH-8538](https://github.com/php/php-src/issues/8538) (SoapClient may strip parts of nmtokens). (cmb)  **SPL:**  *
Fixed bug [GH-8235](https://github.com/php/php-src/issues/8235)
(iterator_count() may run indefinitely). (cmb)  **Standard:**  * Fixed bug
[GH-8185](https://github.com/php/php-src/issues/8185) (Crash during unloading of
extension after dl() in ZTS). (Arnaud)
--------------------------------------------------------------------------------ChangeLog:

* Wed Jun  8 2022 Remi Collet  - 8.1.7-1
- Update to 8.1.7 - http://www.php.net/releases/8_1_7.php
- add upstream patch to initialize pcre before mbstring
--------------------------------------------------------------------------------References:

  [ 1 ] Bug #2091404 - Process 41581 (php-fpm) crashed in zend_accel_inheritance_cache_get()
        https://bugzilla.redhat.com/show_bug.cgi?id=2091404
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2022-f3fc52428e' at the command
line. For more information, refer to the dnf documentation available at
http://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 -- 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
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure

Fedora 36: php 2022-f3fc52428e

June 16, 2022
**PHP version 8.1.7** (09 Jun 2022) **CLI:** * Fixed bug [GH-8575](https://github.com/php/php-src/issues/8575) (CLI closes standard streams too early)

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.

**PHP version 8.1.7** (09 Jun 2022) **CLI:** * Fixed bug

[GH-8575](https://github.com/php/php-src/issues/8575) (CLI closes standard

streams too early). (Levi Morrison) **Date:** * Fixed bug php#51934 (strtotime

plurals / incorrect time). (Derick) * Fixed bug php#51987 (Datetime fails to

parse an ISO 8601 ordinal date (extended format)). (Derick) * Fixed bug

php#66019 (DateTime object does not support short ISO 8601 time format - YYYY-MM-DDTHH) (cmb, Derick) * Fixed bug php#68549 (Timezones and offsets are not

properly used when working with dates) (Derick, Roel Harbers) * Fixed bug

php#81565 (date parsing fails when provided with timezones including seconds).

(Derick) * Fixed bug [GH-7758](https://github.com/php/php-src/issues/7758)

(Problems with negative timestamps and fractions). (Derick, Ilija) **FPM:** *

Fixed ACL build check on MacOS. (David Carlier) * Fixed bug php#72185: php-fpm

writes empty fcgi record causing nginx 502. (Jakub Zelenka, loveharmful)

**mysqlnd:** * Fixed bug php#81719: mysqlnd/pdo password buffer overflow.

(**CVE-2022-31626**) (c dot fol at ambionics dot io) **OPcache:** * Fixed bug

[GH-8461](https://github.com/php/php-src/issues/8461) (tracing JIT crash after

function/method change). (Arnaud, Dmitry) **OpenSSL:** * Fixed bug php#79589

(error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading). (Jakub

Zelenka) **Pcntl:** * Fixed Haiku build. (David Carlier) **pgsql** * Fixed

bug php#81720: Uninitialized array in pg_query_params(). (**CVE-2022-31625**)

(cmb) **Soap:** * Fixed bug [GH-8578](https://github.com/php/php-src/issues/8578) (Error on wrong parameter on SoapHeader constructor).

(robertnisipeanu) * Fixed bug [GH-8538](https://github.com/php/php-src/issues/8538) (SoapClient may strip parts of nmtokens). (cmb) **SPL:** *

Fixed bug [GH-8235](https://github.com/php/php-src/issues/8235)

(iterator_count() may run indefinitely). (cmb) **Standard:** * Fixed bug

[GH-8185](https://github.com/php/php-src/issues/8185) (Crash during unloading of

extension after dl() in ZTS). (Arnaud)

* Wed Jun 8 2022 Remi Collet - 8.1.7-1

- Update to 8.1.7 - http://www.php.net/releases/8_1_7.php

- add upstream patch to initialize pcre before mbstring

[ 1 ] Bug #2091404 - Process 41581 (php-fpm) crashed in zend_accel_inheritance_cache_get()

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

su -c 'dnf upgrade --advisory FEDORA-2022-f3fc52428e' at the command

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

http://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 -- 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

Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure

FEDORA-2022-f3fc52428e 2022-06-17 01:12:46.340889 Product : Fedora 36 Version : 8.1.7 Release : 1.fc36 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. **PHP version 8.1.7** (09 Jun 2022) **CLI:** * Fixed bug [GH-8575](https://github.com/php/php-src/issues/8575) (CLI closes standard streams too early). (Levi Morrison) **Date:** * Fixed bug php#51934 (strtotime plurals / incorrect time). (Derick) * Fixed bug php#51987 (Datetime fails to parse an ISO 8601 ordinal date (extended format)). (Derick) * Fixed bug php#66019 (DateTime object does not support short ISO 8601 time format - YYYY-MM-DDTHH) (cmb, Derick) * Fixed bug php#68549 (Timezones and offsets are not properly used when working with dates) (Derick, Roel Harbers) * Fixed bug php#81565 (date parsing fails when provided with timezones including seconds). (Derick) * Fixed bug [GH-7758](https://github.com/php/php-src/issues/7758) (Problems with negative timestamps and fractions). (Derick, Ilija) **FPM:** * Fixed ACL build check on MacOS. (David Carlier) * Fixed bug php#72185: php-fpm writes empty fcgi record causing nginx 502. (Jakub Zelenka, loveharmful) **mysqlnd:** * Fixed bug php#81719: mysqlnd/pdo password buffer overflow. (**CVE-2022-31626**) (c dot fol at ambionics dot io) **OPcache:** * Fixed bug [GH-8461](https://github.com/php/php-src/issues/8461) (tracing JIT crash after function/method change). (Arnaud, Dmitry) **OpenSSL:** * Fixed bug php#79589 (error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading). (Jakub Zelenka) **Pcntl:** * Fixed Haiku build. (David Carlier) **pgsql** * Fixed bug php#81720: Uninitialized array in pg_query_params(). (**CVE-2022-31625**) (cmb) **Soap:** * Fixed bug [GH-8578](https://github.com/php/php-src/issues/8578) (Error on wrong parameter on SoapHeader constructor). (robertnisipeanu) * Fixed bug [GH-8538](https://github.com/php/php-src/issues/8538) (SoapClient may strip parts of nmtokens). (cmb) **SPL:** * Fixed bug [GH-8235](https://github.com/php/php-src/issues/8235) (iterator_count() may run indefinitely). (cmb) **Standard:** * Fixed bug [GH-8185](https://github.com/php/php-src/issues/8185) (Crash during unloading of extension after dl() in ZTS). (Arnaud) * Wed Jun 8 2022 Remi Collet - 8.1.7-1 - Update to 8.1.7 - http://www.php.net/releases/8_1_7.php - add upstream patch to initialize pcre before mbstring [ 1 ] Bug #2091404 - Process 41581 (php-fpm) crashed in zend_accel_inheritance_cache_get() https://bugzilla.redhat.com/show_bug.cgi?id=2091404 su -c 'dnf upgrade --advisory FEDORA-2022-f3fc52428e' at the command line. For more information, refer to the dnf documentation available at http://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 -- 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 Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure

Change Log

References

Update Instructions

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

Related News