mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 7.4.23
This commit is contained in:
@@ -8,6 +8,62 @@ changelog_header(7, $MINOR_VERSIONS);
|
||||
?>
|
||||
<a id="PHP_7_4"></a>
|
||||
|
||||
<section class="version" id="7.4.23"><!-- {{{ 7.4.23 -->
|
||||
<h3>Version 7.4.23</h3>
|
||||
<b><?php release_date('26-Aug-2021'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(72595); ?> (php_output_handler_append illegal write access).</li>
|
||||
<li><?php bugfix(66719); ?> (Weird behaviour when using get_called_class() with call_user_func()).</li>
|
||||
<li><?php bugfix(81305); ?> (Built-in Webserver Drops Requests With "Upgrade" Header).</li>
|
||||
</ul></li>
|
||||
<li>BCMath:
|
||||
<ul>
|
||||
<li><?php bugfix(78238); ?> (BCMath returns "-0").</li>
|
||||
</ul></li>
|
||||
<li>CGI:
|
||||
<ul>
|
||||
<li><?php bugfix(80849); ?> (HTTP Status header truncation).</li>
|
||||
</ul></li>
|
||||
<li>GD:
|
||||
<ul>
|
||||
<li><?php bugfix(51498); ?> (imagefilledellipse does not work for large circles).</li>
|
||||
</ul></li>
|
||||
<li>MySQLi:
|
||||
<ul>
|
||||
<li><?php bugfix(74544); ?> (Integer overflow in mysqli_real_escape_string()).</li>
|
||||
</ul></li>
|
||||
<li>OpenSSL:
|
||||
<ul>
|
||||
<li><?php bugfix(81327); ?> (Error build openssl extension on php 7.4.22).</li>
|
||||
</ul></li>
|
||||
<li>PDO_ODBC:
|
||||
<ul>
|
||||
<li><?php bugfix(81252); ?> (PDO_ODBC doesn't account for SQL_NO_TOTAL).</li>
|
||||
</ul></li>
|
||||
<li>Phar:
|
||||
<ul>
|
||||
<li><?php bugfix(81211); ?>: Symlinks are followed when creating PHAR archive.(cmb)</li>
|
||||
</ul></li>
|
||||
<li>Shmop:
|
||||
<ul>
|
||||
<li><?php bugfix(81283); ?> (shmop can't read beyond 2147483647 bytes).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(72146); ?> (Integer overflow on substr_replace).</li>
|
||||
<li><?php bugfix(81265); ?> (getimagesize returns 0 for 256px ICO images).</li>
|
||||
<li><?php bugfix(74960); ?> (Heap buffer overflow via str_repeat).</li>
|
||||
</ul></li>
|
||||
<li>Streams:
|
||||
<ul>
|
||||
<li><?php bugfix(81294); ?> (Segfault when removing a filter).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
|
||||
<section class="version" id="7.4.22"><!-- {{{ 7.4.22 -->
|
||||
<h3>Version 7.4.22</h3>
|
||||
<b><?php release_date('29-Jul-2021'); ?></b>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2021-08-26-3.xml"/>
|
||||
<xi:include href="entries/2021-08-26-2.xml"/>
|
||||
<xi:include href="entries/2021-08-26-1.xml"/>
|
||||
<xi:include href="entries/2021-08-19-1.xml"/>
|
||||
|
||||
21
archive/entries/2021-08-26-3.xml
Normal file
21
archive/entries/2021-08-26-3.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.23 Released!</title>
|
||||
<id>https://www.php.net/archive/2021.php#2021-08-26-3</id>
|
||||
<published>2021-08-26T14:44:33+00:00</published>
|
||||
<updated>2021-08-26T14:44:33+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#id2021-08-26-3" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2021.php#2021-08-26-3" 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.23. This is a security release.</p>
|
||||
|
||||
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.4.23 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.23">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -329,6 +329,42 @@ $OLDRELEASES = array (
|
||||
),
|
||||
7 =>
|
||||
array (
|
||||
'7.4.22' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_4_22.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
),
|
||||
'date' => '29 Jul 2021',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.22.tar.gz',
|
||||
'name' => 'PHP 7.4.22 (tar.gz)',
|
||||
'sha256' => '4ca2642b99a822237d7f84dc19682be702ad0e2d5d282f7646d84b746d454e34',
|
||||
'date' => '29 Jul 2021',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.22.tar.bz2',
|
||||
'name' => 'PHP 7.4.22 (tar.bz2)',
|
||||
'sha256' => '5022bbca661bc1ab5dfaee72873bcd0f0980d9dd34f980a682029496f51caae1',
|
||||
'date' => '29 Jul 2021',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.22.tar.xz',
|
||||
'name' => 'PHP 7.4.22 (tar.xz)',
|
||||
'sha256' => '8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8',
|
||||
'date' => '29 Jul 2021',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'7.3.29' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -32,13 +32,13 @@ $RELEASES = (function() {
|
||||
|
||||
/* PHP 7.4 Release */
|
||||
$data['7.4'] = [
|
||||
'version' => '7.4.22',
|
||||
'date' => '29 Jul 2021',
|
||||
'tags' => [], // Set to ['security'] for security releases
|
||||
'version' => '7.4.23',
|
||||
'date' => '26 Aug 2021',
|
||||
'tags' => ['security'], // Set to ['security'] for security releases
|
||||
'sha256' => [
|
||||
'tar.gz' => '4ca2642b99a822237d7f84dc19682be702ad0e2d5d282f7646d84b746d454e34',
|
||||
'tar.bz2' => '5022bbca661bc1ab5dfaee72873bcd0f0980d9dd34f980a682029496f51caae1',
|
||||
'tar.xz' => '8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8',
|
||||
'tar.gz' => '2aaa481678ad4d2992e7bcf161e0e98c7268f4979f7ca8b3d97dd6de19c205d6',
|
||||
'tar.bz2' => 'd1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727',
|
||||
'tar.xz' => 'cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d',
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
16
releases/7_4_23.php
Normal file
16
releases/7_4_23.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7_4_23.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 7.4.23 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 7.4.23 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.4.23. This is a security release.</p>
|
||||
|
||||
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.4.23 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.23">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user