Skip to content

Commit 8d6871e

Browse files
committed
Announce PHP 8.3.3
1 parent 965b803 commit 8d6871e

File tree

6 files changed

+151
-5
lines changed

6 files changed

+151
-5
lines changed

ChangeLog-8.php

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,78 @@
88
?>
99
<a id="PHP_8_3"></a>
1010

11+
<section class="version" id="8.3.3"><!-- {{{ 8.3.3 -->
12+
<h3>Version 8.3.3</h3>
13+
<b><?php release_date('15-Feb-2024'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li>Fixed timer leak in zend-max-execution-timers builds.</li>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 12349); ?> (linking failure on ARM with mold).</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src', 13097); ?> (Anonymous class reference in trigger_error / thrown Exception).</li>
19+
<li>Fixed bug <?php githubissuel('php/php-src', 13177); ?> (PHP 8.3.2: final private constructor not allowed when used in trait).</li>
20+
<li>Fixed bug <?php githubissuel('php/php-src', 13215); ?> (GCC 14 build failure).</li>
21+
</ul></li>
22+
<li>Curl:
23+
<ul>
24+
<li>Fix missing error check in curl_multi_init().</li>
25+
</ul></li>
26+
<li>FPM:
27+
<ul>
28+
<li>Fixed bug <?php githubissuel('php/php-src', 12996); ?> (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when plus in path).</li>
29+
</ul></li>
30+
<li>GD:
31+
<ul>
32+
<li>Fixed bug <?php githubissuel('php/php-src', 10344); ?> (imagettfbbox(): Could not find/open font UNC path).</li>
33+
<li>Fixed bug <?php githubissuel('php/php-src', 10614); ?> (imagerotate will turn the picture all black, when rotated 90).</li>
34+
</ul></li>
35+
<li>LibXML:
36+
<ul>
37+
<li>Fix crashes with entity references and predefined entities.</li>
38+
</ul></li>
39+
<li>MySQLnd:
40+
<ul>
41+
<li>Fixed bug <?php githubissuel('php/php-src', 12107); ?> (When running a stored procedure (that returns a result set) twice, PHP crashes).</li>
42+
</ul></li>
43+
<li>Opcache:
44+
<ul>
45+
<li>Fixed bug <?php githubissuel('php/php-src', 13145); ?> (strtok() is not comptime).</li>
46+
<li>Fixed type inference of range().</li>
47+
<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>
48+
</ul></li>
49+
<li>OpenSSL:
50+
<ul>
51+
<li>Fixed LibreSSL undefined reference when OPENSSL_NO_ENGINE not set. (David Carlier).</li>
52+
</ul></li>
53+
<li>PDO_Firebird:
54+
<ul>
55+
<li>Fix <?php githubissuel('php/php-src', 13119); ?> (Changed to convert float and double values ​​into strings using `H` format).</li>
56+
</ul></li>
57+
<li>Phar:
58+
<ul>
59+
<li><?php bugfix(71465); ?> (PHAR doesn't know about litespeed).</li>
60+
<li>Fixed bug <?php githubissuel('php/php-src', 13037); ?> (PharData incorrectly extracts zip file).</li>
61+
</ul></li>
62+
<li>Random:
63+
<ul>
64+
<li>Fixed bug <?php githubissuel('php/php-src', 13138); ?> (Randomizer::pickArrayKeys() does not detect broken engines).</li>
65+
</ul></li>
66+
<li>Session:
67+
<ul>
68+
<li>Fixed bug <?php githubissuel('php/php-src', 12504); ?> (Corrupted session written when there's a fatal error in autoloader).</li>
69+
</ul></li>
70+
<li>Standard:
71+
<ul>
72+
<li>Fixed bug <?php githubissuel('php/php-src', 13094); ?> (range(9.9, '0') causes segmentation fault).</li>
73+
</ul></li>
74+
<li>Streams:
75+
<ul>
76+
<li>Fixed bug <?php githubissuel('php/php-src', 13071); ?> (Copying large files using mmap-able source streams may exhaust available memory and fail).</li>
77+
</ul></li>
78+
</ul>
79+
<!-- }}} --></section>
80+
81+
82+
1183
<section class="version" id="8.3.2"><!-- {{{ 8.3.2 -->
1284
<h3>Version 8.3.2</h3>
1385
<b><?php release_date('18-Jan-2024'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2024-02-15-1.xml"/>
1213
<xi:include href="entries/2024-02-13-1.xml"/>
1314
<xi:include href="entries/2024-01-30-1.xml"/>
1415
<xi:include href="entries/2024-01-24-1.xml"/>

archive/entries/2024-02-15-1.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.3.3 Released!</title>
4+
<id>https://www.php.net/archive/2024.php#2024-02-15-1</id>
5+
<published>2024-02-15T15:48:46+00:00</published>
6+
<updated>2024-02-15T15:48:46+00:00</updated>
7+
<link href="https://www.php.net/index.php#2024-02-15-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2024.php#2024-02-15-1" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<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>
13+
14+
<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.3.3 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.3.3">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.3.2' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_2.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '18 Jan 2024',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.2.tar.gz',
20+
'name' => 'PHP 8.3.2 (tar.gz)',
21+
'sha256' => 'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16',
22+
'date' => '18 Jan 2024',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.2.tar.bz2',
27+
'name' => 'PHP 8.3.2 (tar.bz2)',
28+
'sha256' => '582b3c837a8d952efffe274a5e49706c43a88c162830c2a8c358089fe7449284',
29+
'date' => '18 Jan 2024',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.2.tar.xz',
34+
'name' => 'PHP 8.3.2 (tar.xz)',
35+
'sha256' => '4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e',
36+
'date' => '18 Jan 2024',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.2.14' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ $RELEASES = (function () {
2020

2121
/* PHP 8.3 Release */
2222
$data['8.3'] = [
23-
'version' => '8.3.2',
24-
'date' => '18 Jan 2024',
23+
'version' => '8.3.3',
24+
'date' => '15 Feb 2024',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => 'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16',
28-
'tar.bz2' => '582b3c837a8d952efffe274a5e49706c43a88c162830c2a8c358089fe7449284',
29-
'tar.xz' => '4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e',
27+
'tar.gz' => '61285ae17a93d172c9f2ebfe4280058d05bda17cadab705ca5b51ba3e6f3a5ac',
28+
'tar.bz2' => 'aafb613ba79594a23fe722f8e90ad473300610bf80e74b8aa52da9cac2dc4e2a',
29+
'tar.xz' => 'b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1',
3030
]
3131
];
3232

releases/8_3_3.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_3_3.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.3.3 Release Announcement');
5+
?>
6+
<h1>PHP 8.3.3 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.3.3. This is a bug fix release.</p>
9+
10+
<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.3.3 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.3.3">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)