Commit: bf775b34eee473dd844a6c9fe79f0fb5a2d0b122 Author: Anatol Belski <[email protected]> Thu, 1 Mar 2018 11:33:35 +0100 Parents: b37b83a67b61c0504734043040ded26138f64283 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bf775b34eee473dd844a6c9fe79f0fb5a2d0b122 Log: 7.0.28 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-03-01-1.xml M include/releases.inc M include/version.inc A releases/7_0_28.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index e6cb539..9022d0b 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.28"><!-- {{{ 7.0.28 --> +<h3>Version 7.0.28</h3> +<b><?php release_date('01-Mar-2018'); ?></b> +<ul><li>Standard: +<ul> + <li><?php bugfix(75981); ?> (stack-buffer-overflow while parsing HTTP response).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.2"><!-- {{{ 7.2.2 --> <h3>Version 7.2.2</h3> <b><?php release_date('01-Feb-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 2e78195..ad6975e 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-01-03-1.xml"/> <xi:include href="entries/2018-02-16-1.xml"/> <xi:include href="entries/2018-02-14-1.xml"/> <xi:include href="entries/2018-02-07-1.xml"/> diff --git a/archive/entries/2018-03-01-1.xml b/archive/entries/2018-03-01-1.xml new file mode 100644 index 0000000..ec7fc97 --- /dev/null +++ b/archive/entries/2018-03-01-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.28 Released</title> + <id>http://php.net/archive/2018.php#id2018-03-01-1</id> + <published>2018-03-01T11:45:00+01:00</published> + <updated>2018-03-01T11:45: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-01-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-03-01-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.28. This is a security release. Several security bugs were 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.28 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.28">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 2091473..8635129 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.0.27' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_0_27.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.0.27.tar.bz2', + 'name' => 'PHP 7.0.27 (tar.bz2)', + 'sha256' => '99fa2563bb4c4c1cde9febe87cfe97324227d7b4b8828f2e936e507127394131', + 'date' => '04 Jan 2018', + ), + 1 => + array ( + 'filename' => 'php-7.0.27.tar.gz', + 'name' => 'PHP 7.0.27 (tar.gz)', + 'sha256' => '809c0181e970dd17c6a6cabbf64518e719c7253e7490f8e1279bc1e1fbdf7996', + 'date' => '04 Jan 2018', + ), + 2 => + array ( + 'filename' => 'php-7.0.27.tar.xz', + 'name' => 'PHP 7.0.27 (tar.xz)', + 'sha256' => '4b2bc823e806dbf7b62fe0b92b0d14b0c6e03f88c3fc5d96278416c54ce11f6c', + 'date' => '04 Jan 2018', + ), + ), + 'date' => '04 Jan 2018', + 'museum' => false, + ), '7.2.1' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 1613395..be843f6 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.27"; -$PHP_7_0_DATE = "04 Jan 2018"; +$PHP_7_0_VERSION = "7.0.28"; +$PHP_7_0_DATE = "01 Mar 2018"; $PHP_7_0_SHA256 = array( - "tar.bz2" => "99fa2563bb4c4c1cde9febe87cfe97324227d7b4b8828f2e936e507127394131", - "tar.gz" => "809c0181e970dd17c6a6cabbf64518e719c7253e7490f8e1279bc1e1fbdf7996", - "tar.xz" => "4b2bc823e806dbf7b62fe0b92b0d14b0c6e03f88c3fc5d96278416c54ce11f6c", + "tar.bz2" => "ae5491b4613f3710e3d09e688ba3d30d3acc1112c7b96a8703663b8a95063c7f", + "tar.gz" => "cd2fd94feb0d5809ffb9d900138643fa74e70656436e5f2595b03239dd97aa9c", + "tar.xz" => "e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0", ); /* PHP 5.6 Release */ diff --git a/releases/7_0_28.php b/releases/7_0_28.php new file mode 100644 index 0000000..26165a7 --- /dev/null +++ b/releases/7_0_28.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_0_28.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.0.28 Release Announcement"); +?> + + <h1>PHP 7.0.28 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.0.28. This is a security release. Several security bugs were 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.28 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.28">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
