mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
Announce 7.4.10
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</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"/>
|
||||
|
||||
21
archive/entries/2020-09-03-2.xml
Normal file
21
archive/entries/2020-09-03-2.xml
Normal file
@@ -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>
|
||||
@@ -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' =>
|
||||
|
||||
@@ -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 */
|
||||
|
||||
14
releases/7_4_10.php
Normal file
14
releases/7_4_10.php
Normal file
@@ -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();
|
||||
Reference in New Issue
Block a user