Skip to content

Commit ae0837e

Browse files
committed
Announce PHP 8.1.26
1 parent 34b4f31 commit ae0837e

File tree

6 files changed

+152
-5
lines changed

6 files changed

+152
-5
lines changed

ChangeLog-8.php

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,79 @@
16021602

16031603
<a id="PHP_8_1"></a>
16041604

1605+
<section class="version" id="8.1.26"><!-- {{{ 8.1.26 -->
1606+
<h3>Version 8.1.26</h3>
1607+
<b><?php release_date('23-Nov-2023'); ?></b>
1608+
<ul><li>Core:
1609+
<ul>
1610+
<li>Fixed bug <?php githubissuel('php/php-src', 12468); ?> (Double-free of doc_comment when overriding static property via trait).</li>
1611+
<li>Fixed segfault caused by weak references to FFI objects.</li>
1612+
<li>Fixed max_execution_time: don't delete an unitialized timer.</li>
1613+
</ul></li>
1614+
<li>DOM:
1615+
<ul>
1616+
<li>Fix registerNodeClass with abstract class crashing.</li>
1617+
<li>Add missing NULL pointer error check.</li>
1618+
<li>Fix validation logic of php:function() callbacks.</li>
1619+
</ul></li>
1620+
<li>Fiber:
1621+
<ul>
1622+
<li>Fixed bug <?php githubissuel('php/php-src', 11121); ?> (ReflectionFiber segfault).</li>
1623+
</ul></li>
1624+
<li>FPM:
1625+
<ul>
1626+
<li>Fixed bug <?php githubissuel('php/php-src', 9921); ?> (Loading ext in FPM config does not register module handlers).</li>
1627+
<li>Fixed bug <?php githubissuel('php/php-src', 12232); ?> (FPM: segfault dynamically loading extension without opcache).</li>
1628+
</ul></li>
1629+
<li>Intl:
1630+
<ul>
1631+
<li>Removed the BC break on IntlDateFormatter::construct which threw an exception with an invalid locale.</li>
1632+
</ul></li>
1633+
<li>Opcache:
1634+
<ul>
1635+
<li>Added warning when JIT cannot be enabled.</li>
1636+
<li>Fixed bug <?php githubissuel('php/php-src', 8143); ?> (Crashes in zend_accel_inheritance_cache_find since upgrading to 8.1.3 due to corrupt on-disk file cache).</li>
1637+
</ul></li>
1638+
<li>OpenSSL:
1639+
<ul>
1640+
<li>Fixed bug <?php githubissuel('php/php-src', 12489); ?> (Missing sigbio creation checking in openssl_cms_verify).</li>
1641+
</ul></li>
1642+
<li>PCRE:
1643+
<ul>
1644+
<li>Fixed bug <?php githubissuel('php/php-src', 11374); ?> (Backport upstream fix, Different preg_match result with -d pcre.jit=0).</li>
1645+
</ul></li>
1646+
<li>SOAP:
1647+
<ul>
1648+
<li>Fixed bug <?php githubissuel('php/php-src', 12392); ?> (Segmentation fault on SoapClient::__getTypes).</li>
1649+
<li><?php bugfix(66150); ?> (SOAP WSDL cache race condition causes Segmentation Fault).</li>
1650+
<li><?php bugfix(67617); ?> (SOAP leaves incomplete cache file on ENOSPC).</li>
1651+
<li>Fix incorrect uri check in SOAP caching.</li>
1652+
<li>Fix segfault and assertion failure with refcounted props and arrays.</li>
1653+
<li>Fix potential crash with an edge case of persistent encoders.</li>
1654+
<li><?php bugfix(75306); ?> (Memleak in SoapClient).</li>
1655+
</ul></li>
1656+
<li>Streams:
1657+
<ul>
1658+
<li><?php bugfix(75708); ?> (getimagesize with "&amp;$imageinfo" fails on StreamWrappers).</li>
1659+
</ul></li>
1660+
<li>XMLReader:
1661+
<ul>
1662+
<li>Add missing NULL pointer error check.</li>
1663+
</ul></li>
1664+
<li>XMLWriter:
1665+
<ul>
1666+
<li>Add missing NULL pointer error check.</li>
1667+
</ul></li>
1668+
<li>XSL:
1669+
<ul>
1670+
<li>Add missing module dependency.</li>
1671+
<li>Fix validation logic of php:function() callbacks.</li>
1672+
</ul></li>
1673+
</ul>
1674+
<!-- }}} --></section>
1675+
1676+
1677+
16051678
<section class="version" id="8.1.25"><!-- {{{ 8.1.25 -->
16061679
<h3>Version 8.1.25</h3>
16071680
<b><?php release_date('26-Oct-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>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2023-11-23-3.xml"/>
1213
<xi:include href="entries/2023-11-23-2.xml"/>
1314
<xi:include href="entries/2023-11-23-1.xml"/>
1415
<xi:include href="entries/2023-11-21-1.xml"/>

archive/entries/2023-11-23-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.1.26 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-11-23-3</id>
5+
<published>2023-11-23T18:24:51+00:00</published>
6+
<updated>2023-11-23T18:24:51+00:00</updated>
7+
<link href="https://www.php.net/index.php#2023-11-23-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-11-23-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.1.26. This is a bug fix release.</p>
13+
14+
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.1.26 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.1.26">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.1.25' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_25.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '26 Oct 2023',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.1.25.tar.gz',
20+
'name' => 'PHP 8.1.25 (tar.gz)',
21+
'sha256' => '1a8c59d6b3eccb404c229e947558d2bf1220c3dec0b0036690fadc07f39934ab',
22+
'date' => '26 Oct 2023',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.1.25.tar.bz2',
27+
'name' => 'PHP 8.1.25 (tar.bz2)',
28+
'sha256' => 'a86a88c1840c1bc832bcfd2fbec3b8a1942c8314da5dff53f09f9c98d0c12e8a',
29+
'date' => '26 Oct 2023',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.1.25.tar.xz',
34+
'name' => 'PHP 8.1.25 (tar.xz)',
35+
'sha256' => '66fdba064aa119b1463a7969571d42f4642690275d8605ab5149bcc5107e2484',
36+
'date' => '26 Oct 2023',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.2.12' =>
642
array (
743
'announcement' =>

include/version.inc

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

4545
/* PHP 8.1 Release */
4646
$data['8.1'] = [
47-
'version' => '8.1.25',
48-
'date' => '26 Oct 2023',
47+
'version' => '8.1.26',
48+
'date' => '23 Nov 2023',
4949
'tags' => [], // Set to ['security'] for security releases.
5050
'sha256' => [
51-
'tar.gz' => '1a8c59d6b3eccb404c229e947558d2bf1220c3dec0b0036690fadc07f39934ab',
52-
'tar.bz2' => 'a86a88c1840c1bc832bcfd2fbec3b8a1942c8314da5dff53f09f9c98d0c12e8a',
53-
'tar.xz' => '66fdba064aa119b1463a7969571d42f4642690275d8605ab5149bcc5107e2484',
51+
'tar.gz' => 'd954cecfc3d294c2fccbe2b1a6bef784ce0d6c5d44a9e28f8a527e092825f2cb',
52+
'tar.bz2' => '83bde249c84aa1a043a8c8d0eea09345c2cae69b9784cdf02229fc916fbb9ea0',
53+
'tar.xz' => '17f87133596449327451ad4b8d9911bfaea59ff5109f3a6f2bb679f967a8ea0f',
5454
]
5555
];
5656

releases/8_1_26.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_1_26.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.1.26 Release Announcement');
5+
?>
6+
<h1>PHP 8.1.26 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.1.26. This is a bug fix release.</p>
9+
10+
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.1.26 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.1.26">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)