Author: Eric Mann (ericmann) Date: 2025-07-03T08:27:41-07:00 Commit: https://github.com/php/web-php/commit/a4043180bdee55d758a2d7085346d0c33d85f614 Raw diff: https://github.com/php/web-php/commit/a4043180bdee55d758a2d7085346d0c33d85f614.diff
Announce PHP 8.3.23 Changed paths: A archive/entries/2025-07-03-4.xml A releases/8_3_23.php M ChangeLog-8.php M archive/archive.xml M include/release-qa.php M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 5052b81257..0e038fa5b7 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1355,6 +1355,95 @@ <a id="PHP_8_3"></a> +<section class="version" id="8.3.23"><!-- {{{ 8.3.23 --> +<h3>Version 8.3.23</h3> +<b><?php release_date('03-Jul-2025'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed <?php githubissuel('php/php-src', 18695); ?> (zend_ast_export() - float number is not preserved).</li> + <li>Do not delete main chunk in zend_gc.</li> + <li>Fix compile issues with zend_alloc and some non-default options.</li> +</ul></li> +<li>Curl: +<ul> + <li>Fix memory leak when setting a list via curl_setopt fails.</li> + <li>Fix incorrect OpenSSL version detection.</li> +</ul></li> +<li>Date: +<ul> + <li>Fix leaks with multiple calls to DatePeriod iterator current().</li> +</ul></li> +<li>FPM: +<ul> + <li>Fixed <?php githubissuel('php/php-src', 18662); ?> (fpm_get_status segfault).</li> +</ul></li> +<li>Hash: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14551); ?> (PGO build fails with xxhash).</li> +</ul></li> +<li>Intl: +<ul> + <li>Fix memory leak in intl_datetime_decompose() on failure.</li> + <li>Fix memory leak in locale lookup on failure.</li> +</ul></li> +<li>ODBC: +<ul> + <li>Fix memory leak on php_odbc_fetch_hash() failure.</li> +</ul></li> +<li>Opcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 18743); ?> (Incompatibility in Inline TLS Assembly on Alpine 3.22).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li>Fix memory leak of X509_STORE in php_openssl_setup_verify() on failure.</li> + <li><?php bugfix(74796); ?> (Requests through http proxy set peer name).</li> +</ul></li> +<li>PGSQL: +<ul> + <li>Fixed <?php githubsecurityl('php/php-src', 'hrwm-9436-5mv3'); ?> (pgsql extension does not check for errors during escaping). (CVE-2025-1735)</li> + <li>Fix warning not being emitted when failure to cancel a query with pg_cancel_query().</li> +</ul></li> +<li>Phar: +<ul> + <li>Add missing filter cleanups on phar failure.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 18642); ?> (Signed integer overflow in ext/phar fseek).</li> +</ul></li> +<li>PHPDBG: +<ul> + <li>Fix 'phpdbg --help' segfault on shutdown with USE_ZEND_ALLOC=0.</li> +</ul></li> +<li>PDO ODBC: +<ul> + <li>Fix memory leak if WideCharToMultiByte() fails.</li> +</ul></li> +<li>Random: +<ul> + <li>Fix reference type confusion and leak in user random engine.</li> +</ul></li> +<li>Readline: +<ul> + <li>Fix memory leak when calloc() fails in php_readline_completion_cb().</li> +</ul></li> +<li>SOAP: +<ul> + <li>Fix memory leaks in php_http.c when call_user_function() fails.</li> + <li>Fixed <?php githubsecurityl('php/php-src', '453j-q27h-5p8x'); ?> (NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix). (CVE-2025-6491)</li> +</ul></li> +<li>Standard: +<ul> + <li>Fixed <?php githubsecurityl('php/php-src', '3cr5-j632-f35r'); ?> (Null byte termination in hostnames). (CVE-2025-1220)</li> +</ul></li> +<li>Tidy: +<ul> + <li>Fix memory leak in tidy output handler on error.</li> + <li>Fix tidyOptIsReadonly deprecation, using tidyOptGetCategory.</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.3.22"><!-- {{{ 8.3.22 --> <h3>Version 8.3.22</h3> <b><?php release_date('05-Jun-2025'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index b47b7230fa..edc02878e8 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2025-07-03-4.xml"/> <xi:include href="entries/2025-07-03-3.xml"/> <xi:include href="entries/2025-07-03-2.xml"/> <xi:include href="entries/2025-07-03-1.xml"/> diff --git a/archive/entries/2025-07-03-4.xml b/archive/entries/2025-07-03-4.xml new file mode 100644 index 0000000000..ac1f7e26dc --- /dev/null +++ b/archive/entries/2025-07-03-4.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.3.23 Released!</title> + <id>https://www.php.net/archive/2025.php#2025-07-03-4</id> + <published>2025-07-03T15:24:35+00:00</published> + <updated>2025-07-03T15:24:35+00:00</updated> + <link href="https://www.php.net/index.php#2025-07-03-4" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2025.php#2025-07-03-4" 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.23. 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.23 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.23">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/release-qa.php b/include/release-qa.php index a9e1b9fac1..7b6d03c8bc 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -75,12 +75,12 @@ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => 'b09b1cf59be5bcce8ce4d1d9252c2fc4fe5373c60e83408debcee4ebd8c01dd5', - 'sha256_gz' => 'dbe76e6baf4740565d5bcc3169d198dbe187b80ce2f00c1ce8d8c17baf4c5432', - 'sha256_xz' => '0873a7a823733a09f8cb675c3769fc865b63c4ffae4cb1717bfcd2d40af12c92', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '19 Jun 2025', - 'baseurl' => 'https://downloads.php.net/~eric/', + 'baseurl' => 'https://downloads.php.net/', ], ], diff --git a/include/releases.inc b/include/releases.inc index c108f6711b..246b21e7a2 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.22' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_22.php', + ), + 'tags' => + array ( + ), + 'date' => '5 Jun 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.22.tar.gz', + 'name' => 'PHP 8.3.22 (tar.gz)', + 'sha256' => '8fc57c9df455354679e4a127defb60e1af8718ece4cd4827e500f5c7f2449103', + 'date' => '5 Jun 2025', + ), + 1 => + array ( + 'filename' => 'php-8.3.22.tar.bz2', + 'name' => 'PHP 8.3.22 (tar.bz2)', + 'sha256' => '99133e2cda2af37baa79db17d8efd414628f14a02ec75f1418a0aa3f6aa6673b', + 'date' => '5 Jun 2025', + ), + 2 => + array ( + 'filename' => 'php-8.3.22.tar.xz', + 'name' => 'PHP 8.3.22 (tar.xz)', + 'sha256' => '66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36', + 'date' => '5 Jun 2025', + ), + ), + 'museum' => false, + ), '8.1.32' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4ea5eca19b..82a5084dc3 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ - 'version' => '8.3.22', - 'date' => '5 Jun 2025', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.3.23', + 'date' => '3 Jul 2025', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '8fc57c9df455354679e4a127defb60e1af8718ece4cd4827e500f5c7f2449103', - 'tar.bz2' => '99133e2cda2af37baa79db17d8efd414628f14a02ec75f1418a0aa3f6aa6673b', - 'tar.xz' => '66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36', + 'tar.gz' => 'ac9f3d6e9bcf1d5c4d66d2d954f89852c17fd4c5eba5811a3a8db08f38c908c7', + 'tar.bz2' => '05488f7b967d90a50932f0674dc356e1b795f522f0298b5ce24b680de233c2d4', + 'tar.xz' => '08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db', ] ]; diff --git a/releases/8_3_23.php b/releases/8_3_23.php new file mode 100644 index 0000000000..c8b1427cbb --- /dev/null +++ b/releases/8_3_23.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_3_23.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.3.23 Release Announcement'); +?> +<h1>PHP 8.3.23 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.3.23. 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.23 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.23">ChangeLog</a>. +</p> +<?php site_footer();