mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
7.0.33 announce
This commit is contained in:
@@ -6,6 +6,26 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
?>
|
||||
<h1>PHP 7 ChangeLog</h1>
|
||||
|
||||
<section class="version" id="7.0.33"><!-- {{{ 7.0.33 -->
|
||||
<h3>Version 7.0.33</h3>
|
||||
<b><?php release_date('06-Dec-2018'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(77231); ?> (Segfault when using convert.quoted-printable-encode filter).</li>
|
||||
</ul></li>
|
||||
<li>IMAP:
|
||||
<ul>
|
||||
<li><?php bugfix(77020); ?> (null pointer dereference in imap_mail).</li>
|
||||
<li><?php bugfix(77153); ?> (imap_open allows to run arbitrary shell commands via mailbox parameter).</li>
|
||||
</ul></li>
|
||||
<li>Phar:
|
||||
<ul>
|
||||
<li><?php bugfix(77022); ?> (PharData always creates new files with mode 0666).</li>
|
||||
<li><?php bugfix(77143); ?> (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
<section class="version" id="7.3.0"><!-- {{{ 7.3.0 -->
|
||||
<h3>Version 7.3.0</h3>
|
||||
<b><?php release_date('06-Dec-2018'); ?></b>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2018-12-06-5.xml"/>
|
||||
<xi:include href="entries/2018-12-06-4.xml"/>
|
||||
<xi:include href="entries/2018-12-06-3.xml"/>
|
||||
<xi:include href="entries/2018-12-06-2.xml"/>
|
||||
|
||||
31
archive/entries/2018-12-06-5.xml
Normal file
31
archive/entries/2018-12-06-5.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 7.0.33 Released</title>
|
||||
<id>http://php.net/archive/2018.php#id2018-12-06-5</id>
|
||||
<published>2018-12-06T13:00:00+01:00</published>
|
||||
<updated>2018-12-06T13: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-12-06-5" rel="alternate" type="text/html"/>
|
||||
<link href="http://php.net/archive/2018.php#id2018-12-06-5" 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.33. Five security-related issues 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.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.0.33">ChangeLog</a>.
|
||||
</p>
|
||||
|
||||
<p>Please note that according to the <a href="http://php.net/supported-versions.php">PHP version support timelines</a>,
|
||||
PHP 7.0.33 is the last scheduled release of PHP 7.0 branch. There may be additional release if we discover
|
||||
important security issues that warrant it, otherwise this release will be the final one in the PHP 7.0 branch.
|
||||
If your PHP installation is based on PHP 7.0, it may be a good time to start making the plans for the upgrade
|
||||
to PHP 7.1, PHP 7.2 or PHP 7.3.
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,39 @@
|
||||
$OLDRELEASES = array (
|
||||
7 =>
|
||||
array (
|
||||
'7.0.32' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_0_32.php',
|
||||
),
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.0.32.tar.bz2',
|
||||
'name' => 'PHP 7.0.32 (tar.bz2)',
|
||||
'sha256' => '56e8d8cf9c08178afa8663589805f83bdb01634efd98131977038e24066492e1',
|
||||
'date' => '13 Sep 2018',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.0.32.tar.gz',
|
||||
'name' => 'PHP 7.0.32 (tar.gz)',
|
||||
'sha256' => '08d13389f611ec55f3b9164347a97e410099238a3dd85946e556a288ce366fbe',
|
||||
'date' => '13 Sep 2018',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.0.32.tar.xz',
|
||||
'name' => 'PHP 7.0.32 (tar.xz)',
|
||||
'sha256' => 'ff6f62afeb32c71b3b89ecbd42950ef6c5e0c329cc6e1c58ffac47e6f1f883c4',
|
||||
'date' => '13 Sep 2018',
|
||||
),
|
||||
),
|
||||
'date' => '13 Sep 2018',
|
||||
'museum' => false,
|
||||
),
|
||||
'7.1.24' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -55,12 +55,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.32";
|
||||
$PHP_7_0_DATE = "13 Sep 2018";
|
||||
$PHP_7_0_VERSION = "7.0.33";
|
||||
$PHP_7_0_DATE = "06 Dec 2018";
|
||||
$PHP_7_0_SHA256 = array(
|
||||
"tar.bz2" => "56e8d8cf9c08178afa8663589805f83bdb01634efd98131977038e24066492e1",
|
||||
"tar.gz" => "08d13389f611ec55f3b9164347a97e410099238a3dd85946e556a288ce366fbe",
|
||||
"tar.xz" => "ff6f62afeb32c71b3b89ecbd42950ef6c5e0c329cc6e1c58ffac47e6f1f883c4",
|
||||
"tar.bz2" => "4933ea74298a1ba046b0246fe3771415c84dfb878396201b56cb5333abe86f07",
|
||||
"tar.gz" => "d71a6ecb6b13dc53fed7532a7f8f949c4044806f067502f8fb6f9facbb40452a",
|
||||
"tar.xz" => "ab8c5be6e32b1f8d032909dedaaaa4bbb1a209e519abb01a52ce3914f9a13d96",
|
||||
);
|
||||
|
||||
/* PHP 5.6 Release */
|
||||
|
||||
26
releases/7_0_33.php
Normal file
26
releases/7_0_33.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7_0_33.php';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
site_header("PHP 7.0.33 Release Announcement");
|
||||
?>
|
||||
|
||||
<h1>PHP 7.0.33 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP
|
||||
7.0.33. Five security-related issues 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.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.0.33">ChangeLog</a>.
|
||||
</p>
|
||||
|
||||
<p>Please note that according to the <a href="http://php.net/supported-versions.php">PHP version support timelines</a>,
|
||||
PHP 7.0.33 is the last scheduled release of PHP 7.0 branch. There may be additional release if we discover
|
||||
important security issues that warrant it, otherwise this release will be the final one in the PHP 7.0 branch.
|
||||
If your PHP installation is based on PHP 7.0, it may be a good time to start making the plans for the upgrade
|
||||
to PHP 7.1, PHP 7.2 or PHP 7.3.
|
||||
</p>
|
||||
|
||||
<?php site_footer(); ?>
|
||||
Reference in New Issue
Block a user