Skip to content

Commit

Permalink
Announce PHP 8.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
saundefined committed Jan 18, 2024
1 parent 3a0b08f commit 8dc21bc
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 6 deletions.
72 changes: 72 additions & 0 deletions ChangeLog-8.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,78 @@

<a id="PHP_8_2"></a>

<section class="version" id="8.2.15"><!-- {{{ 8.2.15 -->
<h3>Version 8.2.15</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', 12966); ?> (missing cross-compiling 3rd argument so Autoconf doesn't emit warnings).</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>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 &gt;= 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>
</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.2.14"><!-- {{{ 8.2.14 -->
<h3>Version 8.2.14</h3>
<b><?php release_date('21-Dec-2023'); ?></b>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
<xi:include href="entries/2024-01-18-2.xml"/>
<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"/>
Expand Down
21 changes: 21 additions & 0 deletions archive/entries/2024-01-18-2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.2.15 Released!</title>
<id>https://www.php.net/archive/2024.php#2024-01-18-2</id>
<published>2024-01-18T15:35:45+00:00</published>
<updated>2024-01-18T15:35:45+00:00</updated>
<link href="https://www.php.net/index.php#2024-01-18-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2024.php#2024-01-18-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.2.15. This is a bug fix release.</p>

<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>

<p>For source downloads of PHP 8.2.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.2.15">ChangeLog</a>.
</p> </div>
</content>
</entry>
36 changes: 36 additions & 0 deletions include/releases.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.2.14' =>
array (
'announcement' =>
array (
'English' => '/releases/8_2_14.php',
),
'tags' =>
array (
),
'date' => '21 Dec 2023',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.2.14.tar.gz',
'name' => 'PHP 8.2.14 (tar.gz)',
'sha256' => '4c1fbb55a10ece7f4532feba9f3f88b9b211c11320742977588738374c03255f',
'date' => '21 Dec 2023',
),
1 =>
array (
'filename' => 'php-8.2.14.tar.bz2',
'name' => 'PHP 8.2.14 (tar.bz2)',
'sha256' => 'f871e131333d60ae6c537b1adddbc2aea54c436c562af986fb8309c060040b9e',
'date' => '21 Dec 2023',
),
2 =>
array (
'filename' => 'php-8.2.14.tar.xz',
'name' => 'PHP 8.2.14 (tar.xz)',
'sha256' => '763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583',
'date' => '21 Dec 2023',
),
),
'museum' => false,
),
'8.3.1' =>
array (
'announcement' =>
Expand Down
12 changes: 6 additions & 6 deletions include/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $RELEASES = (function () {
/* PHP 8.3 Release */
$data['8.3'] = [
'version' => '8.3.2',
'date' => '18 Jan 2023',
'date' => '18 Jan 2024',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => 'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16',
Expand All @@ -32,13 +32,13 @@ $RELEASES = (function () {

/* PHP 8.2 Release */
$data['8.2'] = [
'version' => '8.2.14',
'date' => '21 Dec 2023',
'version' => '8.2.15',
'date' => '18 Jan 2024',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '4c1fbb55a10ece7f4532feba9f3f88b9b211c11320742977588738374c03255f',
'tar.bz2' => 'f871e131333d60ae6c537b1adddbc2aea54c436c562af986fb8309c060040b9e',
'tar.xz' => '763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583',
'tar.gz' => 'f9390d23708c65f428e868583dce7ab4a69e88ab6f377137a56643076f966b8f',
'tar.bz2' => '50c3e220b7aa63a85716233c902eb44cc0a4667ed0b8335722ae2391b1355e7a',
'tar.xz' => 'eca5deac02d77d806838275f8a3024b38b35ac0a5d9853dcc71c6cbe3f1f8765',
]
];

Expand Down
16 changes: 16 additions & 0 deletions releases/8_2_15.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/8_2_15.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 8.2.15 Release Announcement');
?>
<h1>PHP 8.2.15 Release Announcement</h1>

<p>The PHP development team announces the immediate availability of PHP 8.2.15. This is a bug fix release.</p>

<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>

<p>For source downloads of PHP 8.2.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.2.15">ChangeLog</a>.
</p>
<?php site_footer();

0 comments on commit 8dc21bc

Please sign in to comment.