Author: Pierrick Charron (adoy)
Date: 2023-12-21T14:34:46-05:00

Commit: 
https://github.com/php/web-php/commit/65efb098593937bd5f830ed6d27905fabd577b4c
Raw diff: 
https://github.com/php/web-php/commit/65efb098593937bd5f830ed6d27905fabd577b4c.diff

Announce PHP 8.2.14

Changed paths:
  A  archive/entries/2023-12-21-3.xml
  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 849c039056..5a840cb5d9 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -354,6 +354,103 @@
 
 <a id="PHP_8_2"></a>
 
+<section class="version" id="8.2.14"><!-- {{{ 8.2.14 -->
+<h3>Version 8.2.14</h3>
+<b><?php release_date('21-Dec-2023'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed oss-fuzz #54325 (Use-after-free of name in var-var with malicious 
error handler).</li>
+  <li>Fixed oss-fuzz #64209 (In-place modification of filename in 
php_message_handler_for_zend).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12758); ?> / <?php 
githubissuel('php/php-src', 12768); ?> (Invalid opline in OOM handlers within 
ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC).</li>
+  <li>Fix various missing NULL checks.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12835); ?> (Leak of 
call-&gt;extra_named_params on internal __call).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li>Fixed improbably integer overflow while parsing really large (or small) 
Unix timestamps.</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12616); ?> (DOM: Removing 
XMLNS namespace node results in invalid default: prefix).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12705); ?> (Segmentation 
fault in fpm_status_export_to_zval).</li>
+</ul></li>
+<li>FTP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9348); ?> (FTP &amp; SSL 
session reuse).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12635); ?> (Test 
bug69398.phpt fails with ICU 74.1).</li>
+</ul></li>
+<li>LibXML:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12702); ?> (libxml2 2.12.0 
issue building from src).</li>
+  <li>Fixed test failures for libxml2 2.12.0.</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li>Avoid using uninitialised struct.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12791); ?> (Possible 
dereference of NULL in MySQLnd debug code).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning 
at the same time as invalid offset Error).</li>
+  <li>Fixed JIT bug (JIT emits "Attempt to assign property of non-object" 
warning at the same time as Error is being thrown).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(50713); ?> (openssl_pkcs7_verify() may ignore untrusted 
CAs).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12628); ?> (The gh11374 test 
fails on Alpinelinux).</li>
+</ul></li>
+<li>PDO PGSQL:
+<ul>
+  <li>Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() 
(kocsismate)</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12763); ?> wrong argument 
type for pg_untrace.</li>
+</ul></li>
+<li>PHPDBG:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12675); ?> (MEMORY_LEAK in 
phpdbg_prompt.c).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12838); ?> ([SOAP] Temporary 
WSDL cache files not being deleted).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12721); ?> 
(SplFileInfo::getFilename() segfault in combination with GlobIterator and no 
directory separator).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12633); ?> 
(sqlite3_defensive.phpt fails with sqlite 3.44.0).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fix memory leak in syslog device handling.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12621); ?> (browscap 
segmentation fault when configured in the vhost).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12655); ?> (proc_open() does 
not take into account references in the descriptor array).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li><?php bugfix(79945); ?> (Stream wrappers in imagecreatefrompng causes 
segfault).</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12661); ?> (Inconsistency in 
ZipArchive::addGlob remove_path Option Behavior).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.2.13"><!-- {{{ 8.2.13 -->
 <h3>Version 8.2.13</h3>
 <b><?php release_date('23-Nov-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 3cec6fc7eb..f730477e69 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-12-21-3.xml"/>
   <xi:include href="entries/2023-12-21-2.xml"/>
   <xi:include href="entries/2023-12-21-1.xml"/>
   <xi:include href="entries/2023-11-23-3.xml"/>
diff --git a/archive/entries/2023-12-21-3.xml b/archive/entries/2023-12-21-3.xml
new file mode 100644
index 0000000000..91043c4044
--- /dev/null
+++ b/archive/entries/2023-12-21-3.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.2.14 Released!</title>
+  <id>https://www.php.net/archive/2023.php#2023-12-21-3</id>
+  <published>2023-12-21T14:28:29-05:00</published>
+  <updated>2023-12-21T14:28:29-05:00</updated>
+  <link href="https://www.php.net/index.php#2023-12-21-3"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2023.php#2023-12-21-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.2.14. 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.14 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.14";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index bab3fac749..c428637374 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.2.13' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_2_13.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '23 Nov 2023',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.2.13.tar.gz',
+          'name' => 'PHP 8.2.13 (tar.gz)',
+          'sha256' => 
'6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b',
+          'date' => '23 Nov 2023',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.2.13.tar.bz2',
+          'name' => 'PHP 8.2.13 (tar.bz2)',
+          'sha256' => 
'66529f43b213131e6b253c5602bef05f049458d21292730fccd63b48a06d67ba',
+          'date' => '23 Nov 2023',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.2.13.tar.xz',
+          'name' => 'PHP 8.2.13 (tar.xz)',
+          'sha256' => 
'2629bba10117bf78912068a230c68a8fd09b7740267bd8ebd3cfce91515d454b',
+          'date' => '23 Nov 2023',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.1.26' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 623c99e596..65f857c79b 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
 
     /* PHP 8.2 Release */
     $data['8.2'] = [
-        'version' => '8.2.13',
-        'date' => '23 Nov 2023',
+        'version' => '8.2.14',
+        'date' => '21 Dec 2023',
         'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b',
-            'tar.bz2' => 
'66529f43b213131e6b253c5602bef05f049458d21292730fccd63b48a06d67ba',
-            'tar.xz' => 
'2629bba10117bf78912068a230c68a8fd09b7740267bd8ebd3cfce91515d454b',
+            'tar.gz' => 
'4c1fbb55a10ece7f4532feba9f3f88b9b211c11320742977588738374c03255f',
+            'tar.bz2' => 
'f871e131333d60ae6c537b1adddbc2aea54c436c562af986fb8309c060040b9e',
+            'tar.xz' => 
'763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583',
         ]
     ];
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to