Skip to content

Commit

Permalink
Announce PHP 8.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Jul 4, 2024
1 parent 4134b6c commit 1e7df53
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 6 deletions.
87 changes: 87 additions & 0 deletions ChangeLog-8.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,93 @@
?>
<a id="PHP_8_3"></a>

<section class="version" id="8.3.9"><!-- {{{ 8.3.9 -->
<h3>Version 8.3.9</h3>
<b><?php release_date('04-Jul-2024'); ?></b>
<ul><li>Core:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 14315); ?> (Incompatible pointer type warnings).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 12814); ?> (max_execution_time reached too early on MacOS 14 when running on Apple Silicon).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 14387); ?> (Crash when stack walking in destructor of yielded from values during Generator-&gt;throw()).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 14456); ?> (Attempting to initialize class with private constructor calls destructor).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 14510); ?> (memleak due to missing pthread_attr_destroy()-call).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 14549); ?> (Incompatible function pointer type for fclose).</li>
</ul></li>
<li>BCMatch:
<ul>
<li>Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0).</li>
</ul></li>
<li>Curl:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 14307); ?> (Test curl_basic_024 fails with curl 8.8.0).</li>
</ul></li>
<li>DOM:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 14343); ?> (Memory leak in xml and dom).</li>
</ul></li>
<li>FPM:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 14037); ?> (PHP-FPM ping.path and ping.response config vars are ignored in status pool).</li>
</ul></li>
<li>GD:
<ul>
<li>Fix parameter numbers for imagecolorset().</li>
</ul></li>
<li>Intl:
<ul>
<li>Fix reference handling in SpoofChecker.</li>
</ul></li>
<li>MySQLnd:
<ul>
<li>Partially fix bug <?php githubissuel('php/php-src', 10599); ?> (Apache crash on Windows when using a self-referencing anonymous function inside a class with an active mysqli connection).</li>
</ul></li>
<li>Opcache:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 14267); ?> (opcache.jit=off does not allow enabling JIT at runtime).</li>
<li>Fixed TLS access in JIT on FreeBSD/amd64.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 11188); ?> (Error when building TSRM in ARM64).</li>
</ul></li>
<li>PDO ODBC:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 14367); ?> (incompatible SDWORD type with iODBC).</li>
</ul></li>
<li>PHPDBG:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 13681); ?> (segfault on watchpoint addition failure).</li>
</ul></li>
<li>Soap:
<ul>
<li><?php bugfix(47925); ?> (PHPClient can't decompress response).</li>
<li>Fix missing error restore code.</li>
<li>Fix memory leak if calling SoapServer::setObject() twice.</li>
<li>Fix memory leak if calling SoapServer::setClass() twice.</li>
<li>Fix reading zlib ini settings in ext-soap.</li>
<li>Fix memory leaks with string function name lookups.</li>
<li><?php bugfix(69280); ?> (SoapClient classmap doesn't support fully qualified class name).</li>
<li><?php bugfix(76232); ?> (SoapClient Cookie Header Semicolon).</li>
<li>Fixed memory leaks when calling SoapFault::__construct() twice.</li>
</ul></li>
<li>Sodium:
<ul>
<li>Fix memory leaks in ext/sodium on failure of some functions.</li>
</ul></li>
<li>SPL:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 14290); ?> (Member access within null pointer in extension spl).</li>
</ul></li>
<li>Standard:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 14483); ?> (Fixed off-by-one error in checking length of abstract namespace Unix sockets).</li>
</ul></li>
<li>Streams:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 11078); ?> (PHP Fatal error triggers pointer being freed was not allocated and malloc: double free for ptr errors).</li>
</ul></li>
</ul>
<!-- }}} --></section>



<section class="version" id="8.3.8"><!-- {{{ 8.3.8 -->
<h3>Version 8.3.8</h3>
<b><?php release_date('06-Jun-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>[email protected]</email>
</author>
<xi:include href="entries/2024-07-04-2.xml"/>
<xi:include href="entries/2024-07-04-1.xml"/>
<xi:include href="entries/2024-06-21-1.xml"/>
<xi:include href="entries/2024-06-12-1.xml"/>
Expand Down
21 changes: 21 additions & 0 deletions archive/entries/2024-07-04-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.3.9 Released!</title>
<id>https://www.php.net/archive/2024.php#2024-07-04-2</id>
<published>2024-07-04T22:59:58+00:00</published>
<updated>2024-07-04T22:59:58+00:00</updated>
<link href="https://www.php.net/index.php#2024-07-04-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2024.php#2024-07-04-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.9. 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.9 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.9">ChangeLog</a>.
</p> </div>
</content>
</entry>
37 changes: 37 additions & 0 deletions include/releases.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
'8.3.8' =>
array (
'announcement' =>
array (
'English' => '/releases/8_3_8.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '06 Jun 2024',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.3.8.tar.gz',
'name' => 'PHP 8.3.8 (tar.gz)',
'sha256' => '0ebed9f1471871cf131e504629f3947f2acd38a655cc31b036f99efd0e3dbdeb',
'date' => '06 Jun 2024',
),
1 =>
array (
'filename' => 'php-8.3.8.tar.bz2',
'name' => 'PHP 8.3.8 (tar.bz2)',
'sha256' => 'f4a6cb005ae117aba86c2044932cf563899a2e977ac09781aa74b2161ddc563b',
'date' => '06 Jun 2024',
),
2 =>
array (
'filename' => 'php-8.3.8.tar.xz',
'name' => 'PHP 8.3.8 (tar.xz)',
'sha256' => 'aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7',
'date' => '06 Jun 2024',
),
),
'museum' => false,
),
'8.2.20' =>
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.8',
'date' => '06 Jun 2024',
'tags' => ['security'], // Set to ['security'] for security releases.
'version' => '8.3.9',
'date' => '04 Jul 2024',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '0ebed9f1471871cf131e504629f3947f2acd38a655cc31b036f99efd0e3dbdeb',
'tar.bz2' => 'f4a6cb005ae117aba86c2044932cf563899a2e977ac09781aa74b2161ddc563b',
'tar.xz' => 'aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7',
'tar.gz' => 'f484dec6ee005c83f899af02fc021e1bc3b1d7b3f143ca062ef66b0fcee96566',
'tar.bz2' => '96edc6d82b7503a6650541fc477abd5456df28dfaa8c9388ff9e31d9fe1e3112',
'tar.xz' => 'bf4d7b8ea60a356064f88485278bd6f941a230ec16f0fc401574ce1445ad6c77',
]
];

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

<p>The PHP development team announces the immediate availability of PHP 8.3.9. 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.9 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.9">ChangeLog</a>.
</p>
<?php site_footer();

0 comments on commit 1e7df53

Please sign in to comment.