Commit: de604a29d8249dfc98aee114301554bbb674e6fe Author: Derick Rethans <[email protected]> Thu, 3 Sep 2020 11:06:57 +0100 Parents: 11587b75a925f6923b4633b56a93f733aec2bbd1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=de604a29d8249dfc98aee114301554bbb674e6fe Log: Announce 7.4.10 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-09-03-2.xml M include/releases.inc M include/version.inc A releases/7_4_10.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 4c4fc9763..0382262ee 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -12,6 +12,63 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_4"></a> +<section class="version" id="7.4.10"><!-- {{{ 7.4.10 --> +<h3>Version 7.4.10</h3> +<b><?php release_date('03-Sep-2020'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(79884); ?> (PHP_CONFIG_FILE_PATH is meaningless).</li> + <li><?php bugfix(77932); ?> (File extensions are case-sensitive).</li> + <li><?php bugfix(79806); ?> (realpath() erroneously resolves link to link).</li> + <li><?php bugfix(79895); ?> (PHP_CHECK_GCC_ARG does not allow flags with equal sign).</li> + <li><?php bugfix(79919); ?> (Stack use-after-scope in define()).</li> + <li><?php bugfix(79934); ?> (CRLF-only line in heredoc causes parsing error).</li> + <li><?php bugfix(79947); ?> (Memory leak on invalid offset type in compound assignment).</li> +</ul></li> +<li>COM: +<ul> + <li><?php bugfix(48585); ?> (com_load_typelib holds reference, fails on second call).</li> +</ul></li> +<li>Exif: +<ul> + <li><?php bugfix(75785); ?> (Many errors from exif_read_data).</li> +</ul></li> +<li>Gettext: +<ul> + <li><?php bugfix(70574); ?> (Tests fail due to relying on Linux fallback behavior for gettext()).</li> +</ul></li> +<li>LDAP: +<ul> + <li>Fixed memory leaks.</li> +</ul></li> +<li>OPcache: +<ul> + <li><?php bugfix(73060); ?> (php failed with error after temp folder cleaned up).</li> + <li><?php bugfix(79917); ?> (File cache segfault with a static variable in inherited method).</li> +</ul></li> +<li>PDO: +<ul> + <li><?php bugfix(64705); ?> (errorInfo property of PDOException is null when PDO::__construct() fails).</li> +</ul></li> +<li>Session: +<ul> + <li><?php bugfix(79724); ?> (Return type does not match in ext/session/mod_mm.c).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(79930); ?> (array_merge_recursive() crashes when called with array with single reference).</li> + <li><?php bugfix(79944); ?> (getmxrr always returns true on Alpine linux).</li> + <li><?php bugfix(79951); ?> (Memory leak in str_replace of empty string).</li> +</ul></li> +<li>XML: +<ul> + <li><?php bugfix(79922); ?> (Crash after multiple calls to xml_parser_free()).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.4.9"><!-- {{{ 7.4.9 --> <h3>Version 7.4.9</h3> <b><?php release_date('06-Aug-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index f10142e91..8e16f37bf 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-09-03-2.xml"/> <xi:include href="entries/2020-09-03-1.xml"/> <xi:include href="entries/2020-08-21-1.xml"/> <xi:include href="entries/2020-08-06-4.xml"/> diff --git a/archive/entries/2020-09-03-2.xml b/archive/entries/2020-09-03-2.xml new file mode 100644 index 000000000..5be252433 --- /dev/null +++ b/archive/entries/2020-09-03-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.10 Released!</title> + <id>https://www.php.net/archive/2020.php#2020-09-03-2</id> + <published>2020-09-03T10:02:55+00:00</published> + <updated>2020-09-03T10:02:55+00:00</updated> + <link href="https://www.php.net/index.php#id2020-09-03-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-09-03-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.10. 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.10 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.10">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 27efb119d..e6ae21484 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.4.9' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_9.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '06 Aug 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.9.tar.bz2', + 'name' => 'PHP 7.4.9 (tar.bz2)', + 'sha256' => '2e270958a4216480da7886743438ccc92b6acf32ea96fefda88d07e0a5095deb', + 'date' => '06 Aug 2020', + ), + 1 => + array ( + 'filename' => 'php-7.4.9.tar.gz', + 'name' => 'PHP 7.4.9 (tar.gz)', + 'sha256' => 'c0c657b5769bc463f5f028b1f4fef8814d98ecf3459a402a9e30d41d68b2323e', + 'date' => '06 Aug 2020', + ), + 2 => + array ( + 'filename' => 'php-7.4.9.tar.xz', + 'name' => 'PHP 7.4.9 (tar.xz)', + 'sha256' => '23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b', + 'date' => '06 Aug 2020', + ), + ), + 'museum' => false, + ), '7.3.21' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 9c3c88bc0..d07e61f0a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -18,12 +18,12 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $PHP_7_4_VERSION = "7.4.9"; - $PHP_7_4_DATE = "06 Aug 2020"; - $PHP_7_4_TAGS = ['security']; // Set to ['security'] for security releases. + $PHP_7_4_DATE = "03 Sep 2020"; + $PHP_7_4_TAGS = []; // Set to ['security'] for security releases. $PHP_7_4_SHA256 = array( - "tar.gz" => "c0c657b5769bc463f5f028b1f4fef8814d98ecf3459a402a9e30d41d68b2323e", - "tar.bz2" => "2e270958a4216480da7886743438ccc92b6acf32ea96fefda88d07e0a5095deb", - "tar.xz" => "23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b", + "tar.gz" => "e720f1286f895ca37f1c75a2ca338ad2f2456664d7097298167181b25b212feb", + "tar.bz2" => "e90bfc9ed98d24e53b51ffd4eb636cf5cd9d71ed7c6f8e4b6e9981e9882174e7", + "tar.xz" => "c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010", ); /* PHP 7.3 Release */ diff --git a/releases/7_4_10.php b/releases/7_4_10.php new file mode 100644 index 000000000..173d76feb --- /dev/null +++ b/releases/7_4_10.php @@ -0,0 +1,14 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.4.10.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.4.10 Release Announcement'); +?> +<p>The PHP development team announces the immediate availability of PHP 7.4.10. 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.10 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.10">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
