Commit: 8ca4cff3bbedc3b7d1adf66af8f123b3c7890fe6 Author: Derick Rethans <[email protected]> Thu, 16 Apr 2020 10:48:03 +0100 Parents: 8066ba54615d0fd769842023e449d9926fdd1356 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8ca4cff3bbedc3b7d1adf66af8f123b3c7890fe6 Log: Announce 7.4.5 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-04-16-2.xml M include/releases.inc M include/version.inc A releases/7_4_5.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 82f383548..8091e9f52 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -11,6 +11,71 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a href="#PHP_7_1">7.1</a> | <a href="#PHP_7_0">7.0</a> <a name="PHP_7_4"></a> +<section class="version" id="7.4.5"><!-- {{{ 7.4.5 --> +<h3>Version 7.4.5</h3> +<b><?php release_date('16-Apr-2020'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(79364); ?> (When copy empty array, next key is unspecified).</li> + <li><?php bugfix(78210); ?> (Invalid pointer address).</li> +</ul></li> +<li>CURL: +<ul> + <li><?php bugfix(79199); ?> (curl_copy_handle() memory leak).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(79396); ?> (DateTime hour incorrect during DST jump forward).</li> + <li><?php bugfix(74940); ?> (DateTimeZone loose comparison always true).</li> +</ul></li> +<li>FPM: +<ul> + <li>Implement request <?php bugl(77062); ?> (Allow numeric [UG]ID in FPM listen.{owner,group}) (Andre Nathan)</li> +</ul></li> +<li>Iconv: +<ul> + <li><?php bugfix(79200); ?> (Some iconv functions cut Windows-1258).</li> +</ul></li> +<li>OPcache: +<ul> + <li><?php bugfix(79412); ?> (Opcache chokes and uses 100% CPU on specific script).</li> +</ul></li> +<li>Session: +<ul> + <li><?php bugfix(79413); ?> (session_create_id() fails for active sessions).</li> +</ul></li> +<li>Shmop: +<ul> + <li><?php bugfix(79427); ?> (Integer Overflow in shmop_open()).</li> +</ul></li> +<li>SimpleXML: +<ul> + <li><?php bugfix(61597); ?> (SXE properties may lack attributes and content).</li> +</ul></li> +<li>SOAP: +<ul> + <li><?php bugfix(79357); ?> (SOAP request segfaults when any request parameter is missing).</li> +</ul></li> +<li>Spl: +<ul> + <li><?php bugfix(75673); ?> (SplStack::unserialize() behavior).</li> + <li><?php bugfix(79393); ?> (Null coalescing operator failing with SplFixedArray).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(79330); ?> (shell_exec() silently truncates after a null byte).</li> + <li><?php bugfix(79410); ?> (system() swallows last chunk if it is exactly 4095 bytes without newline).</li> + <li><?php bugfix(79465); ?> (OOB Read in urldecode()). (CVE-2020-7067)</li> +</ul></li> +<li>Zip: +<ul> + <li><?php bugfix(79296); ?> (ZipArchive::open fails on empty file).</li> + <li><?php bugfix(79424); ?> (php_zip_glob uses gl_pathc after call to globfree).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + <section class="version" id="7.4.4"><!-- {{{ 7.4.4 --> <h3>Version 7.4.4</h3> <b><?php release_date('19-Mar-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 3a7c7dba8..d3393b8d4 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-04-16-2.xml"/> <xi:include href="entries/2020-04-16-1.xml"/> <xi:include href="entries/2020-04-14-1.xml"/> <xi:include href="entries/2020-03-19-3.xml"/> diff --git a/archive/entries/2020-04-16-2.xml b/archive/entries/2020-04-16-2.xml new file mode 100644 index 000000000..c952ac11d --- /dev/null +++ b/archive/entries/2020-04-16-2.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.4.5 Released</title> + <id>https://www.php.net/archive/2020.php#2020-04-16-2</id> + <published>2020-04-16T09:46:52+00:00</published> + <updated>2020-04-16T09:46:52+00:00</updated> + <link href="https://www.php.net/index.php#id2020-04-16-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-04-16-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.4.5. This is a security release which also contains several bug fixes.</p> + + <p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.4.5 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.4.5">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index fe7e8392b..9a69e30ce 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.4.4' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_4.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '19 Mar 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.4.tar.bz2', + 'name' => 'PHP 7.4.4 (tar.bz2)', + 'sha256' => '308e8f4182ec8a2767b0b1b8e1e7c69fb149b37cfb98ee4a37475e082fa9829f', + 'date' => '19 Mar 2020', + ), + 1 => + array ( + 'filename' => 'php-7.4.4.tar.gz', + 'name' => 'PHP 7.4.4 (tar.gz)', + 'sha256' => '1581b3e10c7854597e1086937d5753cdf92d132865c06a50aed4f4f407138616', + 'date' => '19 Mar 2020', + ), + 2 => + array ( + 'filename' => 'php-7.4.4.tar.xz', + 'name' => 'PHP 7.4.4 (tar.xz)', + 'sha256' => '1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c', + 'date' => '19 Mar 2020', + ), + ), + 'museum' => false, + ), '7.3.16' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 69970475c..8f762568d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,13 +17,13 @@ */ $RELEASES = (function() { /* PHP 7.4 Release */ - $PHP_7_4_VERSION = "7.4.4"; - $PHP_7_4_DATE = "19 Mar 2020"; + $PHP_7_4_VERSION = "7.4.5"; + $PHP_7_4_DATE = "16 Apr 2020"; $PHP_7_4_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_4_SHA256 = array( - "tar.gz" => "1581b3e10c7854597e1086937d5753cdf92d132865c06a50aed4f4f407138616", - "tar.bz2" => "308e8f4182ec8a2767b0b1b8e1e7c69fb149b37cfb98ee4a37475e082fa9829f", - "tar.xz" => "1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c", + "tar.gz" => "1ef619411b0bd68c0fbfd2a6c622ad6bc524d0bceb8476fb9807a23a0fe9a343", + "tar.bz2" => "39daa533d5b63c3394da711dc12867dd76c2ec31c940bbba16f14e577df13d6f", + "tar.xz" => "d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c", ); /* PHP 7.3 Release */ diff --git a/releases/7_4_5.php b/releases/7_4_5.php new file mode 100644 index 000000000..aac6c1536 --- /dev/null +++ b/releases/7_4_5.php @@ -0,0 +1,17 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.4.5.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header("PHP 7.4.5 Release Announcement"); +?> + +<p>The PHP development team announces the immediate availability of PHP +7.4.5. This is a security release which also contains several bug fixes.</p> + +<p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.4.5 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.4.5">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
