Commit: f5fe3d0e47545506577ef1852f103f40ccbafdca Author: Christoph M. Becker <[email protected]> Thu, 14 May 2020 10:28:29 +0200 Parents: e04c998d8eb3069eeb4ac9e6573e218ae097c5d0 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f5fe3d0e47545506577ef1852f103f40ccbafdca Log: Announce 7.3.18 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-05-14-2.xml M include/releases.inc M include/version.inc A releases/7_3_18.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 309040762..cc0b0b9c6 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -829,6 +829,51 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_3"></a> +<section class="version" id="7.3.18"><!-- {{{ 7.3.18 --> +<h3>Version 7.3.18</h3> +<b><?php release_date('14-May-2020'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(78875); ?> (Long filenames cause OOM and temp files are not cleaned). (CVE-2019-11048)</li> + <li><?php bugfix(78876); ?> (Long variables in multipart/form-data cause OOM and temp files are not cleaned). (CVE-2019-11048)</li> + <li><?php bugfix(79434); ?> (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference on !CS constant).</li> + <li><?php bugfix(79477); ?> (casting object into array creates references).</li> + <li><?php bugfix(79470); ?> (PHP incompatible with 3rd party file system on demand).</li> + <li><?php bugfix(78784); ?> (Unable to interact with files inside a VFS for Git repository).</li> +</ul></li> +<li>DOM: +<ul> + <li><?php bugfix(78221); ?> (DOMNode::normalize() doesn't remove empty text nodes).</li> +</ul></li> +<li>FCGI: +<ul> + <li><?php bugfix(79491); ?> (Search for .user.ini extends up to root dir).</li> +</ul></li> +<li>MBString: +<ul> + <li><?php bugfix(79441); ?> (Segfault in mb_chr() if internal encoding is unsupported).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(79497); ?> (stream_socket_client() throws an unknown error sometimes with <1s timeout).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(79503); ?> (Memory leak on duplicate metadata).</li> +</ul></li> +<li>SimpleXML: +<ul> + <li><?php bugfix(79528); ?> (Different object of the same xml between 7.4.5 and 7.4.4).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(79468); ?> (SIGSEGV when closing stream handle with a stream filter appended).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.3.17"><!-- {{{ 7.3.17 --> <h3>Version 7.3.17</h3> <b><?php release_date('16-Apr-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 3a6bc6c52..53e43fc2c 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-05-14-2.xml"/> <xi:include href="entries/2020-05-14-1.xml"/> <xi:include href="entries/2020-04-29-1.xml"/> <xi:include href="entries/2020-04-17-1.xml"/> diff --git a/archive/entries/2020-05-14-2.xml b/archive/entries/2020-05-14-2.xml new file mode 100644 index 000000000..5a0eefe90 --- /dev/null +++ b/archive/entries/2020-05-14-2.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.3.18 Released</title> + <id>https://www.php.net/archive/2020.php#2020-05-14-2</id> + <published>2020-05-14T08:26:30+00:00</published> + <updated>2020-05-14T08:26:30+00:00</updated> + <link href="https://www.php.net/index.php#id2020-05-14-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-05-14-2" rel="via" type="text/html"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.3.18 This is a security release which also contains several bug fixes.</p> + + <p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.3.18 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.18">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 9005b15c1..5a456ac91 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.17' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_17.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '16 Apr 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.17.tar.bz2', + 'name' => 'PHP 7.3.17 (tar.bz2)', + 'sha256' => 'd83e90d9024c999f209933732ed4e1d0e7295a67c66ab79490898ea0a4a29709', + 'date' => '16 Apr 2020', + ), + 1 => + array ( + 'filename' => 'php-7.3.17.tar.gz', + 'name' => 'PHP 7.3.17 (tar.gz)', + 'sha256' => '0dd484382b8f17dfa8afd44236a5ccf374e1f03de06ef826ebcbda98eadc7bda', + 'date' => '16 Apr 2020', + ), + 2 => + array ( + 'filename' => 'php-7.3.17.tar.xz', + 'name' => 'PHP 7.3.17 (tar.xz)', + 'sha256' => '6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8', + 'date' => '16 Apr 2020', + ), + ), + 'museum' => false, + ), '7.2.30' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b6c523eeb..3bcf4d6f4 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.17"; - $PHP_7_3_DATE = "16 Apr 2020"; + $PHP_7_3_VERSION = "7.3.19"; + $PHP_7_3_DATE = "14 May 2020"; $PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_3_SHA256 = array( - "tar.bz2" => "d83e90d9024c999f209933732ed4e1d0e7295a67c66ab79490898ea0a4a29709", - "tar.gz" => "0dd484382b8f17dfa8afd44236a5ccf374e1f03de06ef826ebcbda98eadc7bda", - "tar.xz" => "6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8", + "tar.bz2" => "749d21f65deb57153b575f846705f5db54732c6b672e80612b29dcf1a53be8a4", + "tar.gz" => "3211d5d6ea8a27c2794498a551bf26e334bc2b986741971809c9bb650eaa47a3", + "tar.xz" => "7b3e2479a8d6fd7666dcdef8aec50d49c4599cc6ee86e48d41724cfd99cc9e58", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_18.php b/releases/7_3_18.php new file mode 100644 index 000000000..8140f6942 --- /dev/null +++ b/releases/7_3_18.php @@ -0,0 +1,19 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_3_18.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header("PHP 7.3.18 Release Announcement"); +?> + + <h1>PHP 7.3.18 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.3.18 This is a security release which also contains several bug fixes.</p> + + <p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.3.18 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.18">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
