Commit: 40d440b23bb7130fc9f9b1023b4d89feaa98298a Author: Remi Collet <[email protected]> Thu, 26 Apr 2018 11:16:14 +0200 Parents: bc292fccef1bb154cff0dd2bf8b41566878dcade Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=40d440b23bb7130fc9f9b1023b4d89feaa98298a Log: 7.2.5 annoucement Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-04-26-1.xml M include/releases.inc M include/version.inc A releases/7_2_5.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 18097b0..922f2e7 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,75 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.2.5"><!-- {{{ 7.2.5 --> +<h3>Version 7.2.5</h3> +<b><?php release_date('26-Apr-2018'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(75722); ?> (Convert valgrind detection to configure option).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(76131); ?> (mismatch arginfo for date_create).</li> +</ul></li> +<li>Exif: +<ul> + <li><?php bugfix(76130); ?> (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(68440); ?> (ERROR: failed to reload: execvp() failed: Argument list too long).</li> + <li>Fixed incorrect write to getenv result in FPM reload.</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(52070); ?> (imagedashedline() - dashed line sometimes is not visible).</li> +</ul></li> +<li>iconv: +<ul> + <li><?php bugfix(76249); ?> (stream filter convert.iconv leads to infinite loop on invalid sequence).</li> +</ul></li> +<li>intl: +<ul> + <li><?php bugfix(76153); ?> (Intl compilation fails with icu4c 61.1).</li> +</ul></li> +<li>ldap: +<ul> + <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash).</li> +</ul></li> +<li>mbstring: +<ul> + <li><?php bugfix(75944); ?> (Wrong cp1251 detection).</li> + <li><?php bugfix(76113); ?> (mbstring does not build with Oniguruma 6.8.1).</li> +</ul></li> +<li>ODBC: +<ul> + <li><?php bugfix(76088); ?> (ODBC functions are not available by default on Windows).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(76094); ?> (Access violation when using opcache).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete).</li> +</ul></li> +<li>phpdbg: +<ul> + <li><?php bugfix(76143); ?> (Memory corruption: arbitrary NUL overwrite).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(76131); ?> (mismatch arginfo for splarray constructor).</li> +</ul></li> +<li>standard: +<ul> + <li><?php bugfix(74139); ?> (mail.add_x_header default inconsistent with docs).</li> + <li><?php bugfix(75996); ?> (incorrect url in header for mt_rand).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.1.16"><!-- {{{ 7.1.16 --> <h3>Version 7.1.16</h3> <b><?php release_date('29-Mar-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 47f5501..fcd0fe7 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2018-04-26-1.xml"/> <xi:include href="entries/2018-04-25-1.xml"/> <xi:include href="entries/2018-04-23-1.xml"/> <xi:include href="entries/2018-04-11-1.xml"/> diff --git a/archive/entries/2018-04-26-1.xml b/archive/entries/2018-04-26-1.xml new file mode 100644 index 0000000..ed169df --- /dev/null +++ b/archive/entries/2018-04-26-1.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.5 Released</title> + <id>http://php.net/archive/2018.php#id2018-04-26-1</id> + <published>2018-04-26T09:12:18+00:00</published> + <updated>2018-04-26T09:12:18+00:00</updated> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <link href="http://php.net/index.php#id2018-04-26-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-04-26-1" 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.5. This is a security release with 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.5 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.5">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 68635dd..dfb377d 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.4' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_4.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.4.tar.bz2', + 'name' => 'PHP 7.2.4 (tar.bz2)', + 'sha256' => '11658a0d764dc94023b9fb60d4b5eb75d438ad17981efe70abb0d0d09a447ef3', + 'date' => '29 Mar 2018', + ), + 1 => + array ( + 'filename' => 'php-7.2.4.tar.gz', + 'name' => 'PHP 7.2.4 (tar.gz)', + 'sha256' => '58e28e978baea0fe9009432bcb436934eaacccfdcb5f5409c7526431a595857b', + 'date' => '29 Mar 2018', + ), + 2 => + array ( + 'filename' => 'php-7.2.4.tar.xz', + 'name' => 'PHP 7.2.4 (tar.xz)', + 'sha256' => '7916b1bd148ddfd46d7f8f9a517d4b09cd8a8ad9248734e7c8dd91ef17057a88', + 'date' => '29 Mar 2018', + ), + ), + 'date' => '29 Mar 2018', + 'museum' => false, + ), '7.1.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 05ec0ea..cbc9445 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,15 +17,15 @@ */ /* PHP 7.2 Release */ -$PHP_7_2_RC = '7.2.5RC1'; // 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 = "12 Apr 2018"; -$PHP_7_2_VERSION = "7.2.4"; -$PHP_7_2_DATE = "29 Mar 2018"; +$PHP_7_2_VERSION = "7.2.5"; +$PHP_7_2_DATE = "26 Apr 2018"; $PHP_7_2_SHA256 = array( - "tar.bz2" => "11658a0d764dc94023b9fb60d4b5eb75d438ad17981efe70abb0d0d09a447ef3", - "tar.gz" => "58e28e978baea0fe9009432bcb436934eaacccfdcb5f5409c7526431a595857b", - "tar.xz" => "7916b1bd148ddfd46d7f8f9a517d4b09cd8a8ad9248734e7c8dd91ef17057a88", + "tar.bz2" => "f3820efa8efa79628b6e1b5b2f8c1b04c08d32e6721fa1654039ce5f89796031", + "tar.gz" => "c198aedd4cd16db0803e0ef955036722a1f4ce9ad3827546709fac05f1567ba5", + "tar.xz" => "af70a33b3f7a51510467199b39af151333fbbe4cc21923bad9c7cf64268cddb2", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_5.php b/releases/7_2_5.php new file mode 100644 index 0000000..ab16a69 --- /dev/null +++ b/releases/7_2_5.php @@ -0,0 +1,18 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_2_5.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.2.5 Release Announcement"); +?> +<h1>PHP 7.2.5 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.5. +This is a security release with 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.5 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.5">ChangeLog</a>. +</p> +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
