1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Announce 7.4.1

This commit is contained in:
Derick Rethans
2019-12-18 11:41:39 +00:00
parent 87ec06a288
commit 2e5dee74b1
6 changed files with 156 additions and 5 deletions

View File

@@ -12,6 +12,74 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a name="PHP_7_4"></a>
<section class="version" id="7.4.1"><!-- {{{ 7.4.1 -->
<h3>Version 7.4.1</h3>
<b><?php release_date('19-Dec-2019'); ?></b>
<ul><li>Bcmath:
<ul>
<li><?php bugfix(78878); ?> (Buffer underflow in bc_shift_addsub).</li>
</ul></li>
<li>Core:
<ul>
<li><?php bugfix(78862); ?> (link() silently truncates after a null byte on Windows).</li>
<li><?php bugfix(78863); ?> (DirectoryIterator class silently truncates after a null byte).</li>
<li><?php bugfix(78943); ?> (mail() may release string with refcount==1 twice).</li>
<li><?php bugfix(78810); ?> (RW fetches do not throw "uninitialized property" exception).</li>
<li><?php bugfix(78868); ?> (Calling __autoload() with incorrect EG(fake_scope) value).</li>
<li><?php bugfix(78296); ?> (is_file fails to detect file).</li>
<li><?php bugfix(78883); ?> (fgets(STDIN) fails on Windows).</li>
<li><?php bugfix(78898); ?> (call_user_func(['parent', ...]) fails while other succeed).</li>
<li><?php bugfix(78904); ?> (Uninitialized property triggers __get()).</li>
<li><?php bugfix(78926); ?> (Segmentation fault on Symfony cache:clear).</li>
</ul></li>
<li>GD:
<ul>
<li><?php bugfix(78849); ?> (GD build broken with -D SIGNED_COMPARE_SLOW).</li>
<li><?php bugfix(78923); ?> (Artifacts when convoluting image with transparency).</li>
</ul></li>
<li>EXIF:
<ul>
<li><?php bugfix(78793); ?> (Use-after-free in exif parsing under memory sanitizer).</li>
<li><?php bugfix(78910); ?> (Heap-buffer-overflow READ in exif).</li>
</ul></li>
<li>FPM:
<ul>
<li><?php bugfix(76601); ?> (Partially working php-fpm ater incomplete reload).</li>
<li><?php bugfix(78889); ?> (php-fpm service fails to start).</li>
<li><?php bugfix(78916); ?> (php-fpm 7.4.0 don't send mail via mail()).</li>
</ul></li>
<li>Intl:
<ul>
<li>Implemented FR <?php bugl(78912); ?> (INTL Support for accounting format).</li>
</ul></li>
<li>Mysqlnd:
<ul>
<li><?php bugfix(78823); ?> (ZLIB_LIBS not added to EXTRA_LIBS).</li>
</ul></li>
<li>OPcache:
<ul>
<li>Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).</li>
<li><?php bugfix(78935); ?> (Preloading removes classes that have dependencies).</li>
</ul></li>
<li>PCRE:
<ul>
<li><?php bugfix(78853); ?> (preg_match() may return integer &gt; 1).</li>
</ul></li>
<li>Reflection:
<ul>
<li><?php bugfix(78895); ?> (Reflection detects abstract non-static class as abstract static. IS_IMPLICIT_ABSTRACT is not longer used).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(77638); ?> (var_export'ing certain class instances segfaults).</li>
<li><?php bugfix(78840); ?> (imploding $GLOBALS crashes).</li>
<li><?php bugfix(78833); ?> (Integer overflow in pack causes out-of-bound access).</li>
<li><?php bugfix(78814); ?> (strip_tags allows / in tag name =&gt; whitelist bypass).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.4.0"><!-- {{{ 7.4.0 -->
<h3>Version 7.4.0</h3>
<b><?php release_date('28-Nov-2019'); ?></b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2019-12-18-1.xml"/>
<xi:include href="entries/2019-12-12-1.xml"/>
<xi:include href="entries/2019-11-28-1.xml"/>
<xi:include href="entries/2019-11-27-1.xml"/>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.4.1 Released!</title>
<id>https://www.php.net/archive/2019.php#2019-12-18-1</id>
<published>2019-12-18T11:40:20+00:00</published>
<updated>2019-12-18T11:40:20+00:00</updated>
<link href="https://www.php.net/index.php#id2019-12-18-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2019.php#2019-12-18-1" 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">
<h1>PHP 7.4.1 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
7.4.1. This is a security release which also contains several bug fixes.</p>
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.4.1 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.1">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
7 =>
array (
'7.4.0' =>
array (
'announcement' =>
array (
'English' => '/releases/7_4_0.php',
),
'tags' =>
array (
),
'date' => '28 Nov 2019',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.4.0.tar.bz2',
'name' => 'PHP 7.4.0 (tar.bz2)',
'sha256' => 'bf206be96a39e643180013df39ddcd0493966692a2422c4b7d3355b6a15a01c0',
'date' => '28 Nov 2019',
),
1 =>
array (
'filename' => 'php-7.4.0.tar.gz',
'name' => 'PHP 7.4.0 (tar.gz)',
'sha256' => '004a1a8176176ee1b5c112e73d705977507803f425f9e48cb4a84f42b22abf22',
'date' => '28 Nov 2019',
),
2 =>
array (
'filename' => 'php-7.4.0.tar.xz',
'name' => 'PHP 7.4.0 (tar.xz)',
'sha256' => '9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42',
'date' => '28 Nov 2019',
),
),
'museum' => false,
),
'7.1.33' =>
array (
'announcement' =>

View File

@@ -17,13 +17,13 @@
*/
$RELEASES = (function() {
/* PHP 7.4 Release */
$PHP_7_4_VERSION = "7.4.0";
$PHP_7_4_DATE = "28 Nov 2019";
$PHP_7_4_VERSION = "7.4.1";
$PHP_7_4_DATE = "18 Dec 2019";
$PHP_7_4_TAGS = []; // Set to ['security'] for security releases.
$PHP_7_4_SHA256 = array(
"tar.gz" => "004a1a8176176ee1b5c112e73d705977507803f425f9e48cb4a84f42b22abf22",
"tar.bz2" => "bf206be96a39e643180013df39ddcd0493966692a2422c4b7d3355b6a15a01c0",
"tar.xz" => "9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42",
"tar.gz" => "67265d6bd48d828f4725964f71ca5c76c3da63b0d07bec5ec4e5acfdd3708073",
"tar.bz2" => "6b1ca0f0b83aa2103f1e454739665e1b2802b90b3137fc79ccaa8c242ae48e4e",
"tar.xz" => "561bb866bdd509094be00f4ece7c3543ec971c4d878645ee81437e291cffc762",
);
/* PHP 7.3 Release */

20
releases/7_4_1.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/7_4_1.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header("PHP 7.4.1 Release Announcement");
?>
<h1>PHP 7.4.1 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
7.4.1. This is a security release which also contains several bug fixes.</p>
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.4.1 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.1">ChangeLog</a>.
</p>
<?php site_footer(); ?>