Skip to content

Commit

Permalink
Announce PHP 8.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Nov 23, 2023
1 parent 34b4f31 commit ae0837e
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 5 deletions.
73 changes: 73 additions & 0 deletions ChangeLog-8.php
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,79 @@

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

<section class="version" id="8.1.26"><!-- {{{ 8.1.26 -->
<h3>Version 8.1.26</h3>
<b><?php release_date('23-Nov-2023'); ?></b>
<ul><li>Core:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 12468); ?> (Double-free of doc_comment when overriding static property via trait).</li>
<li>Fixed segfault caused by weak references to FFI objects.</li>
<li>Fixed max_execution_time: don't delete an unitialized timer.</li>
</ul></li>
<li>DOM:
<ul>
<li>Fix registerNodeClass with abstract class crashing.</li>
<li>Add missing NULL pointer error check.</li>
<li>Fix validation logic of php:function() callbacks.</li>
</ul></li>
<li>Fiber:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 11121); ?> (ReflectionFiber segfault).</li>
</ul></li>
<li>FPM:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 9921); ?> (Loading ext in FPM config does not register module handlers).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 12232); ?> (FPM: segfault dynamically loading extension without opcache).</li>
</ul></li>
<li>Intl:
<ul>
<li>Removed the BC break on IntlDateFormatter::construct which threw an exception with an invalid locale.</li>
</ul></li>
<li>Opcache:
<ul>
<li>Added warning when JIT cannot be enabled.</li>
<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>
</ul></li>
<li>OpenSSL:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 12489); ?> (Missing sigbio creation checking in openssl_cms_verify).</li>
</ul></li>
<li>PCRE:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 11374); ?> (Backport upstream fix, Different preg_match result with -d pcre.jit=0).</li>
</ul></li>
<li>SOAP:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 12392); ?> (Segmentation fault on SoapClient::__getTypes).</li>
<li><?php bugfix(66150); ?> (SOAP WSDL cache race condition causes Segmentation Fault).</li>
<li><?php bugfix(67617); ?> (SOAP leaves incomplete cache file on ENOSPC).</li>
<li>Fix incorrect uri check in SOAP caching.</li>
<li>Fix segfault and assertion failure with refcounted props and arrays.</li>
<li>Fix potential crash with an edge case of persistent encoders.</li>
<li><?php bugfix(75306); ?> (Memleak in SoapClient).</li>
</ul></li>
<li>Streams:
<ul>
<li><?php bugfix(75708); ?> (getimagesize with "&amp;$imageinfo" fails on StreamWrappers).</li>
</ul></li>
<li>XMLReader:
<ul>
<li>Add missing NULL pointer error check.</li>
</ul></li>
<li>XMLWriter:
<ul>
<li>Add missing NULL pointer error check.</li>
</ul></li>
<li>XSL:
<ul>
<li>Add missing module dependency.</li>
<li>Fix validation logic of php:function() callbacks.</li>
</ul></li>
</ul>
<!-- }}} --></section>



<section class="version" id="8.1.25"><!-- {{{ 8.1.25 -->
<h3>Version 8.1.25</h3>
<b><?php release_date('26-Oct-2023'); ?></b>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
<xi:include href="entries/2023-11-23-3.xml"/>
<xi:include href="entries/2023-11-23-2.xml"/>
<xi:include href="entries/2023-11-23-1.xml"/>
<xi:include href="entries/2023-11-21-1.xml"/>
Expand Down
21 changes: 21 additions & 0 deletions archive/entries/2023-11-23-3.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.1.26 Released!</title>
<id>https://www.php.net/archive/2023.php#2023-11-23-3</id>
<published>2023-11-23T18:24:51+00:00</published>
<updated>2023-11-23T18:24:51+00:00</updated>
<link href="https://www.php.net/index.php#2023-11-23-3" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2023.php#2023-11-23-3" rel="via" type="text/html"/>
<category term="releases" label="New PHP release"/>
<category term="frontpage" label="PHP.net frontpage news"/>
<content type="xhtml">
<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>

<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>

<p>For source downloads of PHP 8.1.26 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.26">ChangeLog</a>.
</p> </div>
</content>
</entry>
36 changes: 36 additions & 0 deletions include/releases.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.1.25' =>
array (
'announcement' =>
array (
'English' => '/releases/8_1_25.php',
),
'tags' =>
array (
),
'date' => '26 Oct 2023',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.1.25.tar.gz',
'name' => 'PHP 8.1.25 (tar.gz)',
'sha256' => '1a8c59d6b3eccb404c229e947558d2bf1220c3dec0b0036690fadc07f39934ab',
'date' => '26 Oct 2023',
),
1 =>
array (
'filename' => 'php-8.1.25.tar.bz2',
'name' => 'PHP 8.1.25 (tar.bz2)',
'sha256' => 'a86a88c1840c1bc832bcfd2fbec3b8a1942c8314da5dff53f09f9c98d0c12e8a',
'date' => '26 Oct 2023',
),
2 =>
array (
'filename' => 'php-8.1.25.tar.xz',
'name' => 'PHP 8.1.25 (tar.xz)',
'sha256' => '66fdba064aa119b1463a7969571d42f4642690275d8605ab5149bcc5107e2484',
'date' => '26 Oct 2023',
),
),
'museum' => false,
),
'8.2.12' =>
array (
'announcement' =>
Expand Down
10 changes: 5 additions & 5 deletions include/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ $RELEASES = (function () {

/* PHP 8.1 Release */
$data['8.1'] = [
'version' => '8.1.25',
'date' => '26 Oct 2023',
'version' => '8.1.26',
'date' => '23 Nov 2023',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '1a8c59d6b3eccb404c229e947558d2bf1220c3dec0b0036690fadc07f39934ab',
'tar.bz2' => 'a86a88c1840c1bc832bcfd2fbec3b8a1942c8314da5dff53f09f9c98d0c12e8a',
'tar.xz' => '66fdba064aa119b1463a7969571d42f4642690275d8605ab5149bcc5107e2484',
'tar.gz' => 'd954cecfc3d294c2fccbe2b1a6bef784ce0d6c5d44a9e28f8a527e092825f2cb',
'tar.bz2' => '83bde249c84aa1a043a8c8d0eea09345c2cae69b9784cdf02229fc916fbb9ea0',
'tar.xz' => '17f87133596449327451ad4b8d9911bfaea59ff5109f3a6f2bb679f967a8ea0f',
]
];

Expand Down
16 changes: 16 additions & 0 deletions releases/8_1_26.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/8_1_26.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 8.1.26 Release Announcement');
?>
<h1>PHP 8.1.26 Release Announcement</h1>

<p>The PHP development team announces the immediate availability of PHP 8.1.26. This is a bug fix release.</p>

<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>

<p>For source downloads of PHP 8.1.26 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.26">ChangeLog</a>.
</p>
<?php site_footer();

0 comments on commit ae0837e

Please sign in to comment.