Commit: 29b841e02200ee72080d6c420e9ec139d65f2f38 Author: Anatol Belski <[email protected]> Thu, 13 Sep 2018 12:26:32 +0200 Parents: 84aae99036456d1676eade838cad80cfb30a5b6f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=29b841e02200ee72080d6c420e9ec139d65f2f38 Log: 7.0.32 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-09-13-3.xml M include/releases.inc M include/version.inc A releases/7_0_32.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 112fdba..f7f97a1 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,6 +6,16 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.0.32"><!-- {{{ 7.0.32 --> +<h3>Version 7.0.32</h3> +<b><?php release_date('13-Sep-2018'); ?></b> +<ul><li>Apache2: +<ul> + <li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: chunked).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.10"><!-- {{{ 7.2.10 --> <h3>Version 7.2.10</h3> <b><?php release_date('13-Sep-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 64ecc8a..6aacfe0 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-09-13-3.xml"/> <xi:include href="entries/2018-09-13-2.xml"/> <xi:include href="entries/2018-09-13-1.xml"/> <xi:include href="entries/2018-09-03-1.xml"/> diff --git a/archive/entries/2018-09-13-3.xml b/archive/entries/2018-09-13-3.xml new file mode 100644 index 0000000..4911749 --- /dev/null +++ b/archive/entries/2018-09-13-3.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.0.32 Released</title> + <id>http://php.net/archive/2018.php#id2018-09-13-3</id> + <published>2018-09-13T13:00:00+01:00</published> + <updated>2018-09-13T13: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-09-13-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-09-13-3" 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.32. This is a security release. One security bug has been 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.32 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.32">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 50dec28..43c0479 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.0.31' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_0_31.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.0.31.tar.bz2', + 'name' => 'PHP 7.0.31 (tar.bz2)', + 'sha256' => '7e8bd73eced6e679a179d39571e8fee6c83e51c86f43338f65c2dc88c1106b91', + 'date' => '19 Jul 2018', + ), + 1 => + array ( + 'filename' => 'php-7.0.31.tar.gz', + 'name' => 'PHP 7.0.31 (tar.gz)', + 'sha256' => '182f36e5709837158bd4970ce57fe80735bdf79025133c00d6ad882d1c4d98dd', + 'date' => '19 Jul 2018', + ), + 2 => + array ( + 'filename' => 'php-7.0.31.tar.xz', + 'name' => 'PHP 7.0.31 (tar.xz)', + 'sha256' => '68f57b3f4587071fb54a620cb83a1cfb3f0bd4ee071e0ce3bf7046a5f2d2f3cf', + 'date' => '19 Jul 2018', + ), + ), + 'date' => '19 Jul 2018', + 'museum' => false, + ), '7.2.9' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 869bc68..06559ae 100644 --- a/include/version.inc +++ b/include/version.inc @@ -47,12 +47,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.31"; -$PHP_7_0_DATE = "19 Jul 2018"; +$PHP_7_0_VERSION = "7.0.32"; +$PHP_7_0_DATE = "13 Sep 2018"; $PHP_7_0_SHA256 = array( - "tar.bz2" => "7e8bd73eced6e679a179d39571e8fee6c83e51c86f43338f65c2dc88c1106b91", - "tar.gz" => "182f36e5709837158bd4970ce57fe80735bdf79025133c00d6ad882d1c4d98dd", - "tar.xz" => "68f57b3f4587071fb54a620cb83a1cfb3f0bd4ee071e0ce3bf7046a5f2d2f3cf", + "tar.bz2" => "56e8d8cf9c08178afa8663589805f83bdb01634efd98131977038e24066492e1", + "tar.gz" => "08d13389f611ec55f3b9164347a97e410099238a3dd85946e556a288ce366fbe", + "tar.xz" => "ff6f62afeb32c71b3b89ecbd42950ef6c5e0c329cc6e1c58ffac47e6f1f883c4", ); /* PHP 5.6 Release */ diff --git a/releases/7_0_32.php b/releases/7_0_32.php new file mode 100644 index 0000000..9822ee4 --- /dev/null +++ b/releases/7_0_32.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_0_32.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.0.32 Release Announcement"); +?> + + <h1>PHP 7.0.32 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.0.32. This is a security release. One security bug has been 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.32 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.32">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
