mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
release 7.1.27 annoucnement
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</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"/>
|
||||
|
||||
24
archive/entries/2019-03-07-3.xml
Normal file
24
archive/entries/2019-03-07-3.xml
Normal file
@@ -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>
|
||||
@@ -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' =>
|
||||
|
||||
@@ -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(
|
||||
|
||||
20
releases/7_1_27.php
Normal file
20
releases/7_1_27.php
Normal file
@@ -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(); ?>
|
||||
Reference in New Issue
Block a user