Commit: 6cfbe2bda6f7c4b539126c27758e9f7e3cacf40d Author: Anatol Belski <a...@php.net> Thu, 29 Mar 2018 11:37:05 +0200 Parents: 189e59d98b6d314b64d9a475609623f56c498ccb Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6cfbe2bda6f7c4b539126c27758e9f7e3cacf40d Log: 7.0.29 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-03-29-1.xml M include/releases.inc M include/version.inc A releases/7_0_29.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index d8b2273..e35350d 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,16 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.0.29"><!-- {{{ 7.0.29 --> +<h3>Version 7.0.29</h3> +<b><?php release_date('29-Mar-2018'); ?></b> +<ul><li>FPM: +<ul> + <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.3"><!-- {{{ 7.2.3 --> <h3>Version 7.2.3</h3> <b><?php release_date('01-Mar-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index a8d49b7..6a60ac4 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/2018-03-29-1.xml"/> <xi:include href="entries/2018-03-13-1.xml"/> <xi:include href="entries/2018-03-02-1.xml"/> <xi:include href="entries/2018-03-01-5.xml"/> diff --git a/archive/entries/2018-03-29-1.xml b/archive/entries/2018-03-29-1.xml new file mode 100644 index 0000000..22a57c6 --- /dev/null +++ b/archive/entries/2018-03-29-1.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.0.29 Released</title> + <id>http://php.net/archive/2018.php#id2018-03-29-1</id> + <published>2018-03-29T13:00:00+01:00</published> + <updated>2018-03-29T13:00:00+01: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-03-29-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-03-29-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.0.29. This is a security release. One security bug was fixed in + this release. + + All PHP 7.0 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.0.29 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.0.29">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index ff47c0d..e41c5df 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.0.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_0_28.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.0.28.tar.bz2', + 'name' => 'PHP 7.0.28 (tar.bz2)', + 'sha256' => 'ae5491b4613f3710e3d09e688ba3d30d3acc1112c7b96a8703663b8a95063c7f', + 'date' => '01 Mar 2018', + ), + 1 => + array ( + 'filename' => 'php-7.0.28.tar.gz', + 'name' => 'PHP 7.0.28 (tar.gz)', + 'sha256' => 'cd2fd94feb0d5809ffb9d900138643fa74e70656436e5f2595b03239dd97aa9c', + 'date' => '01 Mar 2018', + ), + 2 => + array ( + 'filename' => 'php-7.0.28.tar.xz', + 'name' => 'PHP 7.0.28 (tar.xz)', + 'sha256' => 'e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0', + 'date' => '01 Mar 2018', + ), + ), + 'date' => '01 Mar 2018', + 'museum' => false, + ), '7.1.14' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 83376ed..3f32e4c 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,12 +44,12 @@ $PHP_7_1_SHA256 = array( $PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_0_RC_DATE = "07 December 2017"; -$PHP_7_0_VERSION = "7.0.28"; -$PHP_7_0_DATE = "01 Mar 2018"; +$PHP_7_0_VERSION = "7.0.29"; +$PHP_7_0_DATE = "29 Mar 2018"; $PHP_7_0_SHA256 = array( - "tar.bz2" => "ae5491b4613f3710e3d09e688ba3d30d3acc1112c7b96a8703663b8a95063c7f", - "tar.gz" => "cd2fd94feb0d5809ffb9d900138643fa74e70656436e5f2595b03239dd97aa9c", - "tar.xz" => "e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0", + "tar.bz2" => "989142d5c5ff7a11431254f9c1995235bad61a3364b99c966e11e06aa10d3fbc", + "tar.gz" => "5efe45e345f967cb20f9ff92cd514753872a65feffea1bf311c71864344bd8e8", + "tar.xz" => "ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc", ); /* PHP 5.6 Release */ diff --git a/releases/7_0_29.php b/releases/7_0_29.php new file mode 100644 index 0000000..079279b --- /dev/null +++ b/releases/7_0_29.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_0_29.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.0.29 Release Announcement"); +?> + + <h1>PHP 7.0.29 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.0.29. This is a security release. One security bug was fixed in + this release. + + All PHP 7.0 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.0.29 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.0.29">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php