File tree 6 files changed +130
-5
lines changed
6 files changed +130
-5
lines changed Original file line number Diff line number Diff line change 548
548
549
549
<a id="PHP_8_0"></a>
550
550
551
+ <section class="version" id="8.0.19"><!-- {{{ 8.0.19 -->
552
+ <h3>Version 8.0.19</h3>
553
+ <b><?php release_date ('12-May-2022 ' ); ?> </b>
554
+ <ul><li>Core:
555
+ <ul>
556
+ <li>Fixed bug <?php githubissuel ('php/php-src ' ,8289 ); ?> (Exceptions thrown within a yielded from iterator are not rethrown into the generator).</li>
557
+ </ul></li>
558
+ <li>Date:
559
+ <ul>
560
+ <li>Fixed bug <?php githubissuel ('php/php-src ' ,7979 ); ?> (DatePeriod iterator advances when checking if valid).</li>
561
+ </ul></li>
562
+ <li>FFI:
563
+ <ul>
564
+ <li>Fixed bug <?php githubissuel ('php/php-src ' ,8433 ); ?> (Assigning function pointers to structs in FFI leaks).</li>
565
+ </ul></li>
566
+ <li>FPM:
567
+ <ul>
568
+ <li><?php bugfix (76003 ); ?> (FPM /status reports wrong number of active processe).</li>
569
+ <li><?php bugfix (77023 ); ?> (FPM cannot shutdown processes).</li>
570
+ <li>Fixed comment in kqueue remove callback log message.</li>
571
+ </ul></li>
572
+ <li>Iconv:
573
+ <ul>
574
+ <li>Fixed bug <?php githubissuel ('php/php-src ' ,8218 ); ?> (ob_end_clean does not reset Content-Encoding header).</li>
575
+ </ul></li>
576
+ <li>Intl:
577
+ <ul>
578
+ <li>Fixed bug <?php githubissuel ('php/php-src ' ,8364 ); ?> (msgfmt_format $values may not support references).</li>
579
+ </ul></li>
580
+ <li>MySQLi:
581
+ <ul>
582
+ <li>Fixed bug <?php githubissuel ('php/php-src ' ,8267 ); ?> (MySQLi uses unsupported format specifier on Windows).</li>
583
+ </ul></li>
584
+ <li>SPL:
585
+ <ul>
586
+ <li>Fixed bug <?php githubissuel ('php/php-src ' ,8366 ); ?> (ArrayIterator may leak when calling __construct()).</li>
587
+ <li>Fixed bug <?php githubissuel ('php/php-src ' ,8273 ); ?> (SplFileObject: key() returns wrong value).</li>
588
+ </ul></li>
589
+ <li>Streams:
590
+ <ul>
591
+ <li>Fixed php://temp does not preserve file-position when switched to temporary file.</li>
592
+ </ul></li>
593
+ <li>zlib:
594
+ <ul>
595
+ <li>Fixed bug <?php githubissuel ('php/php-src ' ,8218 ); ?> (ob_end_clean does not reset Content-Encoding header).</li>
596
+ </ul></li>
597
+ </ul>
598
+ <!-- }}} --></section>
599
+
600
+
601
+
551
602
<section class="version" id="8.0.18"><!-- {{{ 8.0.18 -->
552
603
<h3>Version 8.0.18</h3>
553
604
<b><?php release_date ('14-Apr-2022 ' ); ?> </b>
Original file line number Diff line number Diff line change 9
9
<uri >http://php.net/contact</uri >
10
10
11
11
</author >
12
+ <xi : include href =" entries/2022-05-12-1.xml" />
12
13
<xi : include href =" entries/2022-05-05-1.xml" />
13
14
<xi : include href =" entries/2022-04-25-1.xml" />
14
15
<xi : include href =" entries/2022-04-15-1.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.0.19 Released!</title >
4
+ <id >https://www.php.net/archive/2022.php#2022-05-12-1</id >
5
+ <published >2022-05-12T07:44:14+00:00</published >
6
+ <updated >2022-05-12T07:44:14+00:00</updated >
7
+ <link href =" https://www.php.net/index.php#id2022-05-12-1" rel =" alternate" type =" text/html" />
8
+ <link href =" https://www.php.net/archive/2022.php#2022-05-12-1" 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.0.19. This is a bug fix release.</p >
13
+
14
+ <p >All PHP 8.0 users are encouraged to upgrade to this version.</p >
15
+
16
+ <p >For source downloads of PHP 8.0.19 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.0.19" >ChangeLog</a >.
19
+ </p > </div >
20
+ </content >
21
+ </entry >
Original file line number Diff line number Diff line change 2
2
$ OLDRELEASES = array (
3
3
8 =>
4
4
array (
5
+ '8.0.18 ' =>
6
+ array (
7
+ 'announcement ' =>
8
+ array (
9
+ 'English ' => '/releases/8_0_18.php ' ,
10
+ ),
11
+ 'tags ' =>
12
+ array (
13
+ ),
14
+ 'date ' => '14 Apr 2022 ' ,
15
+ 'source ' =>
16
+ array (
17
+ 0 =>
18
+ array (
19
+ 'filename ' => 'php-8.0.18.tar.gz ' ,
20
+ 'name ' => 'PHP 8.0.18 (tar.gz) ' ,
21
+ 'sha256 ' => 'cd980f5a2f422362f8c52d314ed25140c6f472877c5442c4f3304205f54e192a ' ,
22
+ 'date ' => '14 Apr 2022 ' ,
23
+ ),
24
+ 1 =>
25
+ array (
26
+ 'filename ' => 'php-8.0.18.tar.bz2 ' ,
27
+ 'name ' => 'PHP 8.0.18 (tar.bz2) ' ,
28
+ 'sha256 ' => '826ee34881a1c349678d4f7cc55ff9141fa1411344e4bb8f95d0f9223bceb55a ' ,
29
+ 'date ' => '14 Apr 2022 ' ,
30
+ ),
31
+ 2 =>
32
+ array (
33
+ 'filename ' => 'php-8.0.18.tar.xz ' ,
34
+ 'name ' => 'PHP 8.0.18 (tar.xz) ' ,
35
+ 'sha256 ' => 'db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7 ' ,
36
+ 'date ' => '14 Apr 2022 ' ,
37
+ ),
38
+ ),
39
+ 'museum ' => false ,
40
+ ),
5
41
'8.0.17 ' =>
6
42
array (
7
43
'announcement ' =>
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ $RELEASES = (function() {
32
32
33
33
/* PHP 8.0 Release */
34
34
$ data ['8.0 ' ] = [
35
- 'version ' => '8.0.18 ' ,
36
- 'date ' => '14 Apr 2022 ' ,
35
+ 'version ' => '8.0.19 ' ,
36
+ 'date ' => '12 May 2022 ' ,
37
37
'tags ' => [], // Set to ['security'] for security releases.
38
38
'sha256 ' => [
39
- 'tar.gz ' => 'cd980f5a2f422362f8c52d314ed25140c6f472877c5442c4f3304205f54e192a ' ,
40
- 'tar.bz2 ' => '826ee34881a1c349678d4f7cc55ff9141fa1411344e4bb8f95d0f9223bceb55a ' ,
41
- 'tar.xz ' => 'db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7 ' ,
39
+ 'tar.gz ' => '48e57634d350bcab4745d25d9d94ffa474649bf4f7e879fad163226c0d107bb5 ' ,
40
+ 'tar.bz2 ' => 'eba0e67fdaf6904b2e4b84e064be0a0d61b2cb64a23f81a0ca9b1a51bc3a8330 ' ,
41
+ 'tar.xz ' => 'ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab ' ,
42
42
]
43
43
];
44
44
Original file line number Diff line number Diff line change
1
+ <?php
2
+ $ _SERVER ['BASE_PAGE ' ] = 'releases/8_0_19.php ' ;
3
+ include_once __DIR__ . '/../include/prepend.inc ' ;
4
+ site_header ('PHP 8.0.19 Release Announcement ' );
5
+ ?>
6
+ <h1>PHP 8.0.19 Release Announcement</h1>
7
+
8
+ <p>The PHP development team announces the immediate availability of PHP 8.0.19. This is a bug fix release.</p>
9
+
10
+ <p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
11
+
12
+ <p>For source downloads of PHP 8.0.19 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13
+ Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
14
+ The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.0.19">ChangeLog</a>.
15
+ </p>
16
+ <?php site_footer ();
You can’t perform that action at this time.
0 commit comments