Commit: 9185670894d1a19aaf0ebb6acb4635e5af62b8bc Author: Joe Watkins <[email protected]> Fri, 25 Oct 2019 00:02:47 +0200 Parents: f577d6c6fa7b45143435aac2067e3b7f152e20d1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9185670894d1a19aaf0ebb6acb4635e5af62b8bc Log: announce 7.1.33 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2019-10-24-3.xml M include/releases.inc M include/version.inc A releases/7_1_33.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 8f83850da..72ae52dfb 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -2663,6 +2663,16 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <!-- }}} --></section> <a name="PHP_7_1"></a> +<section class="version" id="7.1.33"><!-- {{{ 7.1.33 --> +<h3>Version 7.1.33</h3> +<b><?php release_date('24-Oct-2019'); ?></b> +<ul><li>FPM: +<ul> + <li><?php bugfix(78599); ?> (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043)</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.1.32"><!-- {{{ 7.1.32 --> <h3>Version 7.1.32</h3> <b><?php release_date('29-Aug-2019'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 4a1f0a575..29c03ea27 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/2019-10-24-3.xml"/> <xi:include href="entries/2019-10-24-2.xml"/> <xi:include href="entries/2019-10-24-1.xml"/> <xi:include href="entries/2019-10-18-1.xml"/> diff --git a/archive/entries/2019-10-24-3.xml b/archive/entries/2019-10-24-3.xml new file mode 100644 index 000000000..d49cbcac9 --- /dev/null +++ b/archive/entries/2019-10-24-3.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.1.33 Released</title> + <id>https://www.php.net/archive/2019.php#2019-10-24-3</id> + <published>2019-10-24T22:02:09+00:00</published> + <updated>2019-10-24T22:02:09+00:00</updated> + <link href="https://www.php.net/index.php#id2019-10-24-3" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2019.php#2019-10-24-3" rel="via" type="text/html"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.1.33. This is a security release.</p> + + <p>All PHP 7.1 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.1.33 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.1.33">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index d733bbb61..5b803b703 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.32' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_32.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '29 Aug 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.32.tar.bz2', + 'name' => 'PHP 7.1.32 (tar.bz2)', + 'sha256' => 'd7c7a1adddc75ac17f63349e966db25930b6b3ce736640349bea9e10909cab7a', + 'date' => '29 Aug 2019', + ), + 1 => + array ( + 'filename' => 'php-7.1.32.tar.gz', + 'name' => 'PHP 7.1.32 (tar.gz)', + 'sha256' => '6e51a2fc610352438b2a1c40310468a1e2b5baf2fff43be77f9f408a9111590c', + 'date' => '29 Aug 2019', + ), + 2 => + array ( + 'filename' => 'php-7.1.32.tar.xz', + 'name' => 'PHP 7.1.32 (tar.xz)', + 'sha256' => '7f38b5bdaae3184d325a8c70e86c010afcc33651d15faafe277a0db6d2ea2741', + 'date' => '29 Aug 2019', + ), + ), + 'museum' => false, + ), '7.3.10' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 09dd47d38..b0735f626 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,13 +37,13 @@ $RELEASES = (function() { ); /* PHP 7.1 Release */ - $PHP_7_1_VERSION = "7.1.32"; - $PHP_7_1_DATE = "29 Aug 2019"; + $PHP_7_1_VERSION = "7.1.33"; + $PHP_7_1_DATE = "24 Oct 2019"; $PHP_7_1_TAGS = ['security']; $PHP_7_1_SHA256 = array( - 'tar.bz2' => 'd7c7a1adddc75ac17f63349e966db25930b6b3ce736640349bea9e10909cab7a', - 'tar.gz' => '6e51a2fc610352438b2a1c40310468a1e2b5baf2fff43be77f9f408a9111590c', - 'tar.xz' => '7f38b5bdaae3184d325a8c70e86c010afcc33651d15faafe277a0db6d2ea2741', + 'tar.bz2' => '95a5e5f2e2b79b376b737a82d9682c91891e60289fa24183463a2aca158f4f4b', + 'tar.gz' => '0055f368ffefe51d5a4483755bd17475e88e74302c08b727952831c5b2682ea2', + 'tar.xz' => 'bd7c0a9bd5433289ee01fd440af3715309faf583f75832b64fe169c100d52968', ); return array( diff --git a/releases/7_1_33.php b/releases/7_1_33.php new file mode 100644 index 000000000..ac5ad6bbc --- /dev/null +++ b/releases/7_1_33.php @@ -0,0 +1,20 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_1_33.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header("PHP 7.1.33 Release Announcement"); +?> + + <h1>PHP 7.1.33 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.33. This is a security release.</p> + + <p>All PHP 7.1 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.1.33 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.1.33">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
