Skip to content

Commit cc974cb

Browse files
committed
Announce PHP 8.3.15
1 parent 725d7df commit cc974cb

File tree

6 files changed

+182
-6
lines changed

6 files changed

+182
-6
lines changed

ChangeLog-8.php

+101
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,107 @@
540540

541541
<a id="PHP_8_3"></a>
542542

543+
<section class="version" id="8.3.15"><!-- {{{ 8.3.15 -->
544+
<h3>Version 8.3.15</h3>
545+
<b><?php release_date('19-Dec-2024'); ?></b>
546+
<ul><li>Calendar:
547+
<ul>
548+
<li>Fixed jdtogregorian overflow.</li>
549+
<li>Fixed cal_to_jd julian_days argument overflow.</li>
550+
</ul></li>
551+
<li>COM:
552+
<ul>
553+
<li>Fixed bug <?php githubissuel('php/php-src', 16991); ?> (Getting typeinfo of non DISPATCH variant segfaults).</li>
554+
</ul></li>
555+
<li>Core:
556+
<ul>
557+
<li>Fail early in *nix configuration build script.</li>
558+
<li>Fixed bug <?php githubissuel('php/php-src', 16727); ?> (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)).</li>
559+
<li>Fixed bug <?php githubissuel('php/php-src', 16799); ?> (Assertion failure at Zend/zend_vm_execute.h:7469).</li>
560+
<li>Fixed bug <?php githubissuel('php/php-src', 16630); ?> (UAF in lexer with encoding translation and heredocs).</li>
561+
<li>Fix is_zend_ptr() huge block comparison.</li>
562+
<li>Fixed potential OOB read in zend_dirname() on Windows.</li>
563+
</ul></li>
564+
<li>Curl:
565+
<ul>
566+
<li>Fixed bug <?php githubissuel('php/php-src', 16802); ?> (open_basedir bypass using curl extension).</li>
567+
<li>Fix various memory leaks in curl mime handling.</li>
568+
</ul></li>
569+
<li>DOM:
570+
<ul>
571+
<li>Fixed bug <?php githubissuel('php/php-src', 16777); ?> (Calling the constructor again on a DOM object after it is in a document causes UAF).</li>
572+
<li>Fixed bug <?php githubissuel('php/php-src', 16906); ?> (Reloading document can cause UAF in iterator).</li>
573+
</ul></li>
574+
<li>FPM:
575+
<ul>
576+
<li>Fixed <?php githubissuel('php/php-src', 16432); ?> (PHP-FPM 8.2 SIGSEGV in fpm_get_status).</li>
577+
</ul></li>
578+
<li>GD:
579+
<ul>
580+
<li>Fixed <?php githubissuel('php/php-src', 16776); ?> (imagecreatefromstring overflow).</li>
581+
</ul></li>
582+
<li>GMP:
583+
<ul>
584+
<li>Fixed bug <?php githubissuel('php/php-src', 16890); ?> (array_sum() with GMP can loose precision (LLP64)).</li>
585+
</ul></li>
586+
<li>Hash:
587+
<ul>
588+
<li>Fixed <?php githubissuel('php/php-src', 16711); ?>: Segfault in mhash().</li>
589+
</ul></li>
590+
<li>Opcache:
591+
<ul>
592+
<li>Fixed bug <?php githubissuel('php/php-src', 16770); ?> (Tracing JIT type mismatch when returning UNDEF).</li>
593+
<li>Fixed bug <?php githubissuel('php/php-src', 16851); ?> (JIT_G(enabled) not set correctly on other threads).</li>
594+
<li>Fixed bug <?php githubissuel('php/php-src', 16902); ?> (Set of opcache tests fail zts+aarch64).</li>
595+
</ul></li>
596+
<li>OpenSSL:
597+
<ul>
598+
<li>Prevent unexpected array entry conversion when reading key.</li>
599+
<li>Fix various memory leaks related to openssl exports.</li>
600+
<li>Fix memory leak in php_openssl_pkey_from_zval().</li>
601+
</ul></li>
602+
<li>PDO:
603+
<ul>
604+
<li>Fixed memory leak of `setFetchMode()`.</li>
605+
</ul></li>
606+
<li>Phar:
607+
<ul>
608+
<li>Fixed bug <?php githubissuel('php/php-src', 16695); ?> (phar:// tar parser and zero-length file header blocks).</li>
609+
</ul></li>
610+
<li>PHPDBG:
611+
<ul>
612+
<li>Fixed bug <?php githubissuel('php/php-src', 15208); ?> (Segfault with breakpoint map and phpdbg_clear()).</li>
613+
</ul></li>
614+
<li>SAPI:
615+
<ul>
616+
<li>Fixed bug <?php githubissuel('php/php-src', 16998); ?> (UBSAN warning in rfc1867).</li>
617+
</ul></li>
618+
<li>SimpleXML:
619+
<ul>
620+
<li>Fixed bug <?php githubissuel('php/php-src', 16808); ?> (Segmentation fault in RecursiveIteratorIterator -&gt;current() with a xml element input).</li>
621+
</ul></li>
622+
<li>SOAP:
623+
<ul>
624+
<li>Fix make check being invoked in ext/soap.</li>
625+
</ul></li>
626+
<li>Standard:
627+
<ul>
628+
<li>Fixed bug <?php githubissuel('php/php-src', 16905); ?> (Internal iterator functions can't handle UNDEF properties).</li>
629+
<li>Fixed bug <?php githubissuel('php/php-src', 16957); ?> (Assertion failure in array_shift with self-referencing array).</li>
630+
</ul></li>
631+
<li>Streams:
632+
<ul>
633+
<li>Fixed network connect poll interuption handling.</li>
634+
</ul></li>
635+
<li>Windows:
636+
<ul>
637+
<li>Fixed bug <?php githubissuel('php/php-src', 16849); ?> (Error dialog causes process to hang).</li>
638+
</ul></li>
639+
</ul>
640+
<!-- }}} --></section>
641+
642+
643+
543644
<section class="version" id="8.3.14"><!-- {{{ 8.3.14 -->
544645
<h3>Version 8.3.14</h3>
545646
<b><?php release_date('21-Nov-2024'); ?></b>

archive/archive.xml

+1
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-12-19-2.xml"/>
1213
<xi:include href="entries/2024-12-19-1.xml"/>
1314
<xi:include href="entries/2024-12-13-1.xml"/>
1415
<xi:include href="entries/2024-12-09-1.xml"/>

archive/entries/2024-12-19-2.xml

+21
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.15 Released!</title>
4+
<id>https://www.php.net/archive/2024.php#2024-12-19-2</id>
5+
<published>2024-12-19T16:40:56+00:00</published>
6+
<updated>2024-12-19T16:40:56+00:00</updated>
7+
<link href="https://www.php.net/index.php#2024-12-19-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2024.php#2024-12-19-2" 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.15. 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.15 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.15">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

+37
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.3.14' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_14.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '21 Nov 2024',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.3.14.tar.gz',
21+
'name' => 'PHP 8.3.14 (tar.gz)',
22+
'sha256' => 'e4ee602c31e2f701c9f0209a2902dd4802727431246a9155bf56dda7bcf7fb4a',
23+
'date' => '21 Nov 2024',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.3.14.tar.bz2',
28+
'name' => 'PHP 8.3.14 (tar.bz2)',
29+
'sha256' => 'f56fa669ce4c01452a2921f40034d779d8c2b97d0749493ad4781813b9221cf8',
30+
'date' => '21 Nov 2024',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.3.14.tar.xz',
35+
'name' => 'PHP 8.3.14 (tar.xz)',
36+
'sha256' => '58b4cb9019bf70c0cbcdb814c7df79b9065059d14cf7dbf48d971f8e56ae9be7',
37+
'date' => '21 Nov 2024',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.2.26' =>
643
array (
744
'announcement' =>

include/version.inc

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ $RELEASES = (function () {
3232

3333
/* PHP 8.3 Release */
3434
$data['8.3'] = [
35-
'version' => '8.3.14',
36-
'date' => '21 Nov 2024',
37-
'tags' => ['security'], // Set to ['security'] for security releases.
35+
'version' => '8.3.15',
36+
'date' => '19 Dec 2024',
37+
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'e4ee602c31e2f701c9f0209a2902dd4802727431246a9155bf56dda7bcf7fb4a',
40-
'tar.bz2' => 'f56fa669ce4c01452a2921f40034d779d8c2b97d0749493ad4781813b9221cf8',
41-
'tar.xz' => '58b4cb9019bf70c0cbcdb814c7df79b9065059d14cf7dbf48d971f8e56ae9be7',
39+
'tar.gz' => '67073c3c9c56c86461e0715d9e1806af5ddffe8e6e2eb9781f7923bbb5bd67fa',
40+
'tar.bz2' => 'b1675a4ff730b5811b8e6a7687488c42e835e156a99776aa3e6f017abda3be98',
41+
'tar.xz' => '3df5d45637283f759eef8fc3ce03de829ded3e200c3da278936a684955d2f94f',
4242
]
4343
];
4444

releases/8_3_15.php

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_3_15.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.3.15 Release Announcement');
5+
?>
6+
<h1>PHP 8.3.15 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.3.15. 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.15 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.15">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)