Author: Jakub Zelenka (bukka)
Date: 2025-04-10T18:06:53+02:00

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

Announce PHP 8.3.20

Changed paths:
  A  archive/entries/2025-04-10-2.xml
  A  releases/8_3_20.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 fc68c662aa..32dc71b5bd 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1009,6 +1009,72 @@
 
 <a id="PHP_8_3"></a>
 
+<section class="version" id="8.3.20"><!-- {{{ 8.3.20 -->
+<h3>Version 8.3.20</h3>
+<b><?php release_date('10-Apr-2025'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17961); ?> (use-after-free 
during dl()'ed module class destruction).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 15367); ?> (dl() of module 
with aliased class crashes in shutdown).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 13193); ?> again 
(Significant performance degradation in 'foreach').</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li>Fix weird unpack behaviour in DOM.</li>
+  <li>Fix xinclude destruction of live attributes.</li>
+</ul></li>
+<li>Embed:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 8533); ?> (Unable to link 
dynamic libphp on Mac).</li>
+</ul></li>
+<li>Fuzzer:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18081); ?> (Memory leaks in 
error paths of fuzzer SAPI).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17984); ?> (calls with 
arguments as array with references).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fix locale_compose and locale_lookup to work with their array argument 
with values as references.</li>
+  <li>Fix dateformat_format when the time is an array of references.</li>
+  <li>Fix UConverter::transcode with substitutes as references.</li>
+</ul></li>
+<li>Mbstring:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17989); ?> 
(mb_output_handler crash with unset http_output_conv_mimetypes).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18112); ?> (NULL access with 
preloading and INI option).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18107); ?> (Opcache CFG jmp 
optimization with try-finally breaks the exception table).</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li>Fix memory leak when destroying PDORow.</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(66049); ?> (Typemap can break parsing in parse_packet_soap 
leading to a segfault) .</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 18018); ?> (RC1 data 
returned from offsetGet causes UAF in ArrayObject).</li>
+</ul></li>
+<li>Treewide:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17736); ?> (Assertion 
failure zend_reference_destroy()).</li>
+</ul></li>
+<li>Windows:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17836); ?> (zend_vm_gen.php 
shouldn't break on Windows line endings).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.3.19"><!-- {{{ 8.3.19 -->
 <h3>Version 8.3.19</h3>
 <b><?php release_date('13-Mar-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 277fdb9d07..55de1e8238 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/2025-04-10-2.xml"/>
   <xi:include href="entries/2025-04-10-1.xml"/>
   <xi:include href="entries/2025-03-14-1.xml"/>
   <xi:include href="entries/2025-03-13-5.xml"/>
diff --git a/archive/entries/2025-04-10-2.xml b/archive/entries/2025-04-10-2.xml
new file mode 100644
index 0000000000..75796d9fed
--- /dev/null
+++ b/archive/entries/2025-04-10-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.3.20 Released!</title>
+  <id>https://www.php.net/archive/2025.php#2025-04-10-2</id>
+  <published>2025-04-10T15:56:49+00:00</published>
+  <updated>2025-04-10T15:56:49+00:00</updated>
+  <link href="https://www.php.net/index.php#2025-04-10-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2025.php#2025-04-10-2"; 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.20. 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.20 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.20";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index a9a95442c6..f7f10e8b30 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.3.19' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_3_19.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '13 Mar 2025',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.3.19.tar.gz',
+          'name' => 'PHP 8.3.19 (tar.gz)',
+          'sha256' => 
'bb21d1a5eb9a8b27668b2926fa9279a5878bb6fdee55450621f7865e062dcf3a',
+          'date' => '13 Mar 2025',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.3.19.tar.bz2',
+          'name' => 'PHP 8.3.19 (tar.bz2)',
+          'sha256' => 
'ad6902a2a02f94ec3e9982069e2668bba3ce47e2f6bbbab95eb6b7db7bf3d350',
+          'date' => '13 Mar 2025',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.3.19.tar.xz',
+          'name' => 'PHP 8.3.19 (tar.xz)',
+          'sha256' => 
'976e4077dd25bec96b5dfe8938052d243bbd838f95368a204896eff12756545f',
+          'date' => '13 Mar 2025',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.2.27' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index c7e891d3c0..8195f31839 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
 
     /* PHP 8.3 Release */
     $data['8.3'] = [
-        'version' => '8.3.19',
-        'date' => '13 Mar 2025',
-        'tags' => ['security'], // Set to ['security'] for security releases.
+        'version' => '8.3.20',
+        'date' => '10 Apr 2025',
+        'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'bb21d1a5eb9a8b27668b2926fa9279a5878bb6fdee55450621f7865e062dcf3a',
-            'tar.bz2' => 
'ad6902a2a02f94ec3e9982069e2668bba3ce47e2f6bbbab95eb6b7db7bf3d350',
-            'tar.xz' => 
'976e4077dd25bec96b5dfe8938052d243bbd838f95368a204896eff12756545f',
+            'tar.gz' => 
'515ed37529df6b7f569ba68d505713bce23a93a58471dedac4ecfd17c44e5650',
+            'tar.bz2' => 
'36b4e6a323cd45673a54f296e9d2666b7f5df57641031c77c4fd8137bc4ebeb3',
+            'tar.xz' => 
'f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0dc',
         ]
     ];
 
diff --git a/releases/8_3_20.php b/releases/8_3_20.php
new file mode 100644
index 0000000000..9e49def999
--- /dev/null
+++ b/releases/8_3_20.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_20.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.20 Release Announcement');
+?>
+<h1>PHP 8.3.20 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.3.20. 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.20 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.20";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to