Author: Sergey Panteleev (saundefined) Date: 2024-01-18T18:38:24+03:00 Commit: https://github.com/php/web-php/commit/8dc21bcf7e0e2ff2f15c9935dac01698bd0e3c53 Raw diff: https://github.com/php/web-php/commit/8dc21bcf7e0e2ff2f15c9935dac01698bd0e3c53.diff
Announce PHP 8.2.15 Changed paths: A archive/entries/2024-01-18-2.xml A releases/8_2_15.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 4ce8921d2f..d59c366f19 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -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 >= 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> diff --git a/archive/archive.xml b/archive/archive.xml index dc1dbd3a5d..e69573057c 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-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"/> diff --git a/archive/entries/2024-01-18-2.xml b/archive/entries/2024-01-18-2.xml new file mode 100644 index 0000000000..495d174053 --- /dev/null +++ b/archive/entries/2024-01-18-2.xml @@ -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> diff --git a/include/releases.inc b/include/releases.inc index f5402c40ad..869a827d46 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -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' => diff --git a/include/version.inc b/include/version.inc index 45e19e694f..99abbaf88a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -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', @@ -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', ] ]; diff --git a/releases/8_2_15.php b/releases/8_2_15.php new file mode 100644 index 0000000000..b4731ee515 --- /dev/null +++ b/releases/8_2_15.php @@ -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(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php