Author: Eric Mann (ericmann)
Date: 2025-10-23T13:49:31-07:00

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

Announce PHP 8.3.27

Changed paths:
  A  archive/entries/2025-10-23-3.xml
  A  releases/8_3_27.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/release-qa.php
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index e8f73a5e78..b7ac321c7d 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1690,6 +1690,91 @@
 
 <a id="PHP_8_3"></a>
 
+<section class="version" id="8.3.27"><!-- {{{ 8.3.27 -->
+<h3>Version 8.3.27</h3>
+<b><?php release_date('23-Oct-2025'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19765); ?> 
(object_properties_load() bypasses readonly property checks).</li>
+  <li>Fixed hard_timeout with --enable-zend-max-execution-timers.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19792); ?> (SCCP causes UAF 
for return value if both warning and exception are triggered).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19653); ?> (Closure named 
argument unpacking between temporary closures can cause a crash).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19839); ?> (Incorrect 
HASH_FLAG_HAS_EMPTY_IND flag on userland array).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19480); ?> (error_log 
php.ini cannot be unset when open_basedir is configured).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20002); ?> (Broken build on 
*BSD with MSAN).</li>
+</ul></li>
+<li>CLI:
+<ul>
+  <li>Fix useless "Failed to poll event" error logs due to EAGAIN in CLI 
server with PHP_CLI_SERVER_WORKERS.</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li>Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead 
of the curl_copy_handle() function to clone a CurlHandle.</li>
+  <li>Fix curl build and test failures with version 8.16.</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 17159); ?>: "P" format for 
::createFromFormat swallows string literals.</li>
+</ul></li>
+<li>DBA:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 19885); ?> (dba_fetch() overflow 
on skip argument).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed <?php githubissuel('php/php-src', 19955); ?> (imagefttext() memory 
leak).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li><?php bugfix(67563); ?> (mysqli compiled with mysqlnd does not take ipv6 
adress as parameter).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li>Fix memory leak and invalid continuation after tar header writing 
fails.</li>
+  <li>Fix memory leaks when creating temp file fails when applying zip 
signature.</li>
+</ul></li>
+<li>SimpleXML:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19988); ?> (zend_string_init 
with NULL pointer in simplexml (UB)).</li>
+</ul></li>
+<li>Soap:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19784); ?> (SoapServer 
memory leak).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20011); ?> (Array of SoapVar 
of unknown type causes crash).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 12265); ?> (Cloning an 
object breaks serialization recursion).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19701); ?> 
(Serialize/deserialize loses some data).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19801); ?> (leaks in 
var_dump() and debug_zval_dump()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20043); ?> (array_unique 
assertion failure with RC1 array causing an exception on sort).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19926); ?> (reset internal 
pointer earlier while splicing array while COW violation flag is still 
set).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19570); ?> (unable to fseek 
in /dev/zero and /dev/null).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19248); ?> (Use strerror_r 
instead of strerror in main).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 17345); ?> (Bug #35916 was 
not completely fixed).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19705); ?> (segmentation 
when attempting to flush on non seekable stream.</li>
+</ul></li>
+<li>XMLReader:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 20009); ?> (XMLReader leak 
on RelaxNG schema failure).</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19688); ?> (Remove pattern 
overflow in zip addGlob()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19932); ?> (Memory leak in 
zip setEncryptionName()/setEncryptionIndex()).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 19922); ?> (Double free on 
gzopen).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.3.26"><!-- {{{ 8.3.26 -->
 <h3>Version 8.3.26</h3>
 <b><?php release_date('25-Sep-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 576435232c..9e5b705f8e 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>[email protected]</email>
   </author>
+  <xi:include href="entries/2025-10-23-3.xml"/>
   <xi:include href="entries/2025-10-23-2.xml"/>
   <xi:include href="entries/2025-10-23-1.xml"/>
   <xi:include href="entries/2025-10-09-2.xml"/>
diff --git a/archive/entries/2025-10-23-3.xml b/archive/entries/2025-10-23-3.xml
new file mode 100644
index 0000000000..1bff7bae2f
--- /dev/null
+++ b/archive/entries/2025-10-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.3.27 Released!</title>
+  <id>https://www.php.net/archive/2025.php#2025-10-23-3</id>
+  <published>2025-10-23T20:47:41+00:00</published>
+  <updated>2025-10-23T20:47:41+00:00</updated>
+  <link href="https://www.php.net/index.php#2025-10-23-3"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2025.php#2025-10-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.3.27. 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.27 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.27";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index c697656ae9..fc80f5a904 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -75,12 +75,12 @@
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 1,
-            'sha256_bz2' => 
'b6299ac3e1d64873016134d24a5d29364301dc487246fec1546a9202fff3d1c3',
-            'sha256_gz'  => 
'ceb41d62a352335e973fc4f1a41c362ee390afe177274efaa614db702daf2f4e',
-            'sha256_xz'  => 
'2c34e49f4396b8de245970f9717abe4431b46e16b6fa4d937208928931dfc2f5',
+            'number'     => 0,
+            'sha256_bz2' => '',
+            'sha256_gz'  => '',
+            'sha256_xz'  => '',
             'date'       => '09 Oct 2025',
-            'baseurl'    => 'https://downloads.php.net/~eric/',
+            'baseurl'    => 'https://downloads.php.net/',
         ],
     ],
 
diff --git a/include/releases.inc b/include/releases.inc
index e91955de3d..ffc28cdece 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.3.26' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_3_26.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '25 Sep 2025',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.3.26.tar.gz',
+          'name' => 'PHP 8.3.26 (tar.gz)',
+          'sha256' => 
'c96dac9745db9216a299007d144b593f4e4e7d95b4618b2a9591e5e5585200d5',
+          'date' => '25 Sep 2025',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.3.26.tar.bz2',
+          'name' => 'PHP 8.3.26 (tar.bz2)',
+          'sha256' => 
'721b63d5349f131f5097537b3be6ba6801e2d8e6faba1f1f2ea95b4fd62e7525',
+          'date' => '25 Sep 2025',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.3.26.tar.xz',
+          'name' => 'PHP 8.3.26 (tar.xz)',
+          'sha256' => 
'2f522eefa02c400c94610d07f25c4fd4c771f95e4a1f55102332ccb40663cbd2',
+          'date' => '25 Sep 2025',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.4.13' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 4a1787238d..dee0d96977 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.26',
-        'date' => '25 Sep 2025',
+        'version' => '8.3.27',
+        'date' => '23 Oct 2025',
         'tags' => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'c96dac9745db9216a299007d144b593f4e4e7d95b4618b2a9591e5e5585200d5',
-            'tar.bz2' => 
'721b63d5349f131f5097537b3be6ba6801e2d8e6faba1f1f2ea95b4fd62e7525',
-            'tar.xz' => 
'2f522eefa02c400c94610d07f25c4fd4c771f95e4a1f55102332ccb40663cbd2',
+            'tar.gz' => 
'bf189e30f81e11526690b1c82e4fb8b286b607cd7afaf4bf27a39003d8f3246f',
+            'tar.bz2' => 
'a1dd2b51b437c0a6337e019004778a8ef253db4e9aff7d48d88798ca91b7e2a4',
+            'tar.xz' => 
'c15a09a9d199437144ecfef7d712ec4ca5c6820cf34acc24cc8489dd0cee41ba',
         ]
     ];
 
diff --git a/releases/8_3_27.php b/releases/8_3_27.php
new file mode 100644
index 0000000000..9154f25684
--- /dev/null
+++ b/releases/8_3_27.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_27.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.27 Release Announcement');
+?>
+<h1>PHP 8.3.27 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.3.27. 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.27 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.27";>ChangeLog</a>.
+</p>
+<?php site_footer();

Reply via email to