Commit: e1822737d7c79f3f5645d7dabf448e53b5050c8d Author: Sara Golemon <[email protected]> Thu, 24 May 2018 14:48:42 -0400 Parents: d00213b4d1ec4e165194fc1bcabbbcf461cb567c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e1822737d7c79f3f5645d7dabf448e53b5050c8d Log: 7.2.6 release Changed paths: M ChangeLog-7.php M archive/archive.xml M include/releases.inc M include/version.inc A releases/7_2_6.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index f9e35e5..af8fc11 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -5,6 +5,38 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/changelogs.inc'; site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("changelog.css"), "layout_span" => 12)); ?> +<section class="version" id="7.2.6"><!-- {{{ 7.2.6 --> +<h3>Version 7.2.6</h3> +<b><?php release_date('24-May-2018'); ?></b> +<ul><li>EXIF: +<ul> + <li><?php bugfix(76164); ?> (exif_read_data zend_mm_heap corrupted).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(76075); ?> --with-fpm-acl wrongly tries to find libacl on FreeBSD.</li> +</ul></li> +<li>intl: +<ul> + <li><?php bugfix(74385); ?> (Locale::parseLocale() broken with some arguments).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(76205); ?> (PHP-FPM sporadic crash when running Infinitewp).</li> + <li><?php bugfix(76275); ?> (Assertion failure in file cache when unserializing empty try_catch_array).</li> + <li><?php bugfix(76281); ?> (Opcache causes incorrect "undefined variable" errors).</li> +</ul></li> +<li>Reflection: +<ul> + <li>Fixed arginfo of array_replace(_recursive) and array_merge(_recursive).</li> +</ul></li> +<li>Session: +<ul> + <li><?php bugfix(74892); ?> (Url Rewriting (trans_sid) not working on urls that start with "#").</li> +</ul></li> +</ul> +<!-- }}} --></section> + <h1>PHP 7 ChangeLog</h1> <section class="version" id="7.2.5"><!-- {{{ 7.2.5 --> <h3>Version 7.2.5</h3> diff --git a/archive/archive.xml b/archive/archive.xml index 56f22c3..434e3a4 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-05-24-1.xml"/> <xi:include href="entries/2018-05-02-1.xml"/> <xi:include href="entries/2018-04-29-1.xml"/> <xi:include href="entries/2018-04-26-4.xml"/> diff --git a/include/releases.inc b/include/releases.inc index 0acec87..296785b 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.5' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_5.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.5.tar.bz2', + 'name' => 'PHP 7.2.5 (tar.bz2)', + 'sha256' => 'f3820efa8efa79628b6e1b5b2f8c1b04c08d32e6721fa1654039ce5f89796031', + 'date' => '26 Apr 2018', + ), + 1 => + array ( + 'filename' => 'php-7.2.5.tar.gz', + 'name' => 'PHP 7.2.5 (tar.gz)', + 'sha256' => 'c198aedd4cd16db0803e0ef955036722a1f4ce9ad3827546709fac05f1567ba5', + 'date' => '26 Apr 2018', + ), + 2 => + array ( + 'filename' => 'php-7.2.5.tar.xz', + 'name' => 'PHP 7.2.5 (tar.xz)', + 'sha256' => 'af70a33b3f7a51510467199b39af151333fbbe4cc21923bad9c7cf64268cddb2', + 'date' => '26 Apr 2018', + ), + ), + 'date' => '26 Apr 2018', + 'museum' => false, + ), '7.1.16' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7f02dad..d8eff8b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,15 +17,15 @@ */ /* PHP 7.2 Release */ -$PHP_7_2_RC = '7.2.6RC1'; // 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 = "10 May 2018"; -$PHP_7_2_VERSION = "7.2.5"; -$PHP_7_2_DATE = "26 Apr 2018"; +$PHP_7_2_VERSION = "7.2.6"; +$PHP_7_2_DATE = "24 May 2018"; $PHP_7_2_SHA256 = array( - "tar.bz2" => "f3820efa8efa79628b6e1b5b2f8c1b04c08d32e6721fa1654039ce5f89796031", - "tar.gz" => "c198aedd4cd16db0803e0ef955036722a1f4ce9ad3827546709fac05f1567ba5", - "tar.xz" => "af70a33b3f7a51510467199b39af151333fbbe4cc21923bad9c7cf64268cddb2", + "tar.bz2" => "ae5d3e8ada80b9d293d0c8bd643d07c2d988538ff1052a3f7144c6b0cd0ff2c3", + "tar.gz" => "a9f30daf6af82ac02e692465cfd65b04a60d56106c961926e264d2621d313f0e", + "tar.xz" => "1f004e049788a3effc89ef417f06a6cf704c95ae2a718b2175185f2983381ae7", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_6.php b/releases/7_2_6.php new file mode 100644 index 0000000..af6c4dc --- /dev/null +++ b/releases/7_2_6.php @@ -0,0 +1,18 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_2_6.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.2.6 Release Announcement"); +?> +<h1>PHP 7.2.6 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.6. +This is a primarily a bugfix release which includes a memory corruption fix for EXIF.</p> + +<p>PHP 7.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.2.6 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.6">ChangeLog</a>. +</p> +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
