mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 7.1.23 and 7.2.11
This commit is contained in:
@@ -6,6 +6,93 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
?>
|
||||
<h1>PHP 7 ChangeLog</h1>
|
||||
|
||||
<section class="version" id="7.2.11"><!-- {{{ 7.2.11 -->
|
||||
<h3>Version 7.2.11</h3>
|
||||
<b><?php release_date('11-Oct-2018'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(76800); ?> (foreach inconsistent if array modified during loop).</li>
|
||||
<li><?php bugfix(76901); ?> (method_exists on SPL iterator passthrough method corrupts memory).</li>
|
||||
</ul></li>
|
||||
<li>CURL:
|
||||
<ul>
|
||||
<li><?php bugfix(76480); ?> (Use curl_multi_wait() so that timeouts are respected).</li>
|
||||
</ul></li>
|
||||
<li>iconv:
|
||||
<ul>
|
||||
<li><?php bugfix(66828); ?> (iconv_mime_encode Q-encoding longer than it should be).</li>
|
||||
</ul></li>
|
||||
<li>Opcache:
|
||||
<ul>
|
||||
<li><?php bugfix(76832); ?> (ZendOPcache.MemoryBase periodically deleted by the OS).</li>
|
||||
<li><?php bugfix(76796); ?> (Compile-time evaluation of disabled function in opcache causes segfault).</li>
|
||||
</ul></li>
|
||||
<li>POSIX:
|
||||
<ul>
|
||||
<li><?php bugfix(75696); ?> (posix_getgrnam fails to print details of group).</li>
|
||||
</ul></li>
|
||||
<li>Reflection:
|
||||
<ul>
|
||||
<li><?php bugfix(74454); ?> (Wrong exception being thrown when using ReflectionMethod).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(73457); ?> (Wrong error message when fopen FTP wrapped fails to open data connection).</li>
|
||||
<li><?php bugfix(74764); ?> (Bindto IPv6 works with file_get_contents but fails with stream_socket_client).</li>
|
||||
<li><?php bugfix(75533); ?> (array_reduce is slow when $carry is large array).</li>
|
||||
</ul></li>
|
||||
<li>XMLRPC:
|
||||
<ul>
|
||||
<li><?php bugfix(76886); ?> (Can't build xmlrpc with expat).</li>
|
||||
</ul></li>
|
||||
<li>Zlib:
|
||||
<ul>
|
||||
<li><?php bugfix(75273); ?> (php_zlib_inflate_filter() may not update bytes_consumed).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
<section class="version" id="7.1.23"><!-- {{{ 7.1.23 -->
|
||||
<h3>Version 7.1.23</h3>
|
||||
<b><?php release_date('11-Oct-2018'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(76901); ?> (method_exists on SPL iterator passthrough method corrupts memory).</li>
|
||||
<li><?php bugfix(76846); ?> (Segfault in shutdown function after memory limit error).</li>
|
||||
</ul></li>
|
||||
<li>CURL:
|
||||
<ul>
|
||||
<li><?php bugfix(76480); ?> (Use curl_multi_wait() so that timeouts are respected).</li>
|
||||
</ul></li>
|
||||
<li>iconv:
|
||||
<ul>
|
||||
<li><?php bugfix(66828); ?> (iconv_mime_encode Q-encoding longer than it should be).</li>
|
||||
</ul></li>
|
||||
<li>Opcache:
|
||||
<ul>
|
||||
<li><?php bugfix(76832); ?> (ZendOPcache.MemoryBase periodically deleted by the OS).</li>
|
||||
</ul></li>
|
||||
<li>POSIX:
|
||||
<ul>
|
||||
<li><?php bugfix(75696); ?> (posix_getgrnam fails to print details of group).</li>
|
||||
</ul></li>
|
||||
<li>Reflection:
|
||||
<ul>
|
||||
<li><?php bugfix(74454); ?> (Wrong exception being thrown when using ReflectionMethod).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(73457); ?> (Wrong error message when fopen FTP wrapped fails to open data connection).</li>
|
||||
<li><?php bugfix(74764); ?> (Bindto IPv6 works with file_get_contents but fails with stream_socket_client).</li>
|
||||
<li><?php bugfix(75533); ?> (array_reduce is slow when $carry is large array).</li>
|
||||
</ul></li>
|
||||
<li>Zlib:
|
||||
<ul>
|
||||
<li><?php bugfix(75273); ?> (php_zlib_inflate_filter() may not update bytes_consumed).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
<section class="version" id="7.0.32"><!-- {{{ 7.0.32 -->
|
||||
<h3>Version 7.0.32</h3>
|
||||
<b><?php release_date('13-Sep-2018'); ?></b>
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2018-10-11-3.xml"/>
|
||||
<xi:include href="entries/2018-10-11-2.xml"/>
|
||||
<xi:include href="entries/2018-10-11-1.xml"/>
|
||||
<xi:include href="entries/2018-09-28-1.xml"/>
|
||||
<xi:include href="entries/2018-09-13-5.xml"/>
|
||||
|
||||
24
archive/entries/2018-10-11-2.xml
Normal file
24
archive/entries/2018-10-11-2.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.11 Released</title>
|
||||
<id>http://php.net/archive/2018.php#id2018-10-11-2</id>
|
||||
<published>2018-10-11T14:11:19+00:00</published>
|
||||
<updated>2018-10-11T14:11:19+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#id2018-10-11-2" rel="alternate" type="text/html"/>
|
||||
<link href="http://php.net/archive/2018.php#id2018-10-11-2" 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.11.
|
||||
This is a bugfix release.</p>
|
||||
|
||||
<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.2.11 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.11">ChangeLog</a>.
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
24
archive/entries/2018-10-11-3.xml
Normal file
24
archive/entries/2018-10-11-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.23 Released</title>
|
||||
<id>http://php.net/archive/2018.php#id2018-10-11-3</id>
|
||||
<published>2018-10-11T14:11:47+00:00</published>
|
||||
<updated>2018-10-11T14:11:47+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#id2018-10-11-3" rel="alternate" type="text/html"/>
|
||||
<link href="http://php.net/archive/2018.php#id2018-10-11-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.23.
|
||||
This is a bugfix release.</p>
|
||||
|
||||
<p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.1.23 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.23">ChangeLog</a>.
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,72 @@
|
||||
$OLDRELEASES = array (
|
||||
7 =>
|
||||
array (
|
||||
'7.1.22' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_1_22.php',
|
||||
),
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.1.22.tar.bz2',
|
||||
'name' => 'PHP 7.1.22 (tar.bz2)',
|
||||
'sha256' => 'c8e91f19c8aa810ae95f228ff31cf0e4805cb89f4c10870ee12c85491b26e763',
|
||||
'date' => '13 Sep 2018',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.1.22.tar.gz',
|
||||
'name' => 'PHP 7.1.22 (tar.gz)',
|
||||
'sha256' => '1d275115593a33315647094a5a4ee9bd73c7960c08686cee35dc2e683a68b157',
|
||||
'date' => '13 Sep 2018',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.1.22.tar.xz',
|
||||
'name' => 'PHP 7.1.22 (tar.xz)',
|
||||
'sha256' => '9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d',
|
||||
'date' => '13 Sep 2018',
|
||||
),
|
||||
),
|
||||
'date' => '13 Sep 2018',
|
||||
'museum' => false,
|
||||
),
|
||||
'7.2.10' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_2_10.php',
|
||||
),
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.2.10.tar.bz2',
|
||||
'name' => 'PHP 7.2.10 (tar.bz2)',
|
||||
'sha256' => '01b6129a0921a1636b07da9bc598a876669e45a462cef4b5844fc26862dbda9d',
|
||||
'date' => '13 Sep 2018',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.2.10.tar.gz',
|
||||
'name' => 'PHP 7.2.10 (tar.gz)',
|
||||
'sha256' => 'd2d908b49b6005e65dcc46cdc986603a19b7ff103119fce8ddd4648586d430a4',
|
||||
'date' => '13 Sep 2018',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.2.10.tar.xz',
|
||||
'name' => 'PHP 7.2.10 (tar.xz)',
|
||||
'sha256' => '01c2154a3a8e3c0818acbdbc1a956832c828a0380ce6d1d14fea495ea21804f0',
|
||||
'date' => '13 Sep 2018',
|
||||
),
|
||||
),
|
||||
'date' => '13 Sep 2018',
|
||||
'museum' => false,
|
||||
),
|
||||
'7.1.21' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -20,27 +20,27 @@ $PHP_7_3_RC = '7.3.0RC3';
|
||||
$PHP_7_3_RC_DATE = "11 Oct 2018";
|
||||
|
||||
/* PHP 7.2 Release */
|
||||
$PHP_7_2_RC = '7.2.11RC1'; // 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 = "27 Sep 2018";
|
||||
|
||||
$PHP_7_2_VERSION = "7.2.10";
|
||||
$PHP_7_2_DATE = "13 Sep 2018";
|
||||
$PHP_7_2_VERSION = "7.2.11";
|
||||
$PHP_7_2_DATE = "11 Oct 2018";
|
||||
$PHP_7_2_SHA256 = array(
|
||||
"tar.bz2" => "01b6129a0921a1636b07da9bc598a876669e45a462cef4b5844fc26862dbda9d",
|
||||
"tar.gz" => "d2d908b49b6005e65dcc46cdc986603a19b7ff103119fce8ddd4648586d430a4",
|
||||
"tar.xz" => "01c2154a3a8e3c0818acbdbc1a956832c828a0380ce6d1d14fea495ea21804f0",
|
||||
"tar.bz2" => "4a0d7f402d07966b37a600796283f4ca4079d955d96d5bec024dd02009d8b4c5",
|
||||
"tar.gz" => "180c63a9647c0a50d438b6bd5c7a8e7a11bceee8ad613a59d3ef15151fc158d4",
|
||||
"tar.xz" => "da1a705c0bc46410e330fc6baa967666c8cd2985378fb9707c01a8e33b01d985",
|
||||
);
|
||||
|
||||
/* PHP 7.1 Release */
|
||||
$PHP_7_1_RC = '7.1.23RC1'; // Current RC version (e.g., '5.6.7RC1') or false
|
||||
$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
|
||||
$PHP_7_1_RC_DATE = "27 Sep 2018";
|
||||
|
||||
$PHP_7_1_VERSION = "7.1.22";
|
||||
$PHP_7_1_DATE = "13 Sep 2018";
|
||||
$PHP_7_1_VERSION = "7.1.23";
|
||||
$PHP_7_1_DATE = "11 Oct 2018";
|
||||
$PHP_7_1_SHA256 = array(
|
||||
'tar.bz2' => 'c8e91f19c8aa810ae95f228ff31cf0e4805cb89f4c10870ee12c85491b26e763',
|
||||
'tar.gz' => '1d275115593a33315647094a5a4ee9bd73c7960c08686cee35dc2e683a68b157',
|
||||
'tar.xz' => '9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d',
|
||||
'tar.bz2' => '2d79aa86d8f0faa760a712a1d7be50b57838a9770c1dff34020876630c2ecc4b',
|
||||
'tar.gz' => 'b839a4de32e6770d10b87c2495c070d09277fe61008804b2992466f0dcc5f0fa',
|
||||
'tar.xz' => '227a3c76133c3dc1cec937989456cbd89ed00e68e7260c651900dbe1f5b798bc',
|
||||
);
|
||||
|
||||
/* PHP 7.0 Release */
|
||||
|
||||
18
releases/7_1_23.php
Normal file
18
releases/7_1_23.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// $Id$
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7_1_23.php';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
site_header("PHP 7.1.23 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.1.23 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.1.23.
|
||||
This is a bugfix release.</p>
|
||||
|
||||
<p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.1.23 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.23">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer(); ?>
|
||||
18
releases/7_2_11.php
Normal file
18
releases/7_2_11.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// $Id$
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7_2_11.php';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
site_header("PHP 7.2.11 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.2.11 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.2.11.
|
||||
This is a bugfix release.</p>
|
||||
|
||||
<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.2.11 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.11">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer(); ?>
|
||||
Reference in New Issue
Block a user