Commit: 61cfbec49e27ed5cf326f349556d35387703ca61 Author: Derick Rethans <[email protected]> Thu, 4 Feb 2021 11:20:41 +0000 Parents: f45799842d975ab03d519c7c8722ea39744ec688 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=61cfbec49e27ed5cf326f349556d35387703ca61 Log: Go with 7.4.15 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2021-02-04-2.xml M include/releases.inc M include/version.inc A releases/7_4_15.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index ae70acdcc..d605d790f 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -12,6 +12,43 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_4"></a> +<section class="version" id="7.4.15"><!-- {{{ 7.4.15 --> +<h3>Version 7.4.15</h3> +<b><?php release_date('04-Feb-2021'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(80523); ?> (bogus parse error on >4GB source code).</li> + <li><?php bugfix(80384); ?> (filter buffers entire read until file closed).</li> +</ul></li> +<li>Curl: +<ul> + <li><?php bugfix(80595); ?> (Resetting POSTFIELDS to empty array breaks request).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(80376); ?> (last day of the month causes runway cpu usage.</li> +</ul></li> +<li>MySQLi: +<ul> + <li><?php bugfix(67983); ?> (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns).</li> + <li><?php bugfix(64638); ?> (Fetching resultsets from stored procedure with cursor fails).</li> + <li><?php bugfix(72862); ?> (segfault using prepared statements on stored procedures that use a cursor).</li> + <li><?php bugfix(77935); ?> (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(77565); ?> (Incorrect locator detection in ZIP-based phars).</li> + <li><?php bugfix(69279); ?> (Compressed ZIP Phar extractTo() creates garbage files).</li> +</ul></li> +<li>SOAP: +<ul> + <li><?php bugfix(80672); ?> (Null Dereference in SoapClient). (CVE-2021-21702)</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.4.14"><!-- {{{ 7.4.14 --> <h3>Version 7.4.14</h3> <b><?php release_date('07-Jan-2021'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 9015b8069..d55368251 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/2021-02-04-2.xml"/> <xi:include href="entries/2021-02-04-1.xml"/> <xi:include href="entries/2021-01-23-1.xml"/> <xi:include href="entries/2021-01-07-3.xml"/> diff --git a/archive/entries/2021-02-04-2.xml b/archive/entries/2021-02-04-2.xml new file mode 100644 index 000000000..4c1f14bfb --- /dev/null +++ b/archive/entries/2021-02-04-2.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.4.15 Released!</title> + <id>https://www.php.net/archive/2021.php#2021-02-04-2</id> + <published>2021-02-04T11:17:26+00:00</published> + <updated>2021-02-04T11:17:26+00:00</updated> + <link href="https://www.php.net/index.php#id2021-02-04-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2021.php#2021-02-04-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.4.15. This is a security release.</p> + +<p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.4.15 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.4.15">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 2e57a8bfd..37abf9119 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -41,6 +41,42 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.14' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_14.php', + ), + 'tags' => + array ( + ), + 'date' => '07 Jan 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.14.tar.gz', + 'name' => 'PHP 7.4.14 (tar.gz)', + 'sha256' => 'd359183e2436f4ab30b70d4fbd881b5705a46b2e68cc6069fe91cd63d6e98e13', + 'date' => '07 Jan 2021', + ), + 1 => + array ( + 'filename' => 'php-7.4.14.tar.bz2', + 'name' => 'PHP 7.4.14 (tar.bz2)', + 'sha256' => '6889ca0605adee3aa7077508cd79fcef1dbd88461cdf25e7c1a86997b8d0a1f6', + 'date' => '07 Jan 2021', + ), + 2 => + array ( + 'filename' => 'php-7.4.14.tar.xz', + 'name' => 'PHP 7.4.14 (tar.xz)', + 'sha256' => 'f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886', + 'date' => '07 Jan 2021', + ), + ), + 'museum' => false, + ), '7.3.26' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 191608198..6d95d6e2d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $data['7.4'] = [ - 'version' => '7.4.14', - 'date' => '07 Jan 2021', + 'version' => '7.4.15', + 'date' => '04 Feb 2021', 'tags' => [], 'sha256' => [ - 'tar.gz' => 'd359183e2436f4ab30b70d4fbd881b5705a46b2e68cc6069fe91cd63d6e98e13', - 'tar.bz2' => '6889ca0605adee3aa7077508cd79fcef1dbd88461cdf25e7c1a86997b8d0a1f6', - 'tar.xz' => 'f9f3c37969fcd9006c1dbb1dd76ab53f28c698a1646fa2dde8547c3f45e02886', + 'tar.gz' => 'c7403988b69212335dec79e869abe9dbb23d60ea7f6eb16fd6ff99ed6b5f1c87', + 'tar.bz2' => '1bd7be0293446c3d3cbe3c9fae6045119af0798fb0869db61932796dc23a7757', + 'tar.xz' => '9b859c65f0cf7b3eff9d4a28cfab719fb3d36a1db3c20d874a79b5ec44d43cb8', ] ]; diff --git a/releases/7_4_15.php b/releases/7_4_15.php new file mode 100644 index 000000000..9123c892a --- /dev/null +++ b/releases/7_4_15.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.4.15.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.4.15 Release Announcement'); +?> +<h1>PHP 7.4.15 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.4.15. This is a security release.</p> + +<p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.4.15 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.4.15">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
