Skip to content

Commit 29b2ebb

Browse files
committed
Announce PHP 8.3.1
1 parent 69b6d02 commit 29b2ebb

File tree

6 files changed

+128
-5
lines changed

6 files changed

+128
-5
lines changed

ChangeLog-8.php

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

11+
<section class="version" id="8.3.1"><!-- {{{ 8.3.1 -->
12+
<h3>Version 8.3.1</h3>
13+
<b><?php release_date('21-Dec-2023'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li>Fixed bug <?php githubissuel('php/php-src', 12758); ?> / <?php githubissuel('php/php-src', 12768); ?> (Invalid opline in OOM handlers within ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC).</li>
17+
<li>Fix various missing NULL checks.</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src', 12835); ?> (Leak of call-&gt;extra_named_params on internal __call).</li>
19+
<li>Fixed bug <?php githubissuel('php/php-src', 12826); ?> (Weird pointers issue in nested loops).</li>
20+
</ul></li>
21+
<li>FPM:
22+
<ul>
23+
<li>Fixed bug <?php githubissuel('php/php-src', 12705); ?> (Segmentation fault in fpm_status_export_to_zval).</li>
24+
</ul></li>
25+
<li>FTP:
26+
<ul>
27+
<li>Fixed bug <?php githubissuel('php/php-src', 9348); ?> (FTP &amp; SSL session reuse).</li>
28+
</ul></li>
29+
<li>LibXML:
30+
<ul>
31+
<li>Fixed test failures for libxml2 2.12.0.</li>
32+
</ul></li>
33+
<li>MySQLnd:
34+
<ul>
35+
<li>Avoid using uninitialised struct.</li>
36+
<li>Fixed bug <?php githubissuel('php/php-src', 12791); ?> (Possible dereference of NULL in MySQLnd debug code).</li>
37+
</ul></li>
38+
<li>Opcache:
39+
<ul>
40+
<li>Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning at the same time as invalid offset Error).</li>
41+
<li>Fixed JIT bug (JIT emits "Attempt to assign property of non-object" warning at the same time as Error is being thrown).</li>
42+
</ul></li>
43+
<li>PDO PGSQL:
44+
<ul>
45+
<li>Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)</li>
46+
</ul></li>
47+
<li>SOAP:
48+
<ul>
49+
<li>Fixed bug <?php githubissuel('php/php-src', 12838); ?> ([SOAP] Temporary WSDL cache files not being deleted).</li>
50+
</ul></li>
51+
<li>Standard:
52+
<ul>
53+
<li>Fixed <?php githubissuel('php/php-src', 12745); ?> (http_build_query() default null argument for $arg_separator is implicitly coerced to string).</li>
54+
</ul></li>
55+
</ul>
56+
<!-- }}} --></section>
57+
58+
59+
1160
<section class="version" id="8.3.0"><!-- {{{ 8.3.0 -->
1261
<h3>Version 8.3.0</h3>
1362
<b><?php release_date('23-Nov-2023'); ?></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>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2023-12-21-1.xml"/>
1213
<xi:include href="entries/2023-11-23-3.xml"/>
1314
<xi:include href="entries/2023-11-23-2.xml"/>
1415
<xi:include href="entries/2023-11-23-1.xml"/>

archive/entries/2023-12-21-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.1 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-12-21-1</id>
5+
<published>2023-12-21T07:48:56-08:00</published>
6+
<updated>2023-12-21T07:48:56-08:00</updated>
7+
<link href="https://www.php.net/index.php#2023-12-21-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-12-21-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.1. 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.1 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.1">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.0' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_0.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '23 Nov 2023',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.0.tar.gz',
20+
'name' => 'PHP 8.3.0 (tar.gz)',
21+
'sha256' => '557ae14650f1d1984d3213e3fcd8d93a5f11418b3f8026d3a2d5022251163951',
22+
'date' => '23 Nov 2023',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.0.tar.bz2',
27+
'name' => 'PHP 8.3.0 (tar.bz2)',
28+
'sha256' => 'de67d0833d42b196e5a66fa1a332f45e296cbe8e9472e9256b2a071c34dc5ed6',
29+
'date' => '23 Nov 2023',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.0.tar.xz',
34+
'name' => 'PHP 8.3.0 (tar.xz)',
35+
'sha256' => '1db84fec57125aa93638b51bb2b15103e12ac196e2f960f0d124275b2687ea54',
36+
'date' => '23 Nov 2023',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.0.30' =>
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.0',
24-
'date' => '23 Nov 2023',
23+
'version' => '8.3.1',
24+
'date' => '21 Dec 2023',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '557ae14650f1d1984d3213e3fcd8d93a5f11418b3f8026d3a2d5022251163951',
28-
'tar.bz2' => 'de67d0833d42b196e5a66fa1a332f45e296cbe8e9472e9256b2a071c34dc5ed6',
29-
'tar.xz' => '1db84fec57125aa93638b51bb2b15103e12ac196e2f960f0d124275b2687ea54',
27+
'tar.gz' => '2b10218b5e81915d1708ab4b6351362d073556ec73a790553c61fd89c119924e',
28+
'tar.bz2' => 'c40fae9197fa68a532f6a062c316dafe3b04c545136b54b9ead4932fc26c6ae1',
29+
'tar.xz' => '56445b1771b2ba5b7573453f9e8a9451e2d810b1741a352fa05259733b1e9758',
3030
]
3131
];
3232

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

0 commit comments

Comments
 (0)