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.1.20** (19 Jul 2018) **Core:** * Fixed bug php#76534 (PHP
hangs on 'illegal string offset on string references with an error handler).
(Laruence) * Fixed bug php#76502 (Chain of mixed exceptions and errors does not
serialize properly). (Nikita) **Date:** * Fixed bug php#76462 (Undefined
property: DateInterval::$f). (Anatol) **exif:** * Fixed bug php#76423 (Int
Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c). (Stas) .
Fixed bug php#76557 (heap-buffer-overflow (READ of size 48) while reading exif
data). (Stas) **FPM:** * Fixed bug php#73342 (Vulnerability in php-fpm by
changing stdin to non-blocking). (Nikita) **GMP:** * Fixed bug php#74670
(Integer Underflow when unserializing GMP and possible other classes). (Nikita)
**intl:** * Fixed bug php#76556 (get_debug_info handler for BreakIterator shows
wrong type). (cmb) **mbstring:** * Fixed bug php#76532 (Integer overflow and
excessive memory usage in mb_strimwidth). (MarcusSchwarz) **PGSQL:** * Fixed
bug php#76548 (pg_fetch_result did not fetch the next row). (Anatol)
**phpdbg:** * Fix arginfo wrt. optional/required parameters. (cmb)
**Reflection:** * Fixed bug php#76536 (PHP crashes with core dump when throwing
exception in error handler). (Laruence) * Fixed bug php#75231
(ReflectionProperty#getValue() incorrectly works with inherited classes).
(Nikita) **Standard:** * Fixed bug php#76505 (array_merge_recursive() is
duplicating sub-array keys). (Laruence) * Fixed bug php#71848 (getimagesize with
$imageinfo returns false). (cmb)
* Thu Jul 19 2018 Remi Collet - 7.1.20-1
- Update to 7.1.20 - https://www.php.net/releases/7_1_20.php
* Thu Jun 21 2018 Remi Collet - 7.1.19-1
- Update to 7.1.19 - https://www.php.net/releases/7_1_19.php
* Thu May 24 2018 Remi Collet - 7.1.18-1
- Update to 7.1.18 - https://www.php.net/releases/7_1_18.php
* Wed Apr 25 2018 Remi Collet - 7.1.17-1
- Update to 7.1.17 - https://www.php.net/releases/7_1_17.php
* Wed Mar 28 2018 Remi Collet - 7.1.16-1
- Update to 7.1.16 - https://www.php.net/releases/7_1_16.php
* Wed Mar 14 2018 Remi Collet - 7.1.16~RC1-1
- Update to 7.1.16RC1
* Wed Feb 28 2018 Remi Collet - 7.1.15-1
- Update to 7.1.15 - https://www.php.net/releases/7_1_15.php
- FPM: revert pid file removal
* Wed Feb 21 2018 Remi Collet - 7.1.15~RC1-3
- disable ZTS on RHEL
* Fri Feb 16 2018 Remi Collet - 7.1.15~RC1-2
- disable pspell extension on RHEL
- improve devel dependencies
* Wed Feb 14 2018 Remi Collet - 7.1.15~RC1-1
- Update to 7.1.15RC1
- adapt ldap patch
* Wed Jan 31 2018 Remi Collet - 7.1.14-1
- Update to 7.1.14 - https://www.php.net/releases/7_1_14.php
* Mon Jan 29 2018 Remi Collet - 7.1.14~RC1-2
- disable interbase, imap, pdo_dblib and mcrypt on rhel
* Wed Jan 17 2018 Remi Collet - 7.1.14~RC1-1
- Update to 7.1.14RC1
- define SOURCE_DATE_EPOCH for reproducible build
* Wed Jan 3 2018 Remi Collet - 7.1.13-1
- Update to 7.1.13 - https://www.php.net/releases/7_1_13.php
* Wed Dec 6 2017 Remi Collet - 7.1.13~RC1-1
- Update to 7.1.13RC1
* Wed Nov 22 2017 Remi Collet - 7.1.12-1
- Update to 7.1.12 - https://www.php.net/releases/7_1_12.php
* Wed Nov 8 2017 Remi Collet - 7.1.12~RC1-1
- Update to 7.1.12RC1
* Wed Oct 25 2017 Remi Collet - 7.1.11-1
- Update to 7.1.11 - https://www.php.net/releases/7_1_11.php
- make php-fpm a weak dependency #1505644
* Wed Oct 11 2017 Remi Collet - 7.1.11~RC1-1
- Update to 7.1.11RC1
su -c 'dnf upgrade --advisory FEDORA-2018-6f37f99641' 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 -- 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/message/RNUTI3K3W4Q7HMUQCXVRZW5NL6XCOZO4/
FEDORA-2018-6f37f99641
2018-07-27 15:58:50.428668
Product : Fedora 27
Version : 7.1.20
Release : 1.fc27
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.1.20** (19 Jul 2018) **Core:** * Fixed bug php#76534 (PHP
hangs on 'illegal string offset on string references with an error handler).
(Laruence) * Fixed bug php#76502 (Chain of mixed exceptions and errors does not
serialize properly). (Nikita) **Date:** * Fixed bug php#76462 (Undefined
property: DateInterval::$f). (Anatol) **exif:** * Fixed bug php#76423 (Int
Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c). (Stas) .
Fixed bug php#76557 (heap-buffer-overflow (READ of size 48) while reading exif
data). (Stas) **FPM:** * Fixed bug php#73342 (Vulnerability in php-fpm by
changing stdin to non-blocking). (Nikita) **GMP:** * Fixed bug php#74670
(Integer Underflow when unserializing GMP and possible other classes). (Nikita)
**intl:** * Fixed bug php#76556 (get_debug_info handler for BreakIterator shows
wrong type). (cmb) **mbstring:** * Fixed bug php#76532 (Integer overflow and
excessive memory usage in mb_strimwidth). (MarcusSchwarz) **PGSQL:** * Fixed
bug php#76548 (pg_fetch_result did not fetch the next row). (Anatol)
**phpdbg:** * Fix arginfo wrt. optional/required parameters. (cmb)
**Reflection:** * Fixed bug php#76536 (PHP crashes with core dump when throwing
exception in error handler). (Laruence) * Fixed bug php#75231
(ReflectionProperty#getValue() incorrectly works with inherited classes).
(Nikita) **Standard:** * Fixed bug php#76505 (array_merge_recursive() is
duplicating sub-array keys). (Laruence) * Fixed bug php#71848 (getimagesize with
$imageinfo returns false). (cmb)
* Thu Jul 19 2018 Remi Collet - 7.1.20-1
- Update to 7.1.20 - https://www.php.net/releases/7_1_20.php
* Thu Jun 21 2018 Remi Collet - 7.1.19-1
- Update to 7.1.19 - https://www.php.net/releases/7_1_19.php
* Thu May 24 2018 Remi Collet - 7.1.18-1
- Update to 7.1.18 - https://www.php.net/releases/7_1_18.php
* Wed Apr 25 2018 Remi Collet - 7.1.17-1
- Update to 7.1.17 - https://www.php.net/releases/7_1_17.php
* Wed Mar 28 2018 Remi Collet - 7.1.16-1
- Update to 7.1.16 - https://www.php.net/releases/7_1_16.php
* Wed Mar 14 2018 Remi Collet - 7.1.16~RC1-1
- Update to 7.1.16RC1
* Wed Feb 28 2018 Remi Collet - 7.1.15-1
- Update to 7.1.15 - https://www.php.net/releases/7_1_15.php
- FPM: revert pid file removal
* Wed Feb 21 2018 Remi Collet - 7.1.15~RC1-3
- disable ZTS on RHEL
* Fri Feb 16 2018 Remi Collet - 7.1.15~RC1-2
- disable pspell extension on RHEL
- improve devel dependencies
* Wed Feb 14 2018 Remi Collet - 7.1.15~RC1-1
- Update to 7.1.15RC1
- adapt ldap patch
* Wed Jan 31 2018 Remi Collet - 7.1.14-1
- Update to 7.1.14 - https://www.php.net/releases/7_1_14.php
* Mon Jan 29 2018 Remi Collet - 7.1.14~RC1-2
- disable interbase, imap, pdo_dblib and mcrypt on rhel
* Wed Jan 17 2018 Remi Collet - 7.1.14~RC1-1
- Update to 7.1.14RC1
- define SOURCE_DATE_EPOCH for reproducible build
* Wed Jan 3 2018 Remi Collet - 7.1.13-1
- Update to 7.1.13 - https://www.php.net/releases/7_1_13.php
* Wed Dec 6 2017 Remi Collet - 7.1.13~RC1-1
- Update to 7.1.13RC1
* Wed Nov 22 2017 Remi Collet - 7.1.12-1
- Update to 7.1.12 - https://www.php.net/releases/7_1_12.php
* Wed Nov 8 2017 Remi Collet - 7.1.12~RC1-1
- Update to 7.1.12RC1
* Wed Oct 25 2017 Remi Collet - 7.1.11-1
- Update to 7.1.11 - https://www.php.net/releases/7_1_11.php
- make php-fpm a weak dependency #1505644
* Wed Oct 11 2017 Remi Collet - 7.1.11~RC1-1
- Update to 7.1.11RC1
su -c 'dnf upgrade --advisory FEDORA-2018-6f37f99641' 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 -- 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/message/RNUTI3K3W4Q7HMUQCXVRZW5NL6XCOZO4/