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

Announce PHP 8.4.8

This commit is contained in:
Calvin Buckley
2025-06-05 16:15:48 -03:00
parent aa74f2b8a0
commit f8ccd1ac49
7 changed files with 152 additions and 10 deletions

View File

@@ -9,6 +9,74 @@ changelog_header(8, $MINOR_VERSIONS);
<a id="PHP_8_4"></a>
<section class="version" id="8.4.8"><!-- {{{ 8.4.8 -->
<h3>Version 8.4.8</h3>
<b><?php release_date('05-Jun-2025'); ?></b>
<ul><li>Core:
<ul>
<li>Fixed <?php githubissuel('php/php-src', 18480); ?> (array_splice with large values for offset/length arguments).</li>
<li>Partially fixed <?php githubissuel('php/php-src', 18572); ?> (nested object comparisons leading to stack overflow).</li>
<li>Fixed OSS-Fuzz #417078295.</li>
<li>Fixed OSS-Fuzz #418106144.</li>
</ul></li>
<li>Curl:
<ul>
<li>Fixed <?php githubissuel('php/php-src', 18460); ?> (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL).</li>
</ul></li>
<li>Date:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 18076); ?> (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 18481); ?> (date_sunrise with unexpected nan value for the offset).</li>
</ul></li>
<li>DOM:
<ul>
<li>Backport lexbor/lexbor#274.</li>
</ul></li>
<li>Intl:
<ul>
<li>Fix various reference issues.</li>
</ul></li>
<li>LDAP:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 18529); ?> (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()).</li>
</ul></li>
<li>Opcache:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 18417); ?> (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 18297); ?> (Exception not handled when jit guard is triggered).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 18408); ?> (Snapshotted poly_func / poly_this may be spilled).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 18567); ?> (Preloading with internal class alias triggers assertion failure).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 18534); ?> (FPM exit code 70 with enabled opcache and hooked properties in traits).</li>
<li>Fix leak of accel_globals-&gt;key.</li>
</ul></li>
<li>OpenSSL:
<ul>
<li>Fix missing checks against php_set_blocking() in xp_ssl.c.</li>
</ul></li>
<li>SPL:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 18421); ?> (Integer overflow with large numbers in LimitIterator).</li>
</ul></li>
<li>Standard:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17403); ?> (Potential deadlock when putenv fails).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 18400); ?> (http_build_query type error is inaccurate).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 18509); ?> (Dynamic calls to assert() ignore zend.assertions).</li>
</ul></li>
<li>Windows:
<ul>
<li>Fix leak+crash with sapi_windows_set_ctrl_handler().</li>
</ul></li>
<li>Zip:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 18431); ?> (Registering ZIP progress callback twice doesn't work).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 18438); ?> (Handling of empty data and errors in ZipArchive::addPattern).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.4.7"><!-- {{{ 8.4.7 -->
<h3>Version 8.4.7</h3>
<b><?php release_date('8-May-2025'); ?></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/2025-06-05-1.xml"/>
<xi:include href="entries/2025-06-04-1.xml"/>
<xi:include href="entries/2025-05-12-1.xml"/>
<xi:include href="entries/2025-05-08-2.xml"/>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.4.8 Released!</title>
<id>https://www.php.net/archive/2025.php#2025-06-05-1</id>
<published>2025-06-05T19:12:13+00:00</published>
<updated>2025-06-05T19:12:13+00:00</updated>
<link href="https://www.php.net/index.php#2025-06-05-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2025.php#2025-06-05-1" 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 8.4.8. This is a bug fix release.</p>
<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.4.8 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-8.php#8.4.8">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -88,12 +88,12 @@ $QA_RELEASES = [
'active' => true,
'release' => [
'type' => 'RC',
'number' => 1,
'sha256_bz2' => 'a7cf7b8c119b0c9dbbd047f246cbf91fd0e588c7eb00e320db5aa9c0fde350e5',
'sha256_gz' => '37597255d048e00632d0d4a53c97157fa1fa25068cad9c57de6e0d0548193bd7',
'sha256_xz' => 'c8a8b11d8239c6d748197badacb81881973e79401a652756083c18ab04343602',
'number' => 0,
'sha256_bz2' => '',
'sha256_gz' => '',
'sha256_xz' => '',
'date' => '22 May 2025',
'baseurl' => 'https://downloads.php.net/~calvinb/',
'baseurl' => 'https://downloads.php.net/',
],
],
];

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.4.7' =>
array (
'announcement' =>
array (
'English' => '/releases/8_4_7.php',
),
'tags' =>
array (
),
'date' => '8 May 2025',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.4.7.tar.gz',
'name' => 'PHP 8.4.7 (tar.gz)',
'sha256' => 'fd2be3b9320184e856426e01bd1a428110776ea8e976c3fb6b65808d03fc886a',
'date' => '8 May 2025',
),
1 =>
array (
'filename' => 'php-8.4.7.tar.bz2',
'name' => 'PHP 8.4.7 (tar.bz2)',
'sha256' => '6eccb1b06a4dd9cea314dbe70c762d3d4765471cb6ebf925b9da308978bff988',
'date' => '8 May 2025',
),
2 =>
array (
'filename' => 'php-8.4.7.tar.xz',
'name' => 'PHP 8.4.7 (tar.xz)',
'sha256' => 'e29f4c23be2816ed005aa3f06bbb8eae0f22cc133863862e893515fc841e65e3',
'date' => '8 May 2025',
),
),
'museum' => false,
),
'8.3.20' =>
array (
'announcement' =>

View File

@@ -20,13 +20,13 @@ $RELEASES = (function () {
/* PHP 8.4 Release */
$data['8.4'] = [
'version' => '8.4.7',
'date' => '8 May 2025',
'version' => '8.4.8',
'date' => '5 Jun 2025',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => 'fd2be3b9320184e856426e01bd1a428110776ea8e976c3fb6b65808d03fc886a',
'tar.bz2' => '6eccb1b06a4dd9cea314dbe70c762d3d4765471cb6ebf925b9da308978bff988',
'tar.xz' => 'e29f4c23be2816ed005aa3f06bbb8eae0f22cc133863862e893515fc841e65e3',
'tar.gz' => '26d5ae014925b7dee3a61ec02422795f008fbb3a36f9355edaee2d9d78b89b07',
'tar.bz2' => '36569c64dd1499e570c436603b641eee7cde4af576af786597d0ee711b3a3a8a',
'tar.xz' => 'aa6a4d330b47eacd83e351658ba8c47747a1e4356456219cfb6d75e7838da091',
]
];

16
releases/8_4_8.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/8_4_8.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 8.4.8 Release Announcement');
?>
<h1>PHP 8.4.8 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 8.4.8. This is a bug fix release.</p>
<p>All PHP 8.4 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.4.8 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-8.php#8.4.8">ChangeLog</a>.
</p>
<?php site_footer();