File tree Expand file tree Collapse file tree 6 files changed +106
-5
lines changed
Expand file tree Collapse file tree 6 files changed +106
-5
lines changed Original file line number Diff line number Diff line change 76597659
76607660<a id="PHP_8_1"></a>
76617661
7662+ <section class="version" id="8.1.34"><!-- {{{ 8.1.34 -->
7663+ <h3>Version 8.1.34</h3>
7664+ <b><?php release_date('18-Dec-2025'); ?></b>
7665+ <ul><li>Curl:
7666+ <ul>
7667+ <li>Fix curl build and test failures with version 8.16.</li>
7668+ </ul></li>
7669+ <li>Opcache:
7670+ <ul>
7671+ <li>Reset global pointers to prevent use-after-free in zend_jit_status().</li>
7672+ </ul></li>
7673+ <li>PDO:
7674+ <ul>
7675+ <li>Fixed <?php githubsecurityl('php/php-src', '8xr5-qppj-gvwj'); ?> (PDO quoting result null deref). (CVE-2025-14180)</li>
7676+ </ul></li>
7677+ <li>Standard:
7678+ <ul>
7679+ <li>Fixed <?php githubsecurityl('php/php-src', 'www2-q4fc-65wf'); ?> (Null byte termination in dns_get_record()).</li>
7680+ <li>Fixed <?php githubsecurityl('php/php-src', 'h96m-rvf9-jgm2'); ?> (Heap buffer overflow in array_merge()). (CVE-2025-14178)</li>
7681+ <li>Fixed <?php githubsecurityl('php/php-src', '3237-qqm7-mfv7'); ?> (Information Leak of Memory in getimagesize). (CVE-2025-14177)</li>
7682+ </ul></li>
7683+ </ul>
7684+ <!-- }}} --></section>
7685+
7686+
7687+
76627688<section class="version" id="8.1.33"><!-- {{{ 8.1.33 -->
76637689<h3>Version 8.1.33</h3>
76647690<b><?php release_date('03-Jul-2025'); ?></b>
Original file line number Diff line number Diff line change 99 <uri >http://php.net/contact</uri >
1010 <email >php-webmaster@lists.php.net</email >
1111 </author >
12+ <xi : include href =" entries/2025-12-18-5.xml" />
1213 <xi : include href =" entries/2025-12-18-4.xml" />
1314 <xi : include href =" entries/2025-12-18-3.xml" />
1415 <xi : include href =" entries/2025-12-18-2.xml" />
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <entry xmlns =" http://www.w3.org/2005/Atom" >
3+ <title >PHP 8.1.34 Released!</title >
4+ <id >https://www.php.net/archive/2025.php#2025-12-18-5</id >
5+ <published >2025-12-18T23:59:59+00:00</published >
6+ <updated >2025-12-18T23:59:59+00:00</updated >
7+ <link href =" https://www.php.net/index.php#2025-12-18-5" rel =" alternate" type =" text/html" />
8+ <link href =" https://www.php.net/archive/2025.php#2025-12-18-5" 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.1.34. This is a security release.</p >
13+
14+ <p >All PHP 8.1 users are encouraged to upgrade to this version.</p >
15+
16+ <p >For source downloads of PHP 8.1.34 please visit our <a href =" https://www.php.net/downloads.php" >downloads page</a >,
17+ Windows source and binaries can also be found <a href =" https://www.php.net/downloads.php?os=windows& version=8.1" >there</a >.
18+ The list of changes is recorded in the <a href =" https://www.php.net/ChangeLog-8.php#8.1.34" >ChangeLog</a >.
19+ </p > </div >
20+ </content >
21+ </entry >
Original file line number Diff line number Diff line change 22$OLDRELEASES = array (
33 8 =>
44 array (
5+ '8.1.33' =>
6+ array (
7+ 'announcement' =>
8+ array (
9+ 'English' => '/releases/8_1_33.php',
10+ ),
11+ 'tags' =>
12+ array (
13+ 0 => 'security',
14+ ),
15+ 'date' => '3 Jul 2025',
16+ 'source' =>
17+ array (
18+ 0 =>
19+ array (
20+ 'filename' => 'php-8.1.33.tar.gz',
21+ 'name' => 'PHP 8.1.33 (tar.gz)',
22+ 'sha256' => 'ee33568a0e2be0b722b3f9a88cecc578316b66b25c90cd0a4f3b1a5cdc3cd826',
23+ 'date' => '3 Jul 2025',
24+ ),
25+ 1 =>
26+ array (
27+ 'filename' => 'php-8.1.33.tar.bz2',
28+ 'name' => 'PHP 8.1.33 (tar.bz2)',
29+ 'sha256' => 'b6553451841c1a569865d7fdc83024621ee4434cd8fbfeb0a31588ac9c70685f',
30+ 'date' => '3 Jul 2025',
31+ ),
32+ 2 =>
33+ array (
34+ 'filename' => 'php-8.1.33.tar.xz',
35+ 'name' => 'PHP 8.1.33 (tar.xz)',
36+ 'sha256' => '9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d1',
37+ 'date' => '3 Jul 2025',
38+ ),
39+ ),
40+ 'museum' => false,
41+ ),
542 '8.4.15' =>
643 array (
744 'announcement' =>
Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ $RELEASES = (function () {
7070
7171 /* PHP 8.1 Release */
7272 $ data ['8.1 ' ] = [
73- 'version ' => '8.1.33 ' ,
74- 'date ' => '3 Jul 2025 ' ,
73+ 'version ' => '8.1.34 ' ,
74+ 'date ' => '18 Dec 2025 ' ,
7575 'tags ' => ['security ' ], // Set to ['security'] for security releases.
7676 'sha256 ' => [
77- 'tar.gz ' => 'ee33568a0e2be0b722b3f9a88cecc578316b66b25c90cd0a4f3b1a5cdc3cd826 ' ,
78- 'tar.bz2 ' => 'b6553451841c1a569865d7fdc83024621ee4434cd8fbfeb0a31588ac9c70685f ' ,
79- 'tar.xz ' => '9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d1 ' ,
77+ 'tar.gz ' => '3c5b060ec8e0d5dd1d8237823f3161cc8bc5342aab3c46893eba9857759c4bfa ' ,
78+ 'tar.bz2 ' => '98e0a08a0fae37d08dfcca2f5ff6664863097dde4b1d360af2acc8c3542f2a0f ' ,
79+ 'tar.xz ' => 'ffa9e0982e82eeaea848f57687b425ed173aa278fe563001310ae2638db5c251 ' ,
8080 ]
8181 ];
8282
Original file line number Diff line number Diff line change 1+ <?php
2+ $ _SERVER ['BASE_PAGE ' ] = 'releases/8_1_34.php ' ;
3+ include_once __DIR__ . '/../include/prepend.inc ' ;
4+ site_header ('PHP 8.1.34 Release Announcement ' );
5+ ?>
6+ <h1>PHP 8.1.34 Release Announcement</h1>
7+
8+ <p>The PHP development team announces the immediate availability of PHP 8.1.34. This is a security release.</p>
9+
10+ <p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
11+
12+ <p>For source downloads of PHP 8.1.34 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+ Windows source and binaries can also be found <a href="https://www.php.net/downloads.php?os=windows&version=8.1">there</a>.
14+ The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.34">ChangeLog</a>.
15+ </p>
16+ <?php site_footer ();
You can’t perform that action at this time.
0 commit comments