Skip to content

Commit 65efb09

Browse files
committed
Announce PHP 8.2.14
1 parent f9f181e commit 65efb09

File tree

5 files changed

+160
-5
lines changed

5 files changed

+160
-5
lines changed

ChangeLog-8.php

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,103 @@
354354

355355
<a id="PHP_8_2"></a>
356356

357+
<section class="version" id="8.2.14"><!-- {{{ 8.2.14 -->
358+
<h3>Version 8.2.14</h3>
359+
<b><?php release_date('21-Dec-2023'); ?></b>
360+
<ul><li>Core:
361+
<ul>
362+
<li>Fixed oss-fuzz #54325 (Use-after-free of name in var-var with malicious error handler).</li>
363+
<li>Fixed oss-fuzz #64209 (In-place modification of filename in php_message_handler_for_zend).</li>
364+
<li>Fixed bug <?php githubissuel('php/php-src', 12758); ?> / <?php githubissuel('php/php-src', 12768); ?> (Invalid opline in OOM handlers within ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC).</li>
365+
<li>Fix various missing NULL checks.</li>
366+
<li>Fixed bug <?php githubissuel('php/php-src', 12835); ?> (Leak of call-&gt;extra_named_params on internal __call).</li>
367+
</ul></li>
368+
<li>Date:
369+
<ul>
370+
<li>Fixed improbably integer overflow while parsing really large (or small) Unix timestamps.</li>
371+
</ul></li>
372+
<li>DOM:
373+
<ul>
374+
<li>Fixed bug <?php githubissuel('php/php-src', 12616); ?> (DOM: Removing XMLNS namespace node results in invalid default: prefix).</li>
375+
</ul></li>
376+
<li>FPM:
377+
<ul>
378+
<li>Fixed bug <?php githubissuel('php/php-src', 12705); ?> (Segmentation fault in fpm_status_export_to_zval).</li>
379+
</ul></li>
380+
<li>FTP:
381+
<ul>
382+
<li>Fixed bug <?php githubissuel('php/php-src', 9348); ?> (FTP &amp; SSL session reuse).</li>
383+
</ul></li>
384+
<li>Intl:
385+
<ul>
386+
<li>Fixed bug <?php githubissuel('php/php-src', 12635); ?> (Test bug69398.phpt fails with ICU 74.1).</li>
387+
</ul></li>
388+
<li>LibXML:
389+
<ul>
390+
<li>Fixed bug <?php githubissuel('php/php-src', 12702); ?> (libxml2 2.12.0 issue building from src).</li>
391+
<li>Fixed test failures for libxml2 2.12.0.</li>
392+
</ul></li>
393+
<li>MySQLnd:
394+
<ul>
395+
<li>Avoid using uninitialised struct.</li>
396+
<li>Fixed bug <?php githubissuel('php/php-src', 12791); ?> (Possible dereference of NULL in MySQLnd debug code).</li>
397+
</ul></li>
398+
<li>Opcache:
399+
<ul>
400+
<li>Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning at the same time as invalid offset Error).</li>
401+
<li>Fixed JIT bug (JIT emits "Attempt to assign property of non-object" warning at the same time as Error is being thrown).</li>
402+
</ul></li>
403+
<li>OpenSSL:
404+
<ul>
405+
<li><?php bugfix(50713); ?> (openssl_pkcs7_verify() may ignore untrusted CAs).</li>
406+
</ul></li>
407+
<li>PCRE:
408+
<ul>
409+
<li>Fixed bug <?php githubissuel('php/php-src', 12628); ?> (The gh11374 test fails on Alpinelinux).</li>
410+
</ul></li>
411+
<li>PDO PGSQL:
412+
<ul>
413+
<li>Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate)</li>
414+
</ul></li>
415+
<li>PGSQL:
416+
<ul>
417+
<li>Fixed bug <?php githubissuel('php/php-src', 12763); ?> wrong argument type for pg_untrace.</li>
418+
</ul></li>
419+
<li>PHPDBG:
420+
<ul>
421+
<li>Fixed bug <?php githubissuel('php/php-src', 12675); ?> (MEMORY_LEAK in phpdbg_prompt.c).</li>
422+
</ul></li>
423+
<li>SOAP:
424+
<ul>
425+
<li>Fixed bug <?php githubissuel('php/php-src', 12838); ?> ([SOAP] Temporary WSDL cache files not being deleted).</li>
426+
</ul></li>
427+
<li>SPL:
428+
<ul>
429+
<li>Fixed bug <?php githubissuel('php/php-src', 12721); ?> (SplFileInfo::getFilename() segfault in combination with GlobIterator and no directory separator).</li>
430+
</ul></li>
431+
<li>SQLite3:
432+
<ul>
433+
<li>Fixed bug <?php githubissuel('php/php-src', 12633); ?> (sqlite3_defensive.phpt fails with sqlite 3.44.0).</li>
434+
</ul></li>
435+
<li>Standard:
436+
<ul>
437+
<li>Fix memory leak in syslog device handling.</li>
438+
<li>Fixed bug <?php githubissuel('php/php-src', 12621); ?> (browscap segmentation fault when configured in the vhost).</li>
439+
<li>Fixed bug <?php githubissuel('php/php-src', 12655); ?> (proc_open() does not take into account references in the descriptor array).</li>
440+
</ul></li>
441+
<li>Streams:
442+
<ul>
443+
<li><?php bugfix(79945); ?> (Stream wrappers in imagecreatefrompng causes segfault).</li>
444+
</ul></li>
445+
<li>Zip:
446+
<ul>
447+
<li>Fixed bug <?php githubissuel('php/php-src', 12661); ?> (Inconsistency in ZipArchive::addGlob remove_path Option Behavior).</li>
448+
</ul></li>
449+
</ul>
450+
<!-- }}} --></section>
451+
452+
453+
357454
<section class="version" id="8.2.13"><!-- {{{ 8.2.13 -->
358455
<h3>Version 8.2.13</h3>
359456
<b><?php release_date('23-Nov-2023'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2023-12-21-3.xml"/>
1213
<xi:include href="entries/2023-12-21-2.xml"/>
1314
<xi:include href="entries/2023-12-21-1.xml"/>
1415
<xi:include href="entries/2023-11-23-3.xml"/>

archive/entries/2023-12-21-3.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.2.14 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-12-21-3</id>
5+
<published>2023-12-21T14:28:29-05:00</published>
6+
<updated>2023-12-21T14:28:29-05:00</updated>
7+
<link href="https://www.php.net/index.php#2023-12-21-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-12-21-3" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 8.2.14. This is a bug fix release.</p>
13+
14+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.2.14 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.14">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.2.13' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_13.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '23 Nov 2023',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.2.13.tar.gz',
20+
'name' => 'PHP 8.2.13 (tar.gz)',
21+
'sha256' => '6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b',
22+
'date' => '23 Nov 2023',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.2.13.tar.bz2',
27+
'name' => 'PHP 8.2.13 (tar.bz2)',
28+
'sha256' => '66529f43b213131e6b253c5602bef05f049458d21292730fccd63b48a06d67ba',
29+
'date' => '23 Nov 2023',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.2.13.tar.xz',
34+
'name' => 'PHP 8.2.13 (tar.xz)',
35+
'sha256' => '2629bba10117bf78912068a230c68a8fd09b7740267bd8ebd3cfce91515d454b',
36+
'date' => '23 Nov 2023',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.1.26' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ $RELEASES = (function () {
3232

3333
/* PHP 8.2 Release */
3434
$data['8.2'] = [
35-
'version' => '8.2.13',
36-
'date' => '23 Nov 2023',
35+
'version' => '8.2.14',
36+
'date' => '21 Dec 2023',
3737
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => '6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b',
40-
'tar.bz2' => '66529f43b213131e6b253c5602bef05f049458d21292730fccd63b48a06d67ba',
41-
'tar.xz' => '2629bba10117bf78912068a230c68a8fd09b7740267bd8ebd3cfce91515d454b',
39+
'tar.gz' => '4c1fbb55a10ece7f4532feba9f3f88b9b211c11320742977588738374c03255f',
40+
'tar.bz2' => 'f871e131333d60ae6c537b1adddbc2aea54c436c562af986fb8309c060040b9e',
41+
'tar.xz' => '763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583',
4242
]
4343
];
4444

0 commit comments

Comments
 (0)