Commit: 5b900a8dddc6c723ebc387cf80258ca89d41367f Author: Derick Rethans <[email protected]> Thu, 11 Jun 2020 15:14:16 +0100 Parents: 807d03cd336c4b4e3e5b678a114fb9ee7e84ade5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5b900a8dddc6c723ebc387cf80258ca89d41367f Log: Announce 7.4.7 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-06-11-2.xml M include/releases.inc M include/version.inc A releases/7_4_7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 2ce36a6f8..d53a2e78a 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -11,6 +11,38 @@ 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.7"><!-- {{{ 7.4.7 --> +<h3>Version 7.4.7</h3> +<b><?php release_date('11-Jun-2020'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(79599); ?> (coredump in set_error_handler).</li> + <li><?php bugfix(79566); ?> (Private SHM is not private on Windows).</li> + <li><?php bugfix(79489); ?> (.user.ini does not inherit).</li> + <li><?php bugfix(79600); ?> (Regression in 7.4.6 when yielding an array based generator).</li> + <li><?php bugfix(79657); ?> ("yield from" hangs when invalid value encountered).</li> +</ul></li> +<li>FFI: +<ul> + <li><?php bugfix(79571); ?> (FFI: var_dumping unions may segfault).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(79615); ?> (Wrong GIF header written in GD GIFEncode).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(79588); ?> (Boolean opcache settings ignore on/off values).</li> + <li><?php bugfix(79548); ?> (Preloading segfault with inherited method using static variable).</li> + <li><?php bugfix(79603); ?> (RTD collision with opcache).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(79561); ?> (dns_get_record() fails with DNS_ALL).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.4.6"><!-- {{{ 7.4.6 --> <h3>Version 7.4.6</h3> <b><?php release_date('14-May-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 394239914..e86979fe2 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-06-11-2.xml"/> <xi:include href="entries/2020-06-11-1.xml"/> <xi:include href="entries/2020-05-27-1.xml"/> <xi:include href="entries/2020-05-19-1.xml"/> diff --git a/archive/entries/2020-06-11-2.xml b/archive/entries/2020-06-11-2.xml new file mode 100644 index 000000000..fc66ef547 --- /dev/null +++ b/archive/entries/2020-06-11-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.7 Released!</title> + <id>https://www.php.net/archive/2020.php#2020-06-11-2</id> + <published>2020-06-11T14:13:17+00:00</published> + <updated>2020-06-11T14:13:17+00:00</updated> + <link href="https://www.php.net/index.php#id2020-06-11-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-06-11-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.7. This release 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.7 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.6">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 43f6a735d..db6f810fd 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.4.6' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_6.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '14 May 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.6.tar.bz2', + 'name' => 'PHP 7.4.6 (tar.bz2)', + 'sha256' => 'a6ed9475695d2056322a3f2c00fee61a122a7fce138a0e25694320c5dd1d2348', + 'date' => '14 May 2020', + ), + 1 => + array ( + 'filename' => 'php-7.4.6.tar.gz', + 'name' => 'PHP 7.4.6 (tar.gz)', + 'sha256' => '2a37bab4e308c4e3867083137b7cce4a3f1d996ae231b383c1a83609cec3fed0', + 'date' => '14 May 2020', + ), + 2 => + array ( + 'filename' => 'php-7.4.6.tar.xz', + 'name' => 'PHP 7.4.6 (tar.xz)', + 'sha256' => 'd740322f84f63019622b9f369d64ea5ab676547d2bdcf12be77a5a4cffd06832', + 'date' => '14 May 2020', + ), + ), + 'museum' => false, + ), '7.3.18' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index e5234ddd2..b56a04db8 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.6"; - $PHP_7_4_DATE = "14 May 2020"; - $PHP_7_4_TAGS = ['security']; // Set to ['security'] for security releases. + $PHP_7_4_VERSION = "7.4.7"; + $PHP_7_4_DATE = "11 June 2020"; + $PHP_7_4_TAGS = []; // Set to ['security'] for security releases. $PHP_7_4_SHA256 = array( - "tar.gz" => "2a37bab4e308c4e3867083137b7cce4a3f1d996ae231b383c1a83609cec3fed0", - "tar.bz2" => "a6ed9475695d2056322a3f2c00fee61a122a7fce138a0e25694320c5dd1d2348", - "tar.xz" => "d740322f84f63019622b9f369d64ea5ab676547d2bdcf12be77a5a4cffd06832", + "tar.gz" => "a554a510190e726ebe7157fb00b4aceabdb50c679430510a3b93cbf5d7546e44", + "tar.bz2" => "800e0d01f359c8ec41540925c0d4a24c34d5f21ef6addd6d82ff4a52be23d87a", + "tar.xz" => "53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf", ); /* PHP 7.3 Release */ diff --git a/releases/7_4_7.php b/releases/7_4_7.php new file mode 100644 index 000000000..ac76e492d --- /dev/null +++ b/releases/7_4_7.php @@ -0,0 +1,18 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.4.7.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header("PHP 7.4.7 Release Announcement"); +?> +<h1>PHP 7.4.7 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +7.4.7. This release 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.7 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.6">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
