Author: Jakub Zelenka (bukka) Date: 2024-10-24T14:08:30+02:00 Commit: https://github.com/php/web-php/commit/632c85ab84bb87711449b002f16a39c25665c936 Raw diff: https://github.com/php/web-php/commit/632c85ab84bb87711449b002f16a39c25665c936.diff
Announce PHP 8.3.13 Changed paths: A archive/entries/2024-10-24-1.xml A releases/8_3_13.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 8bc457aa16..77a730a60c 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,126 @@ ?> <a id="PHP_8_3"></a> +<section class="version" id="8.3.13"><!-- {{{ 8.3.13 --> +<h3>Version 8.3.13</h3> +<b><?php release_date('24-Oct-2024'); ?></b> +<ul><li>Calendar: +<ul> + <li>Fixed <?php githubissuel('php/php-src', 16240); ?>: jdtounix overflow on argument value.</li> + <li>Fixed <?php githubissuel('php/php-src', 16241); ?>: easter_days/easter_date overflow on year argument.</li> + <li>Fixed <?php githubissuel('php/php-src', 16263); ?>: jddayofweek overflow.</li> + <li>Fixed <?php githubissuel('php/php-src', 16234); ?>: jewishtojd overflow.</li> +</ul></li> +<li>CLI: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16137); ?>: duplicate http headers when set several times by the client.</li> +</ul></li> +<li>Core: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16054); ?> (Segmentation fault when resizing hash table iterator list while adding).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15905); ?> (Assertion failure for TRACK_VARS_SERVER).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15907); ?> (Failed assertion when promoting Serialize deprecation to exception).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15851); ?> (Segfault when printing backtrace during cleanup of nested generator frame).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15866); ?> (Core dumped in Zend/zend_generators.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16188); ?> (Assertion failure in Zend/zend_exceptions.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16233); ?> (Observer segfault when calling user function in internal function via trampoline).</li> +</ul></li> +<li>DOM: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16039); ?> (Segmentation fault (access null pointer) in ext/dom/parentnode/tree.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16149); ?> (Null pointer dereference in DOMElement->getAttributeNames()).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16151); ?> (Assertion failure in ext/dom/parentnode/tree.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16150); ?> (Use after free in php_dom.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16152); ?> (Memory leak in DOMProcessingInstruction/DOMDocument).</li> +</ul></li> +<li>JSON: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15168); ?> (stack overflow in json_encode()).</li> +</ul></li> +<li>GD: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16232); ?> (bitshift overflow on wbmp file content reading / fix backport from upstream).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 12264); ?> (overflow/underflow on imagerotate degrees value) (David Carlier)</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16274); ?> (imagescale underflow on RBG channels / fix backport from upstream).</li> +</ul></li> +<li>LDAP: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16032); ?> (Various NULL pointer dereferencements in ldap_modify_batch()).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16101); ?> (Segfault in ldap_list(), ldap_read(), and ldap_search() when LDAPs array is not a list).</li> + <li>Fix <?php githubissuel('php/php-src', 16132); ?> (php_ldap_do_modify() attempts to free pointer not allocated by ZMM.).</li> + <li>Fix <?php githubissuel('php/php-src', 16136); ?> (Memory leak in php_ldap_do_modify() when entry is not a proper dictionary).</li> +</ul></li> +<li>MBString: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16261); ?> (Reference invariant broken in mb_convert_variables()).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li>Fixed stub for openssl_csr_new.</li> +</ul></li> +<li>PCRE: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16189); ?> (underflow on offset argument).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16184); ?> (UBSan address overflowed in ext/pcre/php_pcre.c).</li> +</ul></li> +<li>PHPDBG: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15901); ?> (phpdbg: Assertion failure on i funcs).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16181); ?> (phpdbg: exit in exception handler reports fatal error).</li> +</ul></li> +<li>Reflection: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16187); ?> (Assertion failure in ext/reflection/php_reflection.c).</li> +</ul></li> +<li>SAPI: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15395); ?> (php-fpm: zend_mm_heap corrupted with cgi-fcgi request).</li> +</ul></li> +<li>SimpleXML: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15837); ?> (Segmentation fault in ext/simplexml/simplexml.c).</li> +</ul></li> +<li>Sockets: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16267); ?> (socket_strerror overflow on errno argument).</li> +</ul></li> +<li>SOAP: +<ul> + <li><?php bugfix(73182); ?> (PHP SOAPClient does not support stream context HTTP headers in array form).</li> + <li><?php bugfix(62900); ?> (Wrong namespace on xsd import error message).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15711); ?> (SoapClient can't convert BackedEnum to scalar value).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16237); ?> (Segmentation fault when cloning SoapServer).</li> + <li>Fix Soap leaking http_msg on error.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16256); ?> (Assertion failure in ext/soap/php_encoding.c:460).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16259); ?> (Soap segfault when classmap instantiation fails).</li> +</ul></li> +<li>SPL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15918); ?> (Assertion failure in ext/spl/spl_fixedarray.c).</li> +</ul></li> +<li>Standard: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16053); ?> (Assertion failure in Zend/zend_hash.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15169); ?> (stack overflow when var serialization in ext/standard/var).</li> +</ul></li> +<li>Streams: +<ul> + <li>Fixed bugs <?php githubissuel('php/php-src', 15908); ?> and <?php githubissuel('php/php-src', 15026); ?> (leak / assertion failure in streams.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 15980); ?> (Signed integer overflow in main/streams/streams.c).</li> +</ul></li> +<li>TSRM: +<ul> + <li>Prevent closing of unrelated handles.</li> +</ul></li> +<li>Windows: +<ul> + <li>Fixed minimal Windows version.</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.3.12"><!-- {{{ 8.3.12 --> <h3>Version 8.3.12</h3> <b><?php release_date('26-Sep-2024'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 3f9177dcd2..7a1e22b09a 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/2024-10-24-1.xml"/> <xi:include href="entries/2024-10-10-1.xml"/> <xi:include href="entries/2024-09-26-4.xml"/> <xi:include href="entries/2024-09-26-3.xml"/> diff --git a/archive/entries/2024-10-24-1.xml b/archive/entries/2024-10-24-1.xml new file mode 100644 index 0000000000..cd9a62c1e9 --- /dev/null +++ b/archive/entries/2024-10-24-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.13 Released!</title> + <id>https://www.php.net/archive/2024.php#2024-10-24-1</id> + <published>2024-10-24T12:05:52+00:00</published> + <updated>2024-10-24T12:05:52+00:00</updated> + <link href="https://www.php.net/index.php#2024-10-24-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2024.php#2024-10-24-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.13. 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.13 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.13">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 865f5988d9..acb85d6753 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.12' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_12.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '26 Sep 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.12.tar.gz', + 'name' => 'PHP 8.3.12 (tar.gz)', + 'sha256' => '7090e551e05b26384546345d6a162c71b74550febf75bdfd16dfd1f0cfa8647c', + 'date' => '26 Sep 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.12.tar.bz2', + 'name' => 'PHP 8.3.12 (tar.bz2)', + 'sha256' => '807633496ccdb370a8905458db82bd67366e98a6d59728914b797b87e9caecbf', + 'date' => '26 Sep 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.12.tar.xz', + 'name' => 'PHP 8.3.12 (tar.xz)', + 'sha256' => 'f774e28633e26fc8c5197f4dae58ec9e3ff87d1b4311cbc61ab05a7ad24bd131', + 'date' => '26 Sep 2024', + ), + ), + 'museum' => false, + ), '8.1.29' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 263e970fb2..3c440ff0ae 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.12', - 'date' => '26 Sep 2024', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.3.13', + 'date' => '24 Oct 2024', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '7090e551e05b26384546345d6a162c71b74550febf75bdfd16dfd1f0cfa8647c', - 'tar.bz2' => '807633496ccdb370a8905458db82bd67366e98a6d59728914b797b87e9caecbf', - 'tar.xz' => 'f774e28633e26fc8c5197f4dae58ec9e3ff87d1b4311cbc61ab05a7ad24bd131', + 'tar.gz' => 'ffe34317d2688ed3161809c90ca4135c84ebfdfd12a46880a264d7d1e1d7739a', + 'tar.bz2' => 'c7791c82e1a554ccaf84a40ba71cc1417ba9af67fb5b39780837fd7c7eb6f124', + 'tar.xz' => '89adb978cca209124fe53fd6327bc4966ca21213a7fa2e9504f854e340873018', ] ]; diff --git a/releases/8_3_13.php b/releases/8_3_13.php new file mode 100644 index 0000000000..44a7cf0ee6 --- /dev/null +++ b/releases/8_3_13.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_3_13.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.3.13 Release Announcement'); +?> +<h1>PHP 8.3.13 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.3.13. 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.13 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.13">ChangeLog</a>. +</p> +<?php site_footer();