Author: Derick Rethans (derickr) Date: 2021-12-16T15:18:19Z Commit: https://github.com/php/web-php/commit/bef1cbe9013d086573cd9a9e7edcd7949e68eadb Raw diff: https://github.com/php/web-php/commit/bef1cbe9013d086573cd9a9e7edcd7949e68eadb.diff
Go with PHP 7.4.27 Changed paths: A archive/entries/2021-12-16-1.xml A releases/7_4_27.php M ChangeLog-7.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index f40f29480..b3ff4af0d 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -8,6 +8,39 @@ ?> <a id="PHP_7_4"></a> +<section class="version" id="7.4.27"><!-- {{{ 7.4.27 --> +<h3>Version 7.4.27</h3> +<b><?php release_date('16-Dec-2021'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(81626); ?> (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(81513); ?> (Future possibility for heap overflow in FPM zlog).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(71316); ?> (libpng warning from imagecreatefromstring).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(75725); ?> (./configure: detecting RAND_egd).</li> +</ul></li> +<li>PCRE: +<ul> + <li><?php bugfix(74604); ?> (Out of bounds in php_pcre_replace_impl).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(81618); ?> (dns_get_record fails on FreeBSD for missing type).</li> + <li><?php bugfix(81659); ?> (stream_get_contents() may unnecessarily overallocate).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.4.26"><!-- {{{ 7.4.26 --> <h3>Version 7.4.26</h3> <b><?php release_date('18-Nov-2021'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index fc605d74d..50cde344c 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2021-12-16-1.xml"/> <xi:include href="entries/2021-12-13-1.xml"/> <xi:include href="entries/2021-11-25-1.xml"/> <xi:include href="entries/2021-11-22-1.xml"/> diff --git a/archive/entries/2021-12-16-1.xml b/archive/entries/2021-12-16-1.xml new file mode 100644 index 000000000..8a077a11b --- /dev/null +++ b/archive/entries/2021-12-16-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.4.27 Released!</title> + <id>https://www.php.net/archive/2021.php#2021-12-16-1</id> + <published>2021-12-16T15:16:26+00:00</published> + <updated>2021-12-16T15:16:26+00:00</updated> + <link href="https://www.php.net/index.php#id2021-12-16-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2021.php#2021-12-16-1" 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.27. This is a bug fix release.</p> + +<p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.4.27 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.27">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 472f2c431..911801fe6 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -440,6 +440,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.26' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_26.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '18 Nov 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.26.tar.gz', + 'name' => 'PHP 7.4.26 (tar.gz)', + 'sha256' => '890a7e730f96708a68a77b19fd57fec33cc81573f7249111c870edac42b91a72', + 'date' => '18 Nov 2021', + ), + 1 => + array ( + 'filename' => 'php-7.4.26.tar.bz2', + 'name' => 'PHP 7.4.26 (tar.bz2)', + 'sha256' => 'd68b88a8f8a437648affcc7793e5e062fa0ec5171f7fd0af385b12c78b1c004d', + 'date' => '18 Nov 2021', + ), + 2 => + array ( + 'filename' => 'php-7.4.26.tar.xz', + 'name' => 'PHP 7.4.26 (tar.xz)', + 'sha256' => 'e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8', + 'date' => '18 Nov 2021', + ), + ), + 'museum' => false, + ), '7.3.33' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 2eb95d66c..4c2707b6d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $data['7.4'] = [ - 'version' => '7.4.26', - 'date' => '18 Nov 2021', - 'tags' => ['security'], // Set to ['security'] for security releases + 'version' => '7.4.27', + 'date' => '16 Dec 2021', + 'tags' => [], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => '890a7e730f96708a68a77b19fd57fec33cc81573f7249111c870edac42b91a72', - 'tar.bz2' => 'd68b88a8f8a437648affcc7793e5e062fa0ec5171f7fd0af385b12c78b1c004d', - 'tar.xz' => 'e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8', + 'tar.gz' => '564fd5bc9850370db0cb4058d9087f2f40177fa4921ce698a375416db9ab43ca', + 'tar.bz2' => '184aaef313fbf28c9987f6aa07b655cd1b0eae9e7e17061775a3e7d880185563', + 'tar.xz' => '3f8b937310f155822752229c2c2feb8cc2621e25a728e7b94d0d74c128c43d0c', ] ]; diff --git a/releases/7_4_27.php b/releases/7_4_27.php new file mode 100644 index 000000000..dfacc4c99 --- /dev/null +++ b/releases/7_4_27.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_4_27.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.4.27 Release Announcement'); +?> +<h1>PHP 7.4.27 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.4.27. This is a bug fix release.</p> + +<p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.4.27 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.27">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php