Skip to content

Commit

Permalink
Announce PHP 8.3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Mann <ericmann@php.net>
  • Loading branch information
ericmann committed Sep 26, 2024
1 parent b49e10a commit 96460f0
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 6 deletions.
61 changes: 61 additions & 0 deletions ChangeLog-8.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,67 @@
?>
<a id="PHP_8_3"></a>

<section class="version" id="8.3.12"><!-- {{{ 8.3.12 -->
<h3>Version 8.3.12</h3>
<b><?php release_date('26-Sep-2024'); ?></b>
<ul><li>CGI:
<ul>
<li>Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability). (CVE-2024-8926)</li>
<li>Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision). (CVE-2024-8927)</li>
</ul></li>
<li>Core:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 15408); ?> (MSan false-positve on zend_max_execution_timer).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 15515); ?> (Configure error grep illegal option q).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 15514); ?> (Configure error: genif.sh: syntax error).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 15565); ?> (--disable-ipv6 during compilation produces error EAI_SYSTEM not found).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 15587); ?> (CRC32 API build error on arm 32-bit).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 15330); ?> (Do not scan generator frames more than once).</li>
<li>Fixed uninitialized lineno in constant AST of internal enums.</li>
</ul></li>
<li>Curl:
<ul>
<li>FIxed bug <?php githubissuel('php/php-src', 15547); ?> (curl_multi_select overflow on timeout argument).</li>
</ul></li>
<li>DOM:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 15551); ?> (Segmentation fault (access null pointer) in ext/dom/xml_common.h).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 15654); ?> (Signed integer overflow in ext/dom/nodelist.c).</li>
</ul></li>
<li>Fileinfo:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 15752); ?> (Incorrect error message for finfo_file with an empty filename argument).</li>
</ul></li>
<li>FPM:
<ul>
<li>Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered). (CVE-2024-9026)</li>
</ul></li>
<li>MySQLnd:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 15432); ?> (Heap corruption when querying a vector).</li>
</ul></li>
<li>Opcache:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 15661); ?> (Access null pointer in Zend/Optimizer/zend_inference.c).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 15658); ?> (Segmentation fault in Zend/zend_vm_execute.h).</li>
</ul></li>
<li>SAPI:
<ul>
<li>Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data). (CVE-2024-8925)</li>
</ul></li>
<li>Standard:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 15552); ?> (Signed integer overflow in ext/standard/scanf.c).</li>
</ul></li>
<li>Streams:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 15628); ?> (php_stream_memory_get_buffer() not zero-terminated).</li>
</ul></li>
</ul>
<!-- }}} --></section>



<section class="version" id="8.3.11"><!-- {{{ 8.3.11 -->
<h3>Version 8.3.11</h3>
<b><?php release_date('29-Aug-2024'); ?></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>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2024-09-26-1.xml"/>
<xi:include href="entries/2024-09-17-1.xml"/>
<xi:include href="entries/2024-09-12-1.xml"/>
<xi:include href="entries/2024-08-29-3.xml"/>
Expand Down
21 changes: 21 additions & 0 deletions archive/entries/2024-09-26-1.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.3.12 Released!</title>
<id>https://www.php.net/archive/2024.php#2024-09-26-1</id>
<published>2024-09-26T13:31:15+00:00</published>
<updated>2024-09-26T13:31:15+00:00</updated>
<link href="https://www.php.net/index.php#2024-09-26-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2024.php#2024-09-26-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.12. This is a security release.</p>

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

<p>For source downloads of PHP 8.3.12 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.12">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.3.11' =>
array (
'announcement' =>
array (
'English' => '/releases/8_3_11.php',
),
'tags' =>
array (
),
'date' => '29 Aug 2024',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.3.11.tar.gz',
'name' => 'PHP 8.3.11 (tar.gz)',
'sha256' => 'b93a69af83a1302543789408194bd1ae9829e116e784d578778200f20f1b72d4',
'date' => '29 Aug 2024',
),
1 =>
array (
'filename' => 'php-8.3.11.tar.bz2',
'name' => 'PHP 8.3.11 (tar.bz2)',
'sha256' => '6640e2455080a89adc41d4e57bb04f8c2bfb7eec627fe199af973bff34d7f0ee',
'date' => '29 Aug 2024',
),
2 =>
array (
'filename' => 'php-8.3.11.tar.xz',
'name' => 'PHP 8.3.11 (tar.xz)',
'sha256' => 'b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802',
'date' => '29 Aug 2024',
),
),
'museum' => false,
),
'8.3.10' =>
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 @@ -20,13 +20,13 @@ $RELEASES = (function () {

/* PHP 8.3 Release */
$data['8.3'] = [
'version' => '8.3.11',
'date' => '29 Aug 2024',
'tags' => [], // Set to ['security'] for security releases.
'version' => '8.3.12',
'date' => '26 Sep 2024',
'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => 'b93a69af83a1302543789408194bd1ae9829e116e784d578778200f20f1b72d4',
'tar.bz2' => '6640e2455080a89adc41d4e57bb04f8c2bfb7eec627fe199af973bff34d7f0ee',
'tar.xz' => 'b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802',
'tar.gz' => '7090e551e05b26384546345d6a162c71b74550febf75bdfd16dfd1f0cfa8647c',
'tar.bz2' => '807633496ccdb370a8905458db82bd67366e98a6d59728914b797b87e9caecbf',
'tar.xz' => 'f774e28633e26fc8c5197f4dae58ec9e3ff87d1b4311cbc61ab05a7ad24bd131',
]
];

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

<p>The PHP development team announces the immediate availability of PHP 8.3.12. This is a security release.</p>

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

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

0 comments on commit 96460f0

Please sign in to comment.