Author: Patrick Allaert (patrickallaert)
Date: 2023-02-03T10:26:54+01:00
Commit:
https://github.com/php/web-php/commit/497808a4751b70730a803c5dba9b86cad8033012
Raw diff:
https://github.com/php/web-php/commit/497808a4751b70730a803c5dba9b86cad8033012.diff
Announce PHP 8.1.15 (part 2)
Changed paths:
A archive/entries/2023-02-02-2.xml
A releases/8_1_15.php
M ChangeLog-8.php
M archive/archive.xml
Diff:
diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 25b750bfc..6802f5cd0 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -483,6 +483,85 @@
<a id="PHP_8_1"></a>
+<section class="version" id="8.1.15"><!-- {{{ 8.1.15 -->
+<h3>Version 8.1.15</h3>
+<b><?php release_date('02-Feb-2023'); ?></b>
+<ul><li>Apache:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 9949); ?> (Partial content
on incomplete POST request).</li>
+</ul></li>
+<li>Core:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10072); ?> (PHP crashes when
execute_ex is overridden and a __call trampoline is used from internal
code).</li>
+ <li>Fix <?php githubissuel('php/php-src', 10251); ?> (Assertion `(flag &
(1<<3)) == 0' failed).</li>
+ <li>Fix wrong comparison in block optimisation pass after opcode update.</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 9891); ?> (DateTime modify
with unixtimestamp (@) must work like setTimestamp).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10218); ?> (DateTimeZone
fails to parse time zones that contain the "+" character).</li>
+</ul></li>
+<li>Fiber:
+<ul>
+ <li>Fix assertion on stack allocation size.</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 9981); ?> (FPM does not
reset fastcgi.error_header).</li>
+ <li><?php bugfix(67244); ?> (Wrong owner:group for listening unix
socket).</li>
+</ul></li>
+<li>Hash:
+<ul>
+ <li>Handle exceptions from __toString in XXH3's initialization
(nielsdos)</li>
+</ul></li>
+<li>LDAP:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10112); ?>
(LDAP\Connection::__construct() refers to ldap_create()).</li>
+</ul></li>
+<li>MBString:
+<ul>
+ <li>Fixed: mb_strlen (and a couple of other mbstring functions) would
wrongly treat 0x80, 0xFD, 0xFE, 0xFF, and certain other byte values as the
first byte of a 2-byte SJIS character.</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li>Fix inverted bailout value in zend_runtime_jit() (Max Kellermann).</li>
+ <li>Fix access to uninitialized variable in accel_preload().</li>
+ <li>Fix zend_jit_find_trace() crashes.</li>
+ <li>Added missing lock for EXIT_INVALIDATE in zend_jit_trace_exit.</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li>Fix wrong flags check for compression method in phar_object.c
(nielsdos)</li>
+</ul></li>
+<li>PHPDBG:
+<ul>
+ <li>Fix undefined behaviour in phpdbg_load_module_or_extension().</li>
+ <li>Fix NULL pointer dereference in phpdbg_create_conditional_breal().</li>
+ <li>Fix <?php githubissuel('php/php-src', 9710); ?>: phpdbg memory leaks by
option "-h" (nielsdos)</li>
+ <li>Fix phpdbg segmentation fault in case of malformed input (nielsdos)</li>
+</ul></li>
+<li>Posix:
+<ul>
+ <li>Fix memory leak in posix_ttyname() (girgias)</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fix <?php githubissuel('php/php-src', 10187); ?> (Segfault in
stripslashes() with arm64).</li>
+ <li>Fix substr_replace with slots in repl_ht being UNDEF.</li>
+</ul></li>
+<li>TSRM:
+<ul>
+ <li>Fixed Windows shmget() wrt. IPC_PRIVATE.</li>
+</ul></li>
+<li>XMLWriter:
+<ul>
+ <li>Fix missing check for xmlTextWriterEndElement (nielsdos)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.1.14"><!-- {{{ 8.1.14 -->
<h3>Version 8.1.14</h3>
<b><?php release_date('05-Jan-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 8f2c89e04..a01907441 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/2023-02-02-2.xml"/>
<xi:include href="entries/2023-02-02-1.xml"/>
<xi:include href="entries/2023-01-05-3.xml"/>
<xi:include href="entries/2023-01-05-2.xml"/>
diff --git a/archive/entries/2023-02-02-2.xml b/archive/entries/2023-02-02-2.xml
new file mode 100644
index 000000000..1494ccdc1
--- /dev/null
+++ b/archive/entries/2023-02-02-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.1.15 Released!</title>
+ <id>https://www.php.net/archive/2023.php#2023-02-02-2</id>
+ <published>2023-02-02T23:57:50+00:00</published>
+ <updated>2023-02-02T23:57:50+00:00</updated>
+ <link href="https://www.php.net/index.php#2023-02-02-2" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2023.php#2023-02-02-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.1.15. This is a bug fix
release.</p>
+
+<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.1.15 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.1.15">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/releases/8_1_15.php b/releases/8_1_15.php
new file mode 100644
index 000000000..380b29236
--- /dev/null
+++ b/releases/8_1_15.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_15.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.15 Release Announcement');
+?>
+<h1>PHP 8.1.15 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.1.15. This is a bug fix release.</p>
+
+<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.1.15 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.1.15">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php