Commit: 4a96d3ac826cf995e1a7f89c6cf7e02308977bac Author: Christoph M. Becker <[email protected]> Thu, 9 Jul 2020 15:32:08 +0200 Parents: 00b150cc88f226c65dc0f97774805c6f58c5d3c2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4a96d3ac826cf995e1a7f89c6cf7e02308977bac Log: Announce PHP 7.3.20 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-07-09-2.xml M include/releases.inc M include/version.inc A releases/7_3_20.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 10873557e..84dc9db9a 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -924,6 +924,48 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_3"></a> +<section class="version" id="7.3.20"><!-- {{{ 7.3.20 --> +<h3>Version 7.3.20</h3> +<b><?php release_date('09-Jul-2020'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(79650); ?> (php-win.exe 100% cpu lockup).</li> + <li><?php bugfix(79668); ?> (get_defined_functions(true) may miss functions).</li> + <li>Fixed possibly unsupported timercmp() usage.</li> +</ul></li> +<li>Exif: +<ul> + <li><?php bugfix(79687); ?> (Sony picture - PHP Warning - Make, Model, MakerNotes).</li> +</ul></li> +<li>Filter: +<ul> + <li><?php bugfix(73527); ?> (Invalid memory access in php_filter_strip).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(79676); ?> (imagescale adds black border with IMG_BICUBIC).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(62890); ?> (default_socket_timeout=-1 causes connection to timeout).</li> +</ul></li> +<li>PDO SQLite: +<ul> + <li><?php bugfix(79664); ?> (PDOStatement::getColumnMeta fails on empty result set).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(79710); ?> (Reproducible segfault in error_handler during GC involved an SplFileObject).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(74267); ?> (segfault with streams and invalid data).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.3.19"><!-- {{{ 7.3.19 --> <h3>Version 7.3.19</h3> <b><?php release_date('11-Jun-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index f323910d3..be29a84f8 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2020-07-09-2.xml"/> <xi:include href="entries/2020-07-09-1.xml"/> <xi:include href="entries/2020-06-25-1.xml"/> <xi:include href="entries/2020-06-24-1.xml"/> diff --git a/archive/entries/2020-07-09-2.xml b/archive/entries/2020-07-09-2.xml new file mode 100644 index 000000000..5430f1ee3 --- /dev/null +++ b/archive/entries/2020-07-09-2.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.3.20 Released!</title> + <id>https://www.php.net/archive/2020.php#2020-07-09-2</id> + <published>2020-07-09T13:26:32+00:00</published> + <updated>2020-07-09T13:26:32+00:00</updated> + <link href="https://www.php.net/index.php#id2020-07-09-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-07-09-2" rel="via" type="text/html"/> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 7.3.20. This is a security release impacting the +<a href="https://windows.php.net/">official Windows builds</a> of PHP.</p> + +<p>For windows users running an official build, this release contains a +patched version of <a href="https://curl.haxx.se">libcurl</a> addressing +<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>.</p> + +<p>For all other consumers of PHP, this is a bug fix release.</p> + +<p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.3.20 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.20">ChangeLog</a>. +</p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index db6f810fd..e6563e575 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.19' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_19.php', + ), + 'tags' => + array ( + ), + 'date' => '11 Jun 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.19.tar.bz2', + 'name' => 'PHP 7.3.19 (tar.bz2)', + 'sha256' => '0d9c1e31e29fb46ff660b48051d169d50cb0285e611d16591449d578320d34a5', + 'date' => '11 Jun 2020', + ), + 1 => + array ( + 'filename' => 'php-7.3.19.tar.gz', + 'name' => 'PHP 7.3.19 (tar.gz)', + 'sha256' => '809126b46d62a1a06c2d5a0f9d7ba61aba40e165f24d2d185396d0f9646d3280', + 'date' => '11 Jun 2020', + ), + 2 => + array ( + 'filename' => 'php-7.3.19.tar.xz', + 'name' => 'PHP 7.3.19 (tar.xz)', + 'sha256' => '6402faa19b1a8c4317c7612632bce985684a5bbae0980a5779a4019439882422', + 'date' => '11 Jun 2020', + ), + ), + 'museum' => false, + ), '7.4.6' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b56a04db8..4aaa808e9 100644 --- a/include/version.inc +++ b/include/version.inc @@ -27,13 +27,13 @@ $RELEASES = (function() { ); /* PHP 7.3 Release */ - $PHP_7_3_VERSION = "7.3.19"; - $PHP_7_3_DATE = "11 Jun 2020"; - $PHP_7_3_TAGS = []; // Set to ['security'] for security releases. + $PHP_7_3_VERSION = "7.3.20"; + $PHP_7_3_DATE = "09 Jul 2020"; + $PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_3_SHA256 = array( - "tar.bz2" => "0d9c1e31e29fb46ff660b48051d169d50cb0285e611d16591449d578320d34a5", - "tar.gz" => "809126b46d62a1a06c2d5a0f9d7ba61aba40e165f24d2d185396d0f9646d3280", - "tar.xz" => "6402faa19b1a8c4317c7612632bce985684a5bbae0980a5779a4019439882422", + "tar.bz2" => "c6ed7894911acfe075381c01b07745d92e9259fac510a849f742edb6b95c89de", + "tar.gz" => "d0579b8a6bcdd5e1ae334d83261f2389b0d3d4fd54cc808e20a5031121f97d87", + "tar.xz" => "43292046f6684eb13acb637276d4aa1dd9f66b0b7045e6f1493bc90db389b888", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_20.php b/releases/7_3_20.php new file mode 100644 index 000000000..45d4f547f --- /dev/null +++ b/releases/7_3_20.php @@ -0,0 +1,21 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.3.20.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.3.20 Release Announcement'); +?> +<p>The PHP development team announces the immediate availability of PHP 7.3.20. This is a security release impacting the +<a href="https://windows.php.net/">official Windows builds</a> of PHP.</p> + +<p>For windows users running an official build, this release contains a +patched version of <a href="https://curl.haxx.se">libcurl</a> addressing +<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>.</p> + +<p>For all other consumers of PHP, this is a bug fix release.</p> + +<p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.3.20 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.20">ChangeLog</a>. +</p> +<?php site_footer(); \ No newline at end of file -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
