Commit: fb353f771a72be0751a3e3aa576a832d2f79a432 Author: Joe Watkins <[email protected]> Thu, 7 Mar 2019 12:50:35 +0100 Parents: a8f7676da30837e68e9b0cd046abf2c4fe74510a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fb353f771a72be0751a3e3aa576a832d2f79a432 Log: release 7.1.27 annoucnement Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2019-03-07-3.xml M include/releases.inc M include/version.inc A releases/7_1_27.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 1c7f25c..ba123b1 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,6 +6,32 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.1.27"><!-- {{{ 7.1.27 --> +<h3>Version 7.1.27</h3> +<b><?php release_date('07-Mar-2019'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(77630); ?> (rename() across the device may allow unwanted access during processing).</li> +</ul></li> +<li>EXIF: +<ul> + <li><?php bugfix(77509); ?> (Uninitialized read in exif_process_IFD_in_TIFF).</li> + <li><?php bugfix(77540); ?> (Invalid Read on exif_process_SOFn).</li> + <li><?php bugfix(77563); ?> (Uninitialized read in exif_process_IFD_in_MAKERNOTE).</li> + <li><?php bugfix(77659); ?> (Uninitialized read in exif_process_IFD_in_MAKERNOTE).</li> +</ul></li> +<li>PHAR: +<ul> + <li><?php bugfix(77396); ?> (Null Pointer Dereference in phar_create_or_parse_filename).</li> + <li><?php bugfix(77586); ?> (phar_tar_writeheaders_int() buffer overflow).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(77431); ?> (openFile() silently truncates after a null byte).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.16"><!-- {{{ 7.2.16 --> <h3>Version 7.2.16</h3> <b><?php release_date('07-Mar-2019'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 329be82..1b4e26a 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-03-07-3.xml"/> <xi:include href="entries/2019-03-07-2.xml"/> <xi:include href="entries/2019-03-07-1.xml"/> <xi:include href="entries/2019-03-03-1.xml"/> diff --git a/archive/entries/2019-03-07-3.xml b/archive/entries/2019-03-07-3.xml new file mode 100644 index 0000000..09a77af --- /dev/null +++ b/archive/entries/2019-03-07-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.27 Released</title> + <id>http://php.net/archive/2019.php#id2019-03-07-3</id> + <published>2019-03-07T11:49:58+00:00</published> + <updated>2019-03-07T11:49:58+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#id2019-03-07-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2019.php#id2019-03-07-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.1.27. This is a security release which also contains several bug fixes.</p> + + <p>All PHP 7.1 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.1.27 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.27">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index b4c4b6a..551aac7 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.26' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_26.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.26.tar.bz2', + 'name' => 'PHP 7.1.26 (tar.bz2)', + 'sha256' => '5b351ca86bc7e4600778aaf1d61ab9e4e38864efa86ab4cc4d5b02ea7f542ae6', + 'date' => '10 Jan 2019', + ), + 1 => + array ( + 'filename' => 'php-7.1.26.tar.gz', + 'name' => 'PHP 7.1.26 (tar.gz)', + 'sha256' => '069315d3c3f964fd165bbbb3c2fc56005813e2cf97bed05055318dcc4e775328', + 'date' => '10 Jan 2019', + ), + 2 => + array ( + 'filename' => 'php-7.1.26.tar.xz', + 'name' => 'PHP 7.1.26 (tar.xz)', + 'sha256' => '10b7ae634c12852fae52a22dc2262e5f12418ad59fd20da2d00d71a212235d31', + 'date' => '10 Jan 2019', + ), + ), + 'date' => '10 Jan 2019', + 'museum' => false, + ), '7.2.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4b4cf7d..d0ef0c5 100644 --- a/include/version.inc +++ b/include/version.inc @@ -43,12 +43,12 @@ $PHP_7_2_SHA256 = array( $PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_1_RC_DATE = "25 Oct 2018"; -$PHP_7_1_VERSION = "7.1.26"; -$PHP_7_1_DATE = "10 Jan 2019"; +$PHP_7_1_VERSION = "7.1.27"; +$PHP_7_1_DATE = "07 Mar 2019"; $PHP_7_1_SHA256 = array( - 'tar.bz2' => '5b351ca86bc7e4600778aaf1d61ab9e4e38864efa86ab4cc4d5b02ea7f542ae6', - 'tar.gz' => '069315d3c3f964fd165bbbb3c2fc56005813e2cf97bed05055318dcc4e775328', - 'tar.xz' => '10b7ae634c12852fae52a22dc2262e5f12418ad59fd20da2d00d71a212235d31', + 'tar.bz2' => 'dad7ecd30941911528e471c555a01911a68aa9219696bfc1e005f8b669f4ec4b', + 'tar.gz' => '353b9ed341048388cc95e6fa6dab587eee44a3d4d297989aa297936090864357', + 'tar.xz' => '25672a3a6060eff37c865a0c84e284da50b7ee8cd57174c78f0ae244b90a96a8', ); $RELEASES = array( diff --git a/releases/7_1_27.php b/releases/7_1_27.php new file mode 100644 index 0000000..16eb831 --- /dev/null +++ b/releases/7_1_27.php @@ -0,0 +1,20 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_1_27.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.1.27 Release Announcement"); +?> + + <h1>PHP 7.1.27 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.27. This is a security release which also contains several bug fixes.</p> + + <p>All PHP 7.1 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.1.27 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.27">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
