Commit: a77ea3c7e336a7b0bbfda4fe7eb48ef9ba1933f7 Author: Sara Golemon <poll...@php.net> Thu, 4 Apr 2019 10:20:12 -0400 Parents: af43f5f0b692940d7b7df4c66a0de6c65488013b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a77ea3c7e336a7b0bbfda4fe7eb48ef9ba1933f7 Log: 7.2.17 Announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2019-04-04-2.xml M include/releases.inc M include/version.inc A releases/7_2_17.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 03003a7..2cfa219 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -84,6 +84,73 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> +<section class="version" id="7.2.17"><!-- {{{ 7.2.17 --> +<h3>Version 7.2.17</h3> +<b><?php release_date('04-Apr-2019'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(77738); ?> (Nullptr deref in zend_compile_expr).</li> + <li><?php bugfix(77660); ?> (Segmentation fault on break 2147483648).</li> + <li><?php bugfix(77652); ?> (Anonymous classes can lose their interface information).</li> + <li><?php bugfix(77676); ?> (Unable to run tests when building shared extension on AIX).</li> +</ul></li> +<li>Bcmath: +<ul> + <li><?php bugfix(77742); ?> (bcpow() implementation related to gcc compiler optimization).</li> +</ul></li> +<li>COM: +<ul> + <li><?php bugfix(77578); ?> (Crash when php unload).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(50020); ?> (DateInterval:createDateFromString() silently fails).</li> + <li><?php bugfix(75113); ?> (Added DatePeriod::getRecurrences() method).</li> +</ul></li> +<li>EXIF: +<ul> + <li><?php bugfix(77753); ?> (Heap-buffer-overflow in php_ifd_get32s).</li> + <li><?php bugfix(77831); ?> (Heap-buffer-overflow in exif_iif_add_value).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(77677); ?> (FPM fails to build on AIX due to missing WCOREDUMP).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(77700); ?> (Writing truecolor images as GIF ignores interlace flag).</li> +</ul></li> +<li>MySQLi: +<ul> + <li><?php bugfix(77597); ?> (mysqli_fetch_field hangs scripts).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(77691); ?> (Opcache passes wrong value for inline array push assignments).</li> + <li><?php bugfix(77743); ?> (Incorrect pi node insertion for jmpznz with identical successors).</li> +</ul></li> +<li>phpdbg: +<ul> + <li><?php bugfix(77767); ?> (phpdbg break cmd aliases listed in help do not match actual aliases).</li> +</ul></li> +<li>sodium: +<ul> + <li><?php bugfix(77646); ?> (sign_detached() strings not terminated).</li> +</ul></li> +<li>SQLite3: +<ul> + <li>Added sqlite3.defensive INI directive.</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(77664); ?> (Segmentation fault when using undefined constant in custom wrapper).</li> + <li><?php bugfix(77669); ?> (Crash in extract() when overwriting extracted array).</li> + <li><?php bugfix(76717); ?> (var_export() does not create a parsable value for PHP_INT_MIN).</li> + <li><?php bugfix(77765); ?> (FTP stream wrapper should set the directory as executable).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.1.27"><!-- {{{ 7.1.27 --> <h3>Version 7.1.27</h3> <b><?php release_date('07-Mar-2019'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index c117341..14d176b 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2019-04-04-2.xml"/> <xi:include href="entries/2019-04-04-1.xml"/> <xi:include href="entries/2019-04-02-6.xml"/> <xi:include href="entries/2019-04-02-5.xml"/> diff --git a/archive/entries/2019-04-04-2.xml b/archive/entries/2019-04-04-2.xml new file mode 100644 index 0000000..c1574ce --- /dev/null +++ b/archive/entries/2019-04-04-2.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.17 Release Announcement</title> + <id>http://php.net/archive/2019.php#id2019-04-04-2</id> + <published>2019-04-04T14:17:48+00:00</published> + <updated>2019-04-04T14:17:48+00:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2019-04-04-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2019.php#id2019-04-04-2" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP 7.2.17. + This is a security release which also contains several minor bug fixes.</p> + + <p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.2.17 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.2.17">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index edc43eb..98c2e26 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.16' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_16.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.16.tar.bz2', + 'name' => 'PHP 7.2.16 (tar.bz2)', + 'sha256' => '2c0ad10053d58694cd14323248ecd6d9ba71d2733d160973c356ad01d09e7f38', + 'date' => '07 Mar 2019', + ), + 1 => + array ( + 'filename' => 'php-7.2.16.tar.gz', + 'name' => 'PHP 7.2.16 (tar.gz)', + 'sha256' => 'fb95e0bb69caba1dfd3bbac4eeef7a0485e5ea3d6191d35ad5657e18243aa02d', + 'date' => '07 Mar 2019', + ), + 2 => + array ( + 'filename' => 'php-7.2.16.tar.xz', + 'name' => 'PHP 7.2.16 (tar.xz)', + 'sha256' => '7d91ed3c1447c6358a3d53f84599ef854aca4c3622de7435e2df115bf196e482', + 'date' => '07 Mar 2019', + ), + ), + 'date' => '04 Apr 2019', + 'museum' => false, + ), '7.3.3' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 3743602..1d9c9cb 100644 --- a/include/version.inc +++ b/include/version.inc @@ -28,15 +28,15 @@ $PHP_7_3_SHA256 = array( ); /* PHP 7.2 Release */ -$PHP_7_2_RC = '7.2.17RC1'; // Current RC version (e.g., '7.2.1RC1') or false +$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false $PHP_7_2_RC_DATE = "21 Mar 2019"; -$PHP_7_2_VERSION = "7.2.16"; -$PHP_7_2_DATE = "07 Mar 2019"; +$PHP_7_2_VERSION = "7.2.17"; +$PHP_7_2_DATE = "04 Apr 2019"; $PHP_7_2_SHA256 = array( - "tar.bz2" => "2c0ad10053d58694cd14323248ecd6d9ba71d2733d160973c356ad01d09e7f38", - "tar.gz" => "fb95e0bb69caba1dfd3bbac4eeef7a0485e5ea3d6191d35ad5657e18243aa02d", - "tar.xz" => "7d91ed3c1447c6358a3d53f84599ef854aca4c3622de7435e2df115bf196e482", + "tar.bz2" => "91a811ab6f6d7acb312159cf6b0a3cffe968676fdebf042e9253245cc6094f75", + "tar.gz" => "e1c6c2553cdb7edbfa65b89e259690ed01b31b12d57349c90b6ed00a410f62b5", + "tar.xz" => "a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_17.php b/releases/7_2_17.php new file mode 100644 index 0000000..f48c6cd --- /dev/null +++ b/releases/7_2_17.php @@ -0,0 +1,17 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_2_17.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.2.17 Release Announcement"); +?> +<h1>PHP 7.2.17 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.17. +This is a security release which also contains several minor bug fixes.</p> + +<p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.2.17 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.2.17">ChangeLog</a>. +</p> +<?php site_footer(); ?>
-- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php