Author: Ben Ramsey (ramsey) Date: 2023-11-23T12:27:26-06:00 Commit: https://github.com/php/web-php/commit/ae0837eebf84fc068356e2fe8a180c6db3d4c1e4 Raw diff: https://github.com/php/web-php/commit/ae0837eebf84fc068356e2fe8a180c6db3d4c1e4.diff
Announce PHP 8.1.26 Changed paths: A archive/entries/2023-11-23-3.xml A releases/8_1_26.php M ChangeLog-8.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 91e7dcc232..da96c9eb37 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -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 "&$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> diff --git a/archive/archive.xml b/archive/archive.xml index 98d278b53d..26ca1a5f68 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</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"/> diff --git a/archive/entries/2023-11-23-3.xml b/archive/entries/2023-11-23-3.xml new file mode 100644 index 0000000000..cf79c8f8df --- /dev/null +++ b/archive/entries/2023-11-23-3.xml @@ -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> diff --git a/include/releases.inc b/include/releases.inc index a2d5f9ca2b..a140fa5e5d 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -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' => diff --git a/include/version.inc b/include/version.inc index 3f36b3d184..e289bb1485 100644 --- a/include/version.inc +++ b/include/version.inc @@ -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', ] ]; diff --git a/releases/8_1_26.php b/releases/8_1_26.php new file mode 100644 index 0000000000..07d343693b --- /dev/null +++ b/releases/8_1_26.php @@ -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(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php