mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
7.2.10 announcement
This commit is contained in:
@@ -6,6 +6,75 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
?>
|
||||
<h1>PHP 7 ChangeLog</h1>
|
||||
|
||||
<section class="version" id="7.2.10"><!-- {{{ 7.2.10 -->
|
||||
<h3>Version 7.2.10</h3>
|
||||
<b><?php release_date('13-Sep-2018'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(76754); ?> (parent private constant in extends class memory leak).</li>
|
||||
<li><?php bugfix(72443); ?> (Generate enabled extension).</li>
|
||||
<li><?php bugfix(75797); ?> (Memory leak when using class_alias() in non-debug mode).</li>
|
||||
</ul></li>
|
||||
<li>Apache2:
|
||||
<ul>
|
||||
<li><?php bugfix(76582); ?> (Apache bucket brigade sometimes becomes invalid).</li>
|
||||
</ul></li>
|
||||
<li>Bz2:
|
||||
<ul>
|
||||
<li>Fixed arginfo for bzcompress.</li>
|
||||
</ul></li>
|
||||
<li>gettext:
|
||||
<ul>
|
||||
<li><?php bugfix(76517); ?> (incorrect restoring of LDFLAGS).</li>
|
||||
</ul></li>
|
||||
<li>iconv:
|
||||
<ul>
|
||||
<li><?php bugfix(68180); ?> (iconv_mime_decode can return extra characters in a header).</li>
|
||||
<li><?php bugfix(63839); ?> (iconv_mime_decode_headers function is skipping headers).</li>
|
||||
<li><?php bugfix(60494); ?> (iconv_mime_decode does ignore special characters).</li>
|
||||
<li><?php bugfix(55146); ?> (iconv_mime_decode_headers() skips some headers).</li>
|
||||
</ul></li>
|
||||
<li>intl:
|
||||
<ul>
|
||||
<li><?php bugfix(74484); ?> (MessageFormatter::formatMessage memory corruption with 11+ named placeholders).</li>
|
||||
</ul></li>
|
||||
<li>libxml:
|
||||
<ul>
|
||||
<li><?php bugfix(76777); ?> ("public id" parameter of libxml_set_external_entity_loader callback undefined).</li>
|
||||
</ul></li>
|
||||
<li>mbstring:
|
||||
<ul>
|
||||
<li><?php bugfix(76704); ?> (mb_detect_order return value varies based on argument type).</li>
|
||||
</ul></li>
|
||||
<li>Opcache:
|
||||
<ul>
|
||||
<li><?php bugfix(76747); ?> (Opcache treats path containing "test.pharma.tld" as a phar file).</li>
|
||||
</ul></li>
|
||||
<li>OpenSSL:
|
||||
<ul>
|
||||
<li><?php bugfix(76705); ?> (unusable ssl => peer_fingerprint in stream_context_create()).</li>
|
||||
</ul></li>
|
||||
<li>phpdbg:
|
||||
<ul>
|
||||
<li><?php bugfix(76595); ?> (phpdbg man page contains outdated information).</li>
|
||||
</ul></li>
|
||||
<li>SPL:
|
||||
<ul>
|
||||
<li><?php bugfix(68825); ?> (Exception in DirectoryIterator::getLinkTarget()).</li>
|
||||
<li><?php bugfix(68175); ?> (RegexIterator pregFlags are NULL instead of 0).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(76778); ?> (array_reduce leaks memory if callback throws exception).</li>
|
||||
</ul></li>
|
||||
<li>zlib:
|
||||
<ul>
|
||||
<li><?php bugfix(65988); ?> (Zlib version check fails when an include/zlib/ style dir is passed to the --with-zlib configure option).</li>
|
||||
<li><?php bugfix(76709); ?> (Minimal required zlib library is 1.2.0.4).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
<section class="version" id="7.2.9"><!-- {{{ 7.2.9 -->
|
||||
<h3>Version 7.2.9</h3>
|
||||
<b><?php release_date('16-Aug-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-09-13-1.xml"/>
|
||||
<xi:include href="entries/2018-09-03-1.xml"/>
|
||||
<xi:include href="entries/2018-08-30-1.xml"/>
|
||||
<xi:include href="entries/2018-08-28-1.xml"/>
|
||||
|
||||
24
archive/entries/2018-09-13-1.xml
Normal file
24
archive/entries/2018-09-13-1.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.2.10 Released</title>
|
||||
<id>http://php.net/archive/2018.php#id2018-09-13-1</id>
|
||||
<published>2018-09-13T08:44:08+00:00</published>
|
||||
<updated>2018-09-13T08:44:08+00: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-1" rel="alternate" type="text/html"/>
|
||||
<link href="http://php.net/archive/2018.php#id2018-09-13-1" 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.2.10. This is a security release which also contains several minor bug fixes.</p>
|
||||
|
||||
<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.2.10 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.2.10">ChangeLog</a>.
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,39 @@
|
||||
$OLDRELEASES = array (
|
||||
7 =>
|
||||
array (
|
||||
'7.2.9' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_2_9.php',
|
||||
),
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.2.9.tar.bz2',
|
||||
'name' => 'PHP 7.2.9 (tar.bz2)',
|
||||
'sha256' => 'e9e3aaa6c317b7fea78246a758b017544366049d2789ad5a44fe9398464c53a8',
|
||||
'date' => '16 Aug 2018',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.2.9.tar.gz',
|
||||
'name' => 'PHP 7.2.9 (tar.gz)',
|
||||
'sha256' => '23fcc1e4d10e06ddfdbc1163a8f0d147a7813467273f7946eb0de1b825d1d3e6',
|
||||
'date' => '16 Aug 2018',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.2.89tar.xz',
|
||||
'name' => 'PHP 7.2.9 (tar.xz)',
|
||||
'sha256' => '3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0',
|
||||
'date' => '16 Aug 2018',
|
||||
),
|
||||
),
|
||||
'date' => '16 Aug 2018',
|
||||
'museum' => false,
|
||||
),
|
||||
'7.1.20' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -20,15 +20,15 @@ $PHP_7_3_RC = '7.3.0beta3';
|
||||
$PHP_7_3_RC_DATE = "30 Aug 2018";
|
||||
|
||||
/* PHP 7.2 Release */
|
||||
$PHP_7_2_RC = '7.2.10RC1'; // Current RC version (e.g., '7.2.1RC1') or false
|
||||
$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
|
||||
$PHP_7_2_RC_DATE = "30 Aug 2018";
|
||||
|
||||
$PHP_7_2_VERSION = "7.2.9";
|
||||
$PHP_7_2_DATE = "16 Aug 2018";
|
||||
$PHP_7_2_VERSION = "7.2.10";
|
||||
$PHP_7_2_DATE = "13 Sep 2018";
|
||||
$PHP_7_2_SHA256 = array(
|
||||
"tar.bz2" => "e9e3aaa6c317b7fea78246a758b017544366049d2789ad5a44fe9398464c53a8",
|
||||
"tar.gz" => "23fcc1e4d10e06ddfdbc1163a8f0d147a7813467273f7946eb0de1b825d1d3e6",
|
||||
"tar.xz" => "3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0",
|
||||
"tar.bz2" => "01b6129a0921a1636b07da9bc598a876669e45a462cef4b5844fc26862dbda9d",
|
||||
"tar.gz" => "d2d908b49b6005e65dcc46cdc986603a19b7ff103119fce8ddd4648586d430a4",
|
||||
"tar.xz" => "01c2154a3a8e3c0818acbdbc1a956832c828a0380ce6d1d14fea495ea21804f0",
|
||||
);
|
||||
|
||||
/* PHP 7.1 Release */
|
||||
|
||||
18
releases/7_2_10.php
Normal file
18
releases/7_2_10.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// $Id$
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7_2_10.php';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
site_header("PHP 7.2.10 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.2.10 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.2.10.
|
||||
This is a security release which also contains several minor bug fixes.</p>
|
||||
|
||||
<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.2.10 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.2.10">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer(); ?>
|
||||
Reference in New Issue
Block a user