Author: Sergey Panteleev (saundefined) Date: 2023-11-23T15:27:02+03:00 Commit: https://github.com/php/web-php/commit/0dd8d6b02b5ba5388eb33a30f6b0b1e49ec8b71e Raw diff: https://github.com/php/web-php/commit/0dd8d6b02b5ba5388eb33a30f6b0b1e49ec8b71e.diff
Announce PHP 8.2.13 Changed paths: A archive/entries/2023-11-23-1.xml A releases/8_2_13.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 be801ab9ea..4ee0367599 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,83 @@ ?> <a id="PHP_8_2"></a> +<section class="version" id="8.2.13"><!-- {{{ 8.2.13 --> +<h3>Version 8.2.13</h3> +<b><?php release_date('23-Nov-2023'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed double-free of non-interned enum case name.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 12457); ?> (Incorrect result of stripos with single character needle).</li> + <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> + <li>Fixed bug <?php githubissuel('php/php-src', 12558); ?> (Arginfo soft-breaks with namespaced class return type if the class name starts with N).</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> + <li><?php bugfix(76922); ?> (FastCGI terminates conn after FCGI_GET_VALUES).</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.2.12"><!-- {{{ 8.2.12 --> <h3>Version 8.2.12</h3> <b><?php release_date('26-Oct-2023'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 108d5bd817..48d7156a1c 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-1.xml"/> <xi:include href="entries/2023-11-21-1.xml"/> <xi:include href="entries/2023-11-09-1.xml"/> <xi:include href="entries/2023-10-30-1.xml"/> diff --git a/archive/entries/2023-11-23-1.xml b/archive/entries/2023-11-23-1.xml new file mode 100644 index 0000000000..20d523741a --- /dev/null +++ b/archive/entries/2023-11-23-1.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.2.13 Released!</title> + <id>https://www.php.net/archive/2023.php#2023-11-23-1</id> + <published>2023-11-23T12:24:42+00:00</published> + <updated>2023-11-23T12:24:42+00:00</updated> + <link href="https://www.php.net/index.php#2023-11-23-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2023.php#2023-11-23-1" 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.2.13. This is a bug fix release.</p> + + <p>All PHP 8.2 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 8.2.13 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.2.13">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index fd8a076281..a2d5f9ca2b 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.12' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_12.php', + ), + 'tags' => + array ( + ), + 'date' => '26 Oct 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.12.tar.gz', + 'name' => 'PHP 8.2.12 (tar.gz)', + 'sha256' => 'b2b74a91f5fac14ce10ece0ac210f6f5d72f4367a3cb638e80d117d183750a21', + 'date' => '26 Oct 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.12.tar.bz2', + 'name' => 'PHP 8.2.12 (tar.bz2)', + 'sha256' => '704325f56b1b4c17f9f951e1ffef5c64e148896053f34e2626152cbaa2f05893', + 'date' => '26 Oct 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.12.tar.xz', + 'name' => 'PHP 8.2.12 (tar.xz)', + 'sha256' => 'e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132', + 'date' => '26 Oct 2023', + ), + ), + 'museum' => false, + ), '8.1.24' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 5e0f0c4967..1826ce7d60 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.12', - 'date' => '26 Oct 2023', + 'version' => '8.2.13', + 'date' => '23 Nov 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'b2b74a91f5fac14ce10ece0ac210f6f5d72f4367a3cb638e80d117d183750a21', - 'tar.bz2' => '704325f56b1b4c17f9f951e1ffef5c64e148896053f34e2626152cbaa2f05893', - 'tar.xz' => 'e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132', + 'tar.gz' => '6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b', + 'tar.bz2' => '66529f43b213131e6b253c5602bef05f049458d21292730fccd63b48a06d67ba', + 'tar.xz' => '2629bba10117bf78912068a230c68a8fd09b7740267bd8ebd3cfce91515d454b', ] ]; diff --git a/releases/8_2_13.php b/releases/8_2_13.php new file mode 100644 index 0000000000..6fdb264f39 --- /dev/null +++ b/releases/8_2_13.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_2_13.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.2.13 Release Announcement'); +?> +<h1>PHP 8.2.13 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.2.13. This is a bug fix release.</p> + +<p>All PHP 8.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.2.13 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.2.13">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php