Author: Jakub Zelenka (bukka)
Date: 2024-05-09T15:42:10+01:00
Commit:
https://github.com/php/web-php/commit/6abd27bc7715834745d3aecca3bd6d8fe84d43dd
Raw diff:
https://github.com/php/web-php/commit/6abd27bc7715834745d3aecca3bd6d8fe84d43dd.diff
Announce PHP 8.3.7
Changed paths:
A archive/entries/2024-05-09-2.xml
A releases/8_3_7.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 a6e97bda85..f4793a1667 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,90 @@
?>
<a id="PHP_8_3"></a>
+<section class="version" id="8.3.7"><!-- {{{ 8.3.7 -->
+<h3>Version 8.3.7</h3>
+<b><?php release_date('09-May-2024'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fixed zend_call_stack build with Linux/uclibc-ng without thread
support.</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13772); ?> (Invalid
execute_data->opline pointers in observer fcall handlers when JIT is
enabled).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13931); ?> (Applying zero
offset to null pointer in Zend/zend_opcode.c).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13942); ?> (Align the
behavior of zend-max-execution-timers with other timeout implementations).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 14003); ?> (Broken cleanup
of unfinished calls with callable convert parameters).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 14013); ?> (Erroneous dnl
appended in configure).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10232); ?> (If autoloading
occurs during constant resolution filename and lineno are identified
incorrectly).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13727); ?> (Missing void
keyword).</li>
+</ul></li>
+<li>Fibers:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13903); ?> (ASAN false
positive underflow when executing copy()).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13795); ?> (Test failing in
ext/fileinfo/tests/bug78987.phpt on big-endian PPC).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13563); ?> (Setting bool
values via env in FPM config fails).</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li>Fixed build for icu 74 and onwards.</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+ <li>Fix shift out of bounds on 32-bit non-fast-path platforms.</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13433); ?> (Segmentation
Fault in zend_class_init_statics when using opcache.preload).</li>
+ <li>Fixed incorrect assumptions across compilation units for static
calls.</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10495); ?> (feof on OpenSSL
stream hangs indefinitely).</li>
+</ul></li>
+<li>PDO SQLite:
+<ul>
+ <li>Fix <?php githubissuel('php/php-src', 13984); ?> (Buffer size is now
checked before memcmp).</li>
+ <li>Fix <?php githubissuel('php/php-src', 13998); ?> (Manage refcount of
agg_context->val correctly).</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13836); ?> (Renaming a file
in a Phar to an already existing filename causes a NULL pointer
dereference).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13833); ?> (Applying zero
offset to null pointer in zend_hash.c).</li>
+ <li>Fix potential NULL pointer dereference before calling EVP_SignInit.</li>
+</ul></li>
+<li>PHPDBG:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13827); ?> (Null pointer
access of type 'zval' in phpdbg_frame).</li>
+</ul></li>
+<li>Posix:
+<ul>
+ <li>Fix usage of reentrant functions in ext/posix.</li>
+</ul></li>
+<li>Session:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13856); ?> (Member access
within null pointer of type 'ps_files' in ext/session/mod_files.c).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13891); ?> (memleak and
segfault when using ini_set with session.trans_sid_hosts).</li>
+ <li>Fixed buffer _read/_write size limit on windows for the file mode.</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li>Fixed file_get_contents() on Windows fails with "errno=22 Invalid
argument".</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13264); ?> (Part 1 - Memory
leak on stream filter failure).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13860); ?> (Incorrect
PHP_STREAM_OPTION_CHECK_LIVENESS case in ext/openssl/xp_ssl.c - causing use of
dead socket).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11678); ?> (Build fails on
musl 1.2.4 - lfs64).</li>
+</ul></li>
+<li>Treewide:
+<ul>
+ <li>Fix gcc-14 Wcalloc-transposed-args warnings.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.3.6"><!-- {{{ 8.3.6 -->
<h3>Version 8.3.6</h3>
<b><?php release_date('11-Apr-2024'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 20accc244d..1f45981dd3 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/2024-05-09-2.xml"/>
<xi:include href="entries/2024-05-09-1.xml"/>
<xi:include href="entries/2024-04-24-1.xml"/>
<xi:include href="entries/2024-04-11-3.xml"/>
diff --git a/archive/entries/2024-05-09-2.xml b/archive/entries/2024-05-09-2.xml
new file mode 100644
index 0000000000..da42f5f632
--- /dev/null
+++ b/archive/entries/2024-05-09-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.7 Released!</title>
+ <id>https://www.php.net/archive/2024.php#2024-05-09-2</id>
+ <published>2024-05-09T14:40:06+00:00</published>
+ <updated>2024-05-09T14:40:06+00:00</updated>
+ <link href="https://www.php.net/index.php#2024-05-09-2" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2024.php#2024-05-09-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.7. 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.7 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.7">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 282adc2197..5a60e354c6 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.3.6' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_3_6.php',
+ ),
+ 'tags' =>
+ array (
+ 0 => 'security',
+ ),
+ 'date' => '11 Apr 2024',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.3.6.tar.gz',
+ 'name' => 'PHP 8.3.6 (tar.gz)',
+ 'sha256' =>
'39695f5bd107892e36fd2ed6b3d3a78140fd4b05d556d6c6531a921633cacb5f',
+ 'date' => '11 Apr 2024',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.3.6.tar.bz2',
+ 'name' => 'PHP 8.3.6 (tar.bz2)',
+ 'sha256' =>
'6324b1ddd8eb3025b041034b88dc2bc0b4819b0022129eeaeba37e47803108bc',
+ 'date' => '11 Apr 2024',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.3.6.tar.xz',
+ 'name' => 'PHP 8.3.6 (tar.xz)',
+ 'sha256' =>
'53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae',
+ 'date' => '11 Apr 2024',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.2.18' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 40ee72c304..36668f9fc2 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.6',
- 'date' => '11 Apr 2024',
- 'tags' => ['security'], // Set to ['security'] for security releases.
+ 'version' => '8.3.7',
+ 'date' => '09 May 2024',
+ 'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'39695f5bd107892e36fd2ed6b3d3a78140fd4b05d556d6c6531a921633cacb5f',
- 'tar.bz2' =>
'6324b1ddd8eb3025b041034b88dc2bc0b4819b0022129eeaeba37e47803108bc',
- 'tar.xz' =>
'53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae',
+ 'tar.gz' =>
'2e11d10b651459a8767401e66b5d70e3b048e446579fcdeb0b69bcba789af8c4',
+ 'tar.bz2' =>
'01c20cde1c5a5696651875ed22f507849679fba740f8c421616b7d43d7f797da',
+ 'tar.xz' =>
'd53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a',
]
];
diff --git a/releases/8_3_7.php b/releases/8_3_7.php
new file mode 100644
index 0000000000..4f9b39f2df
--- /dev/null
+++ b/releases/8_3_7.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_7.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.7 Release Announcement');
+?>
+<h1>PHP 8.3.7 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.3.7.
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.7 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.7">ChangeLog</a>.
+</p>
+<?php site_footer();