Commit: 7458a5adf809f068c664cc3567d6214e44ee4d46 Author: Sara Golemon <[email protected]> Thu, 21 Jun 2018 11:15:09 -0400 Parents: f64a7e1c85105062e2be1593387abea6435fa683 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7458a5adf809f068c664cc3567d6214e44ee4d46 Log: Announce 7.2.7 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-06-21-2.xml M include/releases.inc M include/version.inc A releases/7_2_7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 33b2e25..4e9d5b0 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,6 +6,34 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.2.7"><!-- {{{ 7.2.7 --> +<h3>Version 7.2.7</h3> +<b><?php release_date('21-Jun-2018'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(76337); ?> (segfault when opcache enabled + extension use zend_register_class_alias).</li> +</ul></li> +<li>CLI Server: +<ul> + <li><?php bugfix(76333); ?> (PHP built-in server does not find files if root path contains special characters).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(76296); ?> (openssl_pkey_get_public does not respect open_basedir).</li> + <li><?php bugfix(76174); ?> (openssl extension fails to build with LibreSSL 2.7).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(76367); ?> (NoRewindIterator segfault 11).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(76410); ?> (SIGV in zend_mm_alloc_small).</li> + <li><?php bugfix(76335); ?> ("link(): Bad file descriptor" with non-ASCII path).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.1.18"><!-- {{{ 7.1.18 --> <h3>Version 7.1.18</h3> <b><?php release_date('24-May-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index fe80fd1..60b9499 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-06-21-2.xml"/> <xi:include href="entries/2018-06-21-1.xml"/> <xi:include href="entries/2018-06-13-1.xml"/> <xi:include href="entries/2018-06-11-1.xml"/> diff --git a/archive/entries/2018-06-21-2.xml b/archive/entries/2018-06-21-2.xml new file mode 100644 index 0000000..bd8cb88 --- /dev/null +++ b/archive/entries/2018-06-21-2.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.7 Released</title> + <id>http://php.net/archive/2018.php#id2018-06-21-2</id> + <published>2018-06-21T15:12:22+00:00</published> + <updated>2018-06-21T15:12:22+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#id2018-06-21-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-06-21-2" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <h1>PHP 7.2.7 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP 7.2.7. + This is a primarily a bugfix release which includes a segfault fix for opcache.</p> + + <p>PHP 7.2 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.2.7 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.7">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index a052197..238529a 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.6' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_6.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.6.tar.bz2', + 'name' => 'PHP 7.2.6 (tar.bz2)', + 'sha256' => 'ae5d3e8ada80b9d293d0c8bd643d07c2d988538ff1052a3f7144c6b0cd0ff2c3', + 'date' => '24 May 2018', + ), + 1 => + array ( + 'filename' => 'php-7.2.6.tar.gz', + 'name' => 'PHP 7.2.6 (tar.gz)', + 'sha256' => 'a9f30daf6af82ac02e692465cfd65b04a60d56106c961926e264d2621d313f0e', + 'date' => '24 May 2018', + ), + 2 => + array ( + 'filename' => 'php-7.2.6.tar.xz', + 'name' => 'PHP 7.2.6 (tar.xz)', + 'sha256' => '1f004e049788a3effc89ef417f06a6cf704c95ae2a718b2175185f2983381ae7', + 'date' => '24 May 2018', + ), + ), + 'date' => '24 May 2018', + 'museum' => false, + ), '7.1.17' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 31acb04..4f96fc1 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,15 +20,15 @@ $PHP_7_3_RC = '7.3.0alpha2'; $PHP_7_3_RC_DATE = "21 Jun 2018"; /* PHP 7.2 Release */ -$PHP_7_2_RC = '7.2.7RC1'; // 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 = "7 Jun 2018"; -$PHP_7_2_VERSION = "7.2.6"; -$PHP_7_2_DATE = "24 May 2018"; +$PHP_7_2_VERSION = "7.2.7"; +$PHP_7_2_DATE = "21 Jun 2018"; $PHP_7_2_SHA256 = array( - "tar.bz2" => "ae5d3e8ada80b9d293d0c8bd643d07c2d988538ff1052a3f7144c6b0cd0ff2c3", - "tar.gz" => "a9f30daf6af82ac02e692465cfd65b04a60d56106c961926e264d2621d313f0e", - "tar.xz" => "1f004e049788a3effc89ef417f06a6cf704c95ae2a718b2175185f2983381ae7", + "tar.bz2" => "cc81675a96af4dd18d8ffc02f26a36c622abadf86af7ecfea7bcde8d3c96d5a3", + "tar.gz" => "014f0560cfa22e6301b0024a6fd888c3612a0dc102ff355fa2b49544d16d43b1", + "tar.xz" => "eb01c0153b3baf1f64b8b044013ce414b52fede222df3f509e8ff209478f31f0", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_7.php b/releases/7_2_7.php new file mode 100644 index 0000000..d52c249 --- /dev/null +++ b/releases/7_2_7.php @@ -0,0 +1,18 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_2_7.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.2.7 Release Announcement"); +?> +<h1>PHP 7.2.7 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.7. +This is a primarily a bugfix release which includes a segfault fix for opcache.</p> + +<p>PHP 7.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.2.7 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.7">ChangeLog</a>. +</p> +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
