Skip to content

Commit 3ced7a0

Browse files
committed
Announce PHP 8.3.11
1 parent fcf7d0a commit 3ced7a0

File tree

6 files changed

+156
-5
lines changed

6 files changed

+156
-5
lines changed

ChangeLog-8.php

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

11+
<section class="version" id="8.3.11"><!-- {{{ 8.3.11 -->
12+
<h3>Version 8.3.11</h3>
13+
<b><?php release_date('29-Aug-2024'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li>Fixed bug <?php githubissuel('php/php-src', 15020); ?> (Memory leak in Zend/Optimizer/escape_analysis.c).</li>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 15023); ?> (Memory leak in Zend/zend_ini.c).</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src', 13330); ?> (Append -Wno-implicit-fallthrough flag conditionally).</li>
19+
<li>Fix uninitialized memory in network.c.</li>
20+
<li>Fixed bug <?php githubissuel('php/php-src', 15108); ?> (Segfault when destroying generator during shutdown).</li>
21+
<li>Fixed bug <?php githubissuel('php/php-src', 15275); ?> (Crash during GC of suspended generator delegate).</li>
22+
</ul></li>
23+
<li>Curl:
24+
<ul>
25+
<li>Fixed case when curl_error returns an empty string.</li>
26+
</ul></li>
27+
<li>DOM:
28+
<ul>
29+
<li>Fix UAF when removing doctype and using foreach iteration.</li>
30+
</ul></li>
31+
<li>FFI:
32+
<ul>
33+
<li>Fixed bug <?php githubissuel('php/php-src', 14286); ?> (ffi enum type (when enum has no name) make memory leak).</li>
34+
</ul></li>
35+
<li>Hash:
36+
<ul>
37+
<li>Fix crash when converting array data for array in shm in xxh3.</li>
38+
</ul></li>
39+
<li>Intl:
40+
<ul>
41+
<li>Fixed bug <?php githubissuel('php/php-src', 15087); ?> (IntlChar::foldCase()'s $option is not optional).</li>
42+
</ul></li>
43+
<li>Opcache:
44+
<ul>
45+
<li>Fixed bug <?php githubissuel('php/php-src', 13817); ?> (Segmentation fault for enabled observers after pass 4).</li>
46+
<li>Fixed bug <?php githubissuel('php/php-src', 13775); ?> (Memory leak possibly related to opcache SHM placement).</li>
47+
</ul></li>
48+
<li>Output:
49+
<ul>
50+
<li>Fixed bug <?php githubissuel('php/php-src', 15179); ?> (Segmentation fault (null pointer dereference) in ext/standard/url_scanner_ex.re).</li>
51+
</ul></li>
52+
<li>PDO_Firebird:
53+
<ul>
54+
<li>Fix bogus fallthrough path in firebird_handle_get_attribute().</li>
55+
</ul></li>
56+
<li>PHPDBG:
57+
<ul>
58+
<li>Fixed bug <?php githubissuel('php/php-src', 13199); ?> (EOF emits redundant prompt in phpdbg local console mode with libedit/readline).</li>
59+
<li>Fixed bug <?php githubissuel('php/php-src', 15268); ?> (heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h)).</li>
60+
<li>Fixed bug <?php githubissuel('php/php-src', 15210); ?> use-after-free on watchpoint allocations.</li>
61+
</ul></li>
62+
<li>Soap:
63+
<ul>
64+
<li><?php bugfix(55639); ?> (Digest autentication dont work).</li>
65+
<li>Fix SoapFault property destruction.</li>
66+
<li>Fixed bug <?php githubissuel('php/php-src', 15252); ?> (SOAP XML broken since PHP 8.3.9 when using classmap constructor option).</li>
67+
</ul></li>
68+
<li>Standard:
69+
<ul>
70+
<li>Fix passing non-finite timeout values in stream functions.</li>
71+
<li>Fixed <?php githubissuel('php/php-src', 14780); ?> p(f)sockopen timeout overflow.</li>
72+
</ul></li>
73+
<li>Streams:
74+
<ul>
75+
<li>Fixed bug <?php githubissuel('php/php-src', 15028); ?> (Memory leak in ext/phar/stream.c).</li>
76+
<li>Fixed bug <?php githubissuel('php/php-src', 15034); ?> (Integer overflow on stream_notification_callback byte_max parameter with files bigger than 2GB).</li>
77+
<li>Reverted fix for <?php githubissuel('php/php-src', 14930); ?> (Custom stream wrapper dir_readdir output truncated to 255 characters).</li>
78+
</ul></li>
79+
<li>Tidy:
80+
<ul>
81+
<li>Fix memory leaks in ext/tidy basedir restriction code.</li>
82+
</ul></li>
83+
</ul>
84+
<!-- }}} --></section>
85+
86+
87+
1188
<section class="version" id="8.3.10"><!-- {{{ 8.3.10 -->
1289
<h3>Version 8.3.10</h3>
1390
<b><?php release_date('01-Aug-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-08-29-3.xml"/>
1213
<xi:include href="entries/2024-08-29-2.xml"/>
1314
<xi:include href="entries/2024-08-29-1.xml"/>
1415
<xi:include href="entries/2024-08-27-1.xml"/>

archive/entries/2024-08-29-3.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.11 Released!</title>
4+
<id>https://www.php.net/archive/2024.php#2024-08-29-3</id>
5+
<published>2024-08-29T21:40:58+00:00</published>
6+
<updated>2024-08-29T21:40:58+00:00</updated>
7+
<link href="https://www.php.net/index.php#2024-08-29-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2024.php#2024-08-29-3" 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.11. 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.11 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.11">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.10' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_10.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '01 Aug 2024',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.10.tar.gz',
20+
'name' => 'PHP 8.3.10 (tar.gz)',
21+
'sha256' => 'd0b4dd5ff465053248fd28dacf2fe0bed79deaaef657890cecb6bfcb73996dcd',
22+
'date' => '01 Aug 2024',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.10.tar.bz2',
27+
'name' => 'PHP 8.3.10 (tar.bz2)',
28+
'sha256' => 'e584199c350b46343c37069bb9cc20ad893cb04c747c899ef1b05eadc0eea3b0',
29+
'date' => '01 Aug 2024',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.10.tar.xz',
34+
'name' => 'PHP 8.3.10 (tar.xz)',
35+
'sha256' => 'a0f2179d00931fe7631a12cbc3428f898ca3d99fe564260c115af381d2a1978d',
36+
'date' => '01 Aug 2024',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.2.22' =>
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.10',
24-
'date' => '01 Aug 2024',
23+
'version' => '8.3.11',
24+
'date' => '29 Aug 2024',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => 'd0b4dd5ff465053248fd28dacf2fe0bed79deaaef657890cecb6bfcb73996dcd',
28-
'tar.bz2' => 'e584199c350b46343c37069bb9cc20ad893cb04c747c899ef1b05eadc0eea3b0',
29-
'tar.xz' => 'a0f2179d00931fe7631a12cbc3428f898ca3d99fe564260c115af381d2a1978d',
27+
'tar.gz' => 'b93a69af83a1302543789408194bd1ae9829e116e784d578778200f20f1b72d40',
28+
'tar.bz2' => '6640e2455080a89adc41d4e57bb04f8c2bfb7eec627fe199af973bff34d7f0ee',
29+
'tar.xz' => 'b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802',
3030
]
3131
];
3232

releases/8_3_11.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_11.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.3.11 Release Announcement');
5+
?>
6+
<h1>PHP 8.3.11 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.3.11. 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.11 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.11">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)