Author: Jakub Zelenka (bukka)
Date: 2024-01-18T14:50:48Z
Commit:
https://github.com/php/web-php/commit/3f0c7aeae24cd182af2f938904f01ff06df0a2c9
Raw diff:
https://github.com/php/web-php/commit/3f0c7aeae24cd182af2f938904f01ff06df0a2c9.diff
Announce PHP 8.3.2
Changed paths:
A archive/entries/2024-01-18-1.xml
A releases/8_3_2.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 5a840cb5d9..4ce8921d2f 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,88 @@
?>
<a id="PHP_8_3"></a>
+<section class="version" id="8.3.2"><!-- {{{ 8.3.2 -->
+<h3>Version 8.3.2</h3>
+<b><?php release_date('18-Jan-2024'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12953); ?> (false positive
SSA integrity verification failed when loading composer classmaps with more
than 11k elements).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12999); ?> (zend_strnlen
build when strnlen is unsupported).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12966); ?> (missing
cross-compiling 3rd argument so Autoconf doesn't emit warnings).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12854); ?> (8.3 - as final
trait-used method does not correctly report visibility in Reflection).</li>
+</ul></li>
+<li>Cli:
+<ul>
+ <li>Fix incorrect timeout in built-in web server when using router script
and max_input_time.</li>
+</ul></li>
+<li>DOM:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12870); ?> (Creating an
xmlns attribute results in a DOMException).</li>
+ <li>Fix crash when toggleAttribute() is used without a document.</li>
+ <li>Fix crash in adoptNode with attribute references.</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13012); ?>
(DOMNode::isEqualNode() is incorrect when attribute order is different).</li>
+</ul></li>
+<li>FFI:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 9698); ?>
(stream_wrapper_register crashes with FFI\CData).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12905); ?> (FFI::new
interacts badly with observers).</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li>Fixed <?php githubissuel('php/php-src', 12943); ?>
(IntlDateFormatter::__construct accepts 'C' as valid locale).</li>
+</ul></li>
+<li>Hash:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12936); ?> (hash() function
hangs endlessly if using sha512 on strings >= 4GiB).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+ <li>Fix crash on Apache shutdown with persistent connections.</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li>Fixed oss-fuzz #64727 (JIT undefined array key warning may overwrite DIM
with NULL when DIM is the same var as result).</li>
+ <li>Added workaround for SELinux mprotect execheap issue. See
https://bugzilla.kernel.org/show_bug.cgi?id=218258.</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12987); ?> (openssl_csr_sign
might leak new cert on error).</li>
+</ul></li>
+<li>PDO:
+<ul>
+ <li>Fix <?php githubissuel('php/php-src', 12969); ?> (Fixed
PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES).</li>
+</ul></li>
+<li>PDO_ODBC:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12767); ?> (Unable to turn
on autocommit mode with setAttribute()).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li>Fixed auto_reset_persistent handling and allow_persistent type.</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12974); ?> (Apache crashes
on shutdown when using pg_pconnect()).</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li><?php bugfix(77432); ?> (Segmentation fault on including phar file).</li>
+</ul></li>
+<li>PHPDBG:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12962); ?> (Double free of
init_file in phpdbg_prompt.c).</li>
+</ul></li>
+<li>SimpleXML:
+<ul>
+ <li>Fix getting the address of an uninitialized property of a
SimpleXMLElement resulting in a crash.</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12929); ?> (SimpleXMLElement
with stream_wrapper_register can segfault).</li>
+</ul></li>
+<li>Tidy:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12980); ?>
(tidynode.props.attribute is missing "Boolean Attributes" and empty
attributes).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.3.1"><!-- {{{ 8.3.1 -->
<h3>Version 8.3.1</h3>
<b><?php release_date('21-Dec-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index aa40681162..dc1dbd3a5d 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-01-18-1.xml"/>
<xi:include href="entries/2024-01-15-3.xml"/>
<xi:include href="entries/2024-01-15-2.xml"/>
<xi:include href="entries/2024-01-15-1.xml"/>
diff --git a/archive/entries/2024-01-18-1.xml b/archive/entries/2024-01-18-1.xml
new file mode 100644
index 0000000000..4d5e39e4df
--- /dev/null
+++ b/archive/entries/2024-01-18-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.2 Released!</title>
+ <id>https://www.php.net/archive/2024.php#2024-01-18-1</id>
+ <published>2024-01-18T14:47:41+00:00</published>
+ <updated>2024-01-18T14:47:41+00:00</updated>
+ <link href="https://www.php.net/index.php#2024-01-18-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2024.php#2024-01-18-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.2. 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.2 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.2">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index c428637374..f5402c40ad 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.3.1' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_3_1.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '21 Dec 2023',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.3.1.tar.gz',
+ 'name' => 'PHP 8.3.1 (tar.gz)',
+ 'sha256' =>
'2b10218b5e81915d1708ab4b6351362d073556ec73a790553c61fd89c119924e',
+ 'date' => '21 Dec 2023',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.3.1.tar.bz2',
+ 'name' => 'PHP 8.3.1 (tar.bz2)',
+ 'sha256' =>
'c40fae9197fa68a532f6a062c316dafe3b04c545136b54b9ead4932fc26c6ae1',
+ 'date' => '21 Dec 2023',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.3.1.tar.xz',
+ 'name' => 'PHP 8.3.1 (tar.xz)',
+ 'sha256' =>
'56445b1771b2ba5b7573453f9e8a9451e2d810b1741a352fa05259733b1e9758',
+ 'date' => '21 Dec 2023',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.2.13' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 65f857c79b..45e19e694f 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.1',
- 'date' => '21 Dec 2023',
+ 'version' => '8.3.2',
+ 'date' => '18 Jan 2023',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'2b10218b5e81915d1708ab4b6351362d073556ec73a790553c61fd89c119924e',
- 'tar.bz2' =>
'c40fae9197fa68a532f6a062c316dafe3b04c545136b54b9ead4932fc26c6ae1',
- 'tar.xz' =>
'56445b1771b2ba5b7573453f9e8a9451e2d810b1741a352fa05259733b1e9758',
+ 'tar.gz' =>
'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16',
+ 'tar.bz2' =>
'582b3c837a8d952efffe274a5e49706c43a88c162830c2a8c358089fe7449284',
+ 'tar.xz' =>
'4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e',
]
];
diff --git a/releases/8_3_2.php b/releases/8_3_2.php
new file mode 100644
index 0000000000..fed841f429
--- /dev/null
+++ b/releases/8_3_2.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_2.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.2 Release Announcement');
+?>
+<h1>PHP 8.3.2 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.3.2.
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.2 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.2">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php