mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
7.2.20 annoucement
This commit is contained in:
@@ -849,6 +849,47 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
<!-- }}} --></section>
|
||||
|
||||
<a name="PHP_7_2"></a>
|
||||
|
||||
<section class="version" id="7.2.20"><!-- {{{ 7.2.20 -->
|
||||
<h3>Version 7.2.20</h3>
|
||||
<b><?php release_date('04-Jul-2019'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(76980); ?> (Interface gets skipped if autoloader throws an exception).</li>
|
||||
</ul></li>
|
||||
<li>DOM:
|
||||
<ul>
|
||||
<li><?php bugfix(78025); ?> (segfault when accessing properties of DOMDocumentType).</li>
|
||||
</ul></li>
|
||||
<li>MySQLi:
|
||||
<ul>
|
||||
<li><?php bugfix(77956); ?> (When mysqli.allow_local_infile = Off, use a meaningful error message).</li>
|
||||
<li><?php bugfix(38546); ?> (bindParam incorrect processing of bool types).</li>
|
||||
</ul></li>
|
||||
<li>Opcache:
|
||||
<ul>
|
||||
<li><?php bugfix(78106); ?> (Path resolution fails if opcache disabled during request).</li>
|
||||
</ul></li>
|
||||
<li>OpenSSL:
|
||||
<ul>
|
||||
<li><?php bugfix(78079); ?> (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).</li>
|
||||
</ul></li>
|
||||
<li>Sockets:
|
||||
<ul>
|
||||
<li><?php bugfix(78038); ?> (Socket_select fails when resource array contains references).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(77135); ?> (Extract with EXTR_SKIP should skip $this).</li>
|
||||
<li><?php bugfix(77937); ?> (preg_match failed).</li>
|
||||
</ul></li>
|
||||
<li>Zip:
|
||||
<ul>
|
||||
<li><?php bugfix(76345); ?> (zip.h not found).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
<section class="version" id="7.2.19"><!-- {{{ 7.2.19 -->
|
||||
<h3>Version 7.2.19</h3>
|
||||
<b><?php release_date('30-May-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-07-04-2.xml"/>
|
||||
<xi:include href="entries/2019-07-04-1.xml"/>
|
||||
<xi:include href="entries/2019-06-26-1.xml"/>
|
||||
<xi:include href="entries/2019-06-24-1.xml"/>
|
||||
|
||||
24
archive/entries/2019-07-04-2.xml
Normal file
24
archive/entries/2019-07-04-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.20 Released</title>
|
||||
<id>http://php.net/archive/2019.php#id2019-07-04-2</id>
|
||||
<published>2019-07-04T09:14:21+00:00</published>
|
||||
<updated>2019-07-04T09:14:21+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-07-04-2" rel="alternate" type="text/html"/>
|
||||
<link href="http://php.net/archive/2019.php#id2019-07-04-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.20.
|
||||
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.20 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.20">ChangeLog</a>.
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,43 @@
|
||||
$OLDRELEASES = array (
|
||||
7 =>
|
||||
array (
|
||||
'7.2.19' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/19.php',
|
||||
),
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.2.19.tar.bz2',
|
||||
'name' => 'PHP 7.2.19 (tar.bz2)',
|
||||
'sha256' => 'ebd0b1f375fe07ed4925acc213d2f5ef76a61bd5de174e7b666b98421a90a099',
|
||||
'date' => '30 May 2019',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.2.19.tar.gz',
|
||||
'name' => 'PHP 7.2.19 (tar.gz)',
|
||||
'sha256' => '1cd2266a058f3224d3cba594540045542606996f026eeef96747f27f6b3d22b6',
|
||||
'date' => '30 May 2019',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.2.19.tar.xz',
|
||||
'name' => 'PHP 7.2.19 (tar.xz)',
|
||||
'sha256' => '4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282',
|
||||
'date' => '30 May 2019',
|
||||
),
|
||||
),
|
||||
'date' => '30 May 2019',
|
||||
'museum' => false,
|
||||
'tags' =>
|
||||
array (
|
||||
0 => 'security',
|
||||
),
|
||||
),
|
||||
'7.3.6' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -27,13 +27,13 @@ $RELEASES = (function() {
|
||||
);
|
||||
|
||||
/* PHP 7.2 Release */
|
||||
$PHP_7_2_VERSION = "7.2.19";
|
||||
$PHP_7_2_DATE = "30 May 2019";
|
||||
$PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases.
|
||||
$PHP_7_2_VERSION = "7.2.20";
|
||||
$PHP_7_2_DATE = "04 Jul 2019";
|
||||
$PHP_7_2_TAGS = ['']; // Set to ['security'] for security releases.
|
||||
$PHP_7_2_SHA256 = array(
|
||||
"tar.bz2" => "ebd0b1f375fe07ed4925acc213d2f5ef76a61bd5de174e7b666b98421a90a099",
|
||||
"tar.gz" => "1cd2266a058f3224d3cba594540045542606996f026eeef96747f27f6b3d22b6",
|
||||
"tar.xz" => "4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282",
|
||||
"tar.bz2" => "9fb829e54e54c483ae8892d1db0f7d79115cc698f2f3591a8a5e58d9410dca84",
|
||||
"tar.gz" => "d1dbf6f299514c9aa55b2995928b798b27c21811a0447f0688993cdf36be0749",
|
||||
"tar.xz" => "eff09da83e235c2ba25c85deea1d4f663bd71d50fd51ad11e1acebe26d733494",
|
||||
);
|
||||
|
||||
/* PHP 7.1 Release */
|
||||
|
||||
17
releases/7_2_20.php
Normal file
17
releases/7_2_20.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7_2_20.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header("PHP 7.2.20 Release Announcement");
|
||||
?>
|
||||
<h1>PHP 7.2.20 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.2.20.
|
||||
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.20 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.20">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer(); ?>
|
||||
Reference in New Issue
Block a user