--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2018-6855bf9ff3
2018-11-16 02:57:27.749573
--------------------------------------------------------------------------------Name        : php
Product     : Fedora 28
Version     : 7.2.12
Release     : 1.fc28
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.12** (08 Nov 2018)  **Core:**  * Fixed bug php#76846 (Segfault
in shutdown function after memory limit error). (Nikita) * Fixed bug php#76946
(Cyclic reference in generator not detected). (Nikita) * Fixed bug php#77035
(The phpize and ./configure create redundant .deps file). (Peter Kokot) * Fixed
bug php#77041 (buildconf should output error messages to stderr) (Mizunashi
Mana)  **Date:**  * Upgraded timelib to 2017.08. (Derick) * Fixed bug php#75851
(Year component overflow with date formats "c", "o", "r" and "y"). (Adam
Saponara) * Fixed bug php#77007 (fractions in `diff()` are not correctly
normalized). (Derick)  **FCGI:**  * Fixed php#76948 (Failed shutdown/reboot or
end session in Windows). (Anatol) * Fixed bug php#76954 (apache_response_headers
removes last character from header name). (stodorovic)  **FTP:**  * Fixed bug
php#76972 (Data truncation due to forceful ssl socket shutdown). (Manuel Mausz)
**intl:**  * Fixed bug php#76942 (U_ARGUMENT_TYPE_MISMATCH). (anthrax at
unixuser dot org)  **Reflection:**  * Fixed bug php#76936 (Objects cannot access
their private attributes while handling reflection errors). (Nikita) * Fixed bug
php#66430 (ReflectionFunction::invoke does not invoke closure with object
scope). (Nikita)  **Sodium:**  * Some base64 outputs were truncated; this is not
the case any more. (jedisct1) * block sizes >= 256 bytes are now supposed by
sodium_pad() even when an old version of libsodium has been installed.
(jedisct1) * Fixed bug php#77008 (sodium_pad() could read (but not return nor
write) uninitialized memory when trying to pad an empty input). (jedisct1)
**Standard:**  * Fixed bug php#76965 (INI_SCANNER_RAW doesn't strip trailing
whitespace). (Pierrick)  **Tidy:**  * Fixed bug php#77027 (tidy::getOptDoc() not
available on Windows). (cmb)  **XML:**  * Fixed bug php#30875
(xml_parse_into_struct() does not resolve entities). (cmb) * Add support for
getting SKIP_TAGSTART and SKIP_WHITE options. (cmb)  **XMLRPC:**  * Fixed bug
php#75282 (xmlrpc_encode_request() crashes). (cmb)
--------------------------------------------------------------------------------ChangeLog:

* Tue Nov  6 2018 Remi Collet  - 7.2.12-1
- Update to 7.2.12 - https://www.php.net/releases/7_2_12.php
* Wed Oct 10 2018 Remi Collet  - 7.2.11-1
- Update to 7.2.11 - https://www.php.net/releases/7_2_11.php
* Tue Sep 11 2018 Remi Collet  - 7.2.10-1
- Update to 7.2.10 - https://www.php.net/releases/7_2_10.php
* Thu Aug 16 2018 Remi Collet  - 7.2.9-1
- Update to 7.2.9 - https://www.php.net/releases/7_2_9.php
* Tue Jul 17 2018 Remi Collet  - 7.2.8-1
- Update to 7.2.8 - https://www.php.net/releases/7_2_8.php
- FPM: add getallheaders, backported from 7.3
* Wed Jun 20 2018 Remi Collet  - 7.2.7-1
- Update to 7.2.7 - https://www.php.net/releases/7_2_7.php
* Wed May 23 2018 Remi Collet  - 7.2.6-1
- Update to 7.2.6 - https://www.php.net/releases/7_2_6.php
* Tue Apr 24 2018 Remi Collet  - 7.2.5-1
- Update to 7.2.5 - https://www.php.net/releases/7_2_5.php
* Wed Apr 11 2018 Remi Collet  - 7.2.5~RC1-1
- update to 7.2.5RC1
--------------------------------------------------------------------------------References:

  [ 1 ] Bug #1649481 - php: memory leak in the garbage collector when using cyclic references
        https://bugzilla.redhat.com/show_bug.cgi?id=1649481
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-6855bf9ff3' 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
--------------------------------------------------------------------------------
_______________________________________________
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org

Fedora 28: php Security Update 2018-6855bf9ff3

November 16, 2018
**PHP version 7.2.12** (08 Nov 2018) **Core:** * Fixed bug php#76846 (Segfault in shutdown function after memory limit error)

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.12** (08 Nov 2018) **Core:** * Fixed bug php#76846 (Segfault

in shutdown function after memory limit error). (Nikita) * Fixed bug php#76946

(Cyclic reference in generator not detected). (Nikita) * Fixed bug php#77035

(The phpize and ./configure create redundant .deps file). (Peter Kokot) * Fixed

bug php#77041 (buildconf should output error messages to stderr) (Mizunashi

Mana) **Date:** * Upgraded timelib to 2017.08. (Derick) * Fixed bug php#75851

(Year component overflow with date formats "c", "o", "r" and "y"). (Adam

Saponara) * Fixed bug php#77007 (fractions in `diff()` are not correctly

normalized). (Derick) **FCGI:** * Fixed php#76948 (Failed shutdown/reboot or

end session in Windows). (Anatol) * Fixed bug php#76954 (apache_response_headers

removes last character from header name). (stodorovic) **FTP:** * Fixed bug

php#76972 (Data truncation due to forceful ssl socket shutdown). (Manuel Mausz)

**intl:** * Fixed bug php#76942 (U_ARGUMENT_TYPE_MISMATCH). (anthrax at

unixuser dot org) **Reflection:** * Fixed bug php#76936 (Objects cannot access

their private attributes while handling reflection errors). (Nikita) * Fixed bug

php#66430 (ReflectionFunction::invoke does not invoke closure with object

scope). (Nikita) **Sodium:** * Some base64 outputs were truncated; this is not

the case any more. (jedisct1) * block sizes >= 256 bytes are now supposed by

sodium_pad() even when an old version of libsodium has been installed.

(jedisct1) * Fixed bug php#77008 (sodium_pad() could read (but not return nor

write) uninitialized memory when trying to pad an empty input). (jedisct1)

**Standard:** * Fixed bug php#76965 (INI_SCANNER_RAW doesn't strip trailing

whitespace). (Pierrick) **Tidy:** * Fixed bug php#77027 (tidy::getOptDoc() not

available on Windows). (cmb) **XML:** * Fixed bug php#30875

(xml_parse_into_struct() does not resolve entities). (cmb) * Add support for

getting SKIP_TAGSTART and SKIP_WHITE options. (cmb) **XMLRPC:** * Fixed bug

php#75282 (xmlrpc_encode_request() crashes). (cmb)

* Tue Nov 6 2018 Remi Collet - 7.2.12-1

- Update to 7.2.12 - https://www.php.net/releases/7_2_12.php

* Wed Oct 10 2018 Remi Collet - 7.2.11-1

- Update to 7.2.11 - https://www.php.net/releases/7_2_11.php

* Tue Sep 11 2018 Remi Collet - 7.2.10-1

- Update to 7.2.10 - https://www.php.net/releases/7_2_10.php

* Thu Aug 16 2018 Remi Collet - 7.2.9-1

- Update to 7.2.9 - https://www.php.net/releases/7_2_9.php

* Tue Jul 17 2018 Remi Collet - 7.2.8-1

- Update to 7.2.8 - https://www.php.net/releases/7_2_8.php

- FPM: add getallheaders, backported from 7.3

* Wed Jun 20 2018 Remi Collet - 7.2.7-1

- Update to 7.2.7 - https://www.php.net/releases/7_2_7.php

* Wed May 23 2018 Remi Collet - 7.2.6-1

- Update to 7.2.6 - https://www.php.net/releases/7_2_6.php

* Tue Apr 24 2018 Remi Collet - 7.2.5-1

- Update to 7.2.5 - https://www.php.net/releases/7_2_5.php

* Wed Apr 11 2018 Remi Collet - 7.2.5~RC1-1

- update to 7.2.5RC1

[ 1 ] Bug #1649481 - php: memory leak in the garbage collector when using cyclic references

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

su -c 'dnf upgrade --advisory FEDORA-2018-6855bf9ff3' 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

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://getfedora.org/code-of-conduct.html

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

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

FEDORA-2018-6855bf9ff3 2018-11-16 02:57:27.749573 Product : Fedora 28 Version : 7.2.12 Release : 1.fc28 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.12** (08 Nov 2018) **Core:** * Fixed bug php#76846 (Segfault in shutdown function after memory limit error). (Nikita) * Fixed bug php#76946 (Cyclic reference in generator not detected). (Nikita) * Fixed bug php#77035 (The phpize and ./configure create redundant .deps file). (Peter Kokot) * Fixed bug php#77041 (buildconf should output error messages to stderr) (Mizunashi Mana) **Date:** * Upgraded timelib to 2017.08. (Derick) * Fixed bug php#75851 (Year component overflow with date formats "c", "o", "r" and "y"). (Adam Saponara) * Fixed bug php#77007 (fractions in `diff()` are not correctly normalized). (Derick) **FCGI:** * Fixed php#76948 (Failed shutdown/reboot or end session in Windows). (Anatol) * Fixed bug php#76954 (apache_response_headers removes last character from header name). (stodorovic) **FTP:** * Fixed bug php#76972 (Data truncation due to forceful ssl socket shutdown). (Manuel Mausz) **intl:** * Fixed bug php#76942 (U_ARGUMENT_TYPE_MISMATCH). (anthrax at unixuser dot org) **Reflection:** * Fixed bug php#76936 (Objects cannot access their private attributes while handling reflection errors). (Nikita) * Fixed bug php#66430 (ReflectionFunction::invoke does not invoke closure with object scope). (Nikita) **Sodium:** * Some base64 outputs were truncated; this is not the case any more. (jedisct1) * block sizes >= 256 bytes are now supposed by sodium_pad() even when an old version of libsodium has been installed. (jedisct1) * Fixed bug php#77008 (sodium_pad() could read (but not return nor write) uninitialized memory when trying to pad an empty input). (jedisct1) **Standard:** * Fixed bug php#76965 (INI_SCANNER_RAW doesn't strip trailing whitespace). (Pierrick) **Tidy:** * Fixed bug php#77027 (tidy::getOptDoc() not available on Windows). (cmb) **XML:** * Fixed bug php#30875 (xml_parse_into_struct() does not resolve entities). (cmb) * Add support for getting SKIP_TAGSTART and SKIP_WHITE options. (cmb) **XMLRPC:** * Fixed bug php#75282 (xmlrpc_encode_request() crashes). (cmb) * Tue Nov 6 2018 Remi Collet - 7.2.12-1 - Update to 7.2.12 - https://www.php.net/releases/7_2_12.php * Wed Oct 10 2018 Remi Collet - 7.2.11-1 - Update to 7.2.11 - https://www.php.net/releases/7_2_11.php * Tue Sep 11 2018 Remi Collet - 7.2.10-1 - Update to 7.2.10 - https://www.php.net/releases/7_2_10.php * Thu Aug 16 2018 Remi Collet - 7.2.9-1 - Update to 7.2.9 - https://www.php.net/releases/7_2_9.php * Tue Jul 17 2018 Remi Collet - 7.2.8-1 - Update to 7.2.8 - https://www.php.net/releases/7_2_8.php - FPM: add getallheaders, backported from 7.3 * Wed Jun 20 2018 Remi Collet - 7.2.7-1 - Update to 7.2.7 - https://www.php.net/releases/7_2_7.php * Wed May 23 2018 Remi Collet - 7.2.6-1 - Update to 7.2.6 - https://www.php.net/releases/7_2_6.php * Tue Apr 24 2018 Remi Collet - 7.2.5-1 - Update to 7.2.5 - https://www.php.net/releases/7_2_5.php * Wed Apr 11 2018 Remi Collet - 7.2.5~RC1-1 - update to 7.2.5RC1 [ 1 ] Bug #1649481 - php: memory leak in the garbage collector when using cyclic references https://bugzilla.redhat.com/show_bug.cgi?id=1649481 su -c 'dnf upgrade --advisory FEDORA-2018-6855bf9ff3' 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 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://getfedora.org/code-of-conduct.html 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 28
Version : 7.2.12
Release : 1.fc28
URL : https://www.php.net/
Summary : PHP scripting language for creating dynamic web sites

Related News