mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce PHP 8.3.3
This commit is contained in:
@@ -8,6 +8,78 @@ changelog_header(8, $MINOR_VERSIONS);
|
||||
?>
|
||||
<a id="PHP_8_3"></a>
|
||||
|
||||
<section class="version" id="8.3.3"><!-- {{{ 8.3.3 -->
|
||||
<h3>Version 8.3.3</h3>
|
||||
<b><?php release_date('15-Feb-2024'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li>Fixed timer leak in zend-max-execution-timers builds.</li>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 12349); ?> (linking failure on ARM with mold).</li>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 13097); ?> (Anonymous class reference in trigger_error / thrown Exception).</li>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 13177); ?> (PHP 8.3.2: final private constructor not allowed when used in trait).</li>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 13215); ?> (GCC 14 build failure).</li>
|
||||
</ul></li>
|
||||
<li>Curl:
|
||||
<ul>
|
||||
<li>Fix missing error check in curl_multi_init().</li>
|
||||
</ul></li>
|
||||
<li>FPM:
|
||||
<ul>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 12996); ?> (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when plus in path).</li>
|
||||
</ul></li>
|
||||
<li>GD:
|
||||
<ul>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 10344); ?> (imagettfbbox(): Could not find/open font UNC path).</li>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 10614); ?> (imagerotate will turn the picture all black, when rotated 90).</li>
|
||||
</ul></li>
|
||||
<li>LibXML:
|
||||
<ul>
|
||||
<li>Fix crashes with entity references and predefined entities.</li>
|
||||
</ul></li>
|
||||
<li>MySQLnd:
|
||||
<ul>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 12107); ?> (When running a stored procedure (that returns a result set) twice, PHP crashes).</li>
|
||||
</ul></li>
|
||||
<li>Opcache:
|
||||
<ul>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 13145); ?> (strtok() is not comptime).</li>
|
||||
<li>Fixed type inference of range().</li>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 13232); ?> (Segmentation fault will be reported when JIT is off but JIT_debug is still on).</li>
|
||||
</ul></li>
|
||||
<li>OpenSSL:
|
||||
<ul>
|
||||
<li>Fixed LibreSSL undefined reference when OPENSSL_NO_ENGINE not set. (David Carlier).</li>
|
||||
</ul></li>
|
||||
<li>PDO_Firebird:
|
||||
<ul>
|
||||
<li>Fix <?php githubissuel('php/php-src', 13119); ?> (Changed to convert float and double values into strings using `H` format).</li>
|
||||
</ul></li>
|
||||
<li>Phar:
|
||||
<ul>
|
||||
<li><?php bugfix(71465); ?> (PHAR doesn't know about litespeed).</li>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 13037); ?> (PharData incorrectly extracts zip file).</li>
|
||||
</ul></li>
|
||||
<li>Random:
|
||||
<ul>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 13138); ?> (Randomizer::pickArrayKeys() does not detect broken engines).</li>
|
||||
</ul></li>
|
||||
<li>Session:
|
||||
<ul>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 12504); ?> (Corrupted session written when there's a fatal error in autoloader).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 13094); ?> (range(9.9, '0') causes segmentation fault).</li>
|
||||
</ul></li>
|
||||
<li>Streams:
|
||||
<ul>
|
||||
<li>Fixed bug <?php githubissuel('php/php-src', 13071); ?> (Copying large files using mmap-able source streams may exhaust available memory and fail).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
|
||||
<section class="version" id="8.3.2"><!-- {{{ 8.3.2 -->
|
||||
<h3>Version 8.3.2</h3>
|
||||
<b><?php release_date('18-Jan-2024'); ?></b>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2024-02-15-1.xml"/>
|
||||
<xi:include href="entries/2024-02-13-1.xml"/>
|
||||
<xi:include href="entries/2024-01-30-1.xml"/>
|
||||
<xi:include href="entries/2024-01-24-1.xml"/>
|
||||
|
||||
21
archive/entries/2024-02-15-1.xml
Normal file
21
archive/entries/2024-02-15-1.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 8.3.3 Released!</title>
|
||||
<id>https://www.php.net/archive/2024.php#2024-02-15-1</id>
|
||||
<published>2024-02-15T15:48:46+00:00</published>
|
||||
<updated>2024-02-15T15:48:46+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#2024-02-15-1" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2024.php#2024-02-15-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.3.3. This is a bug fix release.</p>
|
||||
|
||||
<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 8.3.3 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.3.3">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,42 @@
|
||||
$OLDRELEASES = array (
|
||||
8 =>
|
||||
array (
|
||||
'8.3.2' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/8_3_2.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
),
|
||||
'date' => '18 Jan 2024',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-8.3.2.tar.gz',
|
||||
'name' => 'PHP 8.3.2 (tar.gz)',
|
||||
'sha256' => 'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16',
|
||||
'date' => '18 Jan 2024',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-8.3.2.tar.bz2',
|
||||
'name' => 'PHP 8.3.2 (tar.bz2)',
|
||||
'sha256' => '582b3c837a8d952efffe274a5e49706c43a88c162830c2a8c358089fe7449284',
|
||||
'date' => '18 Jan 2024',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-8.3.2.tar.xz',
|
||||
'name' => 'PHP 8.3.2 (tar.xz)',
|
||||
'sha256' => '4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e',
|
||||
'date' => '18 Jan 2024',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'8.2.14' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -20,13 +20,13 @@ $RELEASES = (function () {
|
||||
|
||||
/* PHP 8.3 Release */
|
||||
$data['8.3'] = [
|
||||
'version' => '8.3.2',
|
||||
'date' => '18 Jan 2024',
|
||||
'version' => '8.3.3',
|
||||
'date' => '15 Feb 2024',
|
||||
'tags' => [], // Set to ['security'] for security releases.
|
||||
'sha256' => [
|
||||
'tar.gz' => 'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16',
|
||||
'tar.bz2' => '582b3c837a8d952efffe274a5e49706c43a88c162830c2a8c358089fe7449284',
|
||||
'tar.xz' => '4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e',
|
||||
'tar.gz' => '61285ae17a93d172c9f2ebfe4280058d05bda17cadab705ca5b51ba3e6f3a5ac',
|
||||
'tar.bz2' => 'aafb613ba79594a23fe722f8e90ad473300610bf80e74b8aa52da9cac2dc4e2a',
|
||||
'tar.xz' => 'b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1',
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
16
releases/8_3_3.php
Normal file
16
releases/8_3_3.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/8_3_3.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 8.3.3 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 8.3.3 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 8.3.3. This is a bug fix release.</p>
|
||||
|
||||
<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 8.3.3 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.3.3">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user