Author: Eric Mann (ericmann)
Date: 2023-12-21T07:53:30-08:00

Commit: 
https://github.com/php/web-php/commit/29b2ebbdc35d21ae7c24dbb7fa77eaf2862fbaf1
Raw diff: 
https://github.com/php/web-php/commit/29b2ebbdc35d21ae7c24dbb7fa77eaf2862fbaf1.diff

Announce PHP 8.3.1

Changed paths:
  A  archive/entries/2023-12-21-1.xml
  A  releases/8_3_1.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 da96c9eb37..68993765dc 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,55 @@
 ?>
 <a id="PHP_8_3"></a>
 
+<section class="version" id="8.3.1"><!-- {{{ 8.3.1 -->
+<h3>Version 8.3.1</h3>
+<b><?php release_date('21-Dec-2023'); ?></b>
+<ul><li>Core:
+<ul>
+  <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>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12826); ?> (Weird pointers 
issue in nested loops).</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>LibXML:
+<ul>
+  <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>PDO PGSQL:
+<ul>
+  <li>Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() 
(kocsismate)</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>Standard:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 12745); ?> (http_build_query() 
default null argument for $arg_separator is implicitly coerced to string).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.3.0"><!-- {{{ 8.3.0 -->
 <h3>Version 8.3.0</h3>
 <b><?php release_date('23-Nov-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 26ca1a5f68..4606cbdc0e 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-1.xml"/>
   <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"/>
diff --git a/archive/entries/2023-12-21-1.xml b/archive/entries/2023-12-21-1.xml
new file mode 100644
index 0000000000..5eb87e175e
--- /dev/null
+++ b/archive/entries/2023-12-21-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.3.1 Released!</title>
+  <id>https://www.php.net/archive/2023.php#2023-12-21-1</id>
+  <published>2023-12-21T07:48:56-08:00</published>
+  <updated>2023-12-21T07:48:56-08:00</updated>
+  <link href="https://www.php.net/index.php#2023-12-21-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2023.php#2023-12-21-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.3.1. This is a bug fix 
release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.1 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.3.1";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index a72560cf34..605dff07c8 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.3.0' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_3_0.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '23 Nov 2023',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.3.0.tar.gz',
+          'name' => 'PHP 8.3.0 (tar.gz)',
+          'sha256' => 
'557ae14650f1d1984d3213e3fcd8d93a5f11418b3f8026d3a2d5022251163951',
+          'date' => '23 Nov 2023',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.3.0.tar.bz2',
+          'name' => 'PHP 8.3.0 (tar.bz2)',
+          'sha256' => 
'de67d0833d42b196e5a66fa1a332f45e296cbe8e9472e9256b2a071c34dc5ed6',
+          'date' => '23 Nov 2023',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.3.0.tar.xz',
+          'name' => 'PHP 8.3.0 (tar.xz)',
+          'sha256' => 
'1db84fec57125aa93638b51bb2b15103e12ac196e2f960f0d124275b2687ea54',
+          'date' => '23 Nov 2023',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.0.30' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 75afdc8463..72a4c236eb 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
 
     /* PHP 8.3 Release */
     $data['8.3'] = [
-        'version' => '8.3.0',
-        'date' => '23 Nov 2023',
+        'version' => '8.3.1',
+        'date' => '21 Dec 2023',
         'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'557ae14650f1d1984d3213e3fcd8d93a5f11418b3f8026d3a2d5022251163951',
-            'tar.bz2' => 
'de67d0833d42b196e5a66fa1a332f45e296cbe8e9472e9256b2a071c34dc5ed6',
-            'tar.xz' => 
'1db84fec57125aa93638b51bb2b15103e12ac196e2f960f0d124275b2687ea54',
+            'tar.gz' => 
'2b10218b5e81915d1708ab4b6351362d073556ec73a790553c61fd89c119924e',
+            'tar.bz2' => 
'c40fae9197fa68a532f6a062c316dafe3b04c545136b54b9ead4932fc26c6ae1',
+            'tar.xz' => 
'56445b1771b2ba5b7573453f9e8a9451e2d810b1741a352fa05259733b1e9758',
         ]
     ];
 
diff --git a/releases/8_3_1.php b/releases/8_3_1.php
new file mode 100644
index 0000000000..d3291a0dcf
--- /dev/null
+++ b/releases/8_3_1.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_1.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.1 Release Announcement');
+?>
+<h1>PHP 8.3.1 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.3.1. 
This is a bug fix release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.1 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.3.1";>ChangeLog</a>.
+</p>
+<?php site_footer();

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

Reply via email to