File tree Expand file tree Collapse file tree 6 files changed +120
-5
lines changed
Expand file tree Collapse file tree 6 files changed +120
-5
lines changed Original file line number Diff line number Diff line change 88?>
99<a id="PHP_8_0"></a>
1010
11+ <section class="version" id="8.0.9"><!-- {{{ 8.0.9 -->
12+ <h3>Version 8.0.9</h3>
13+ <b><?php release_date ('29-Jul-2021 ' ); ?> </b>
14+ <ul><li>Core:
15+ <ul>
16+ <li><?php bugfix (81145 ); ?> (copy() and stream_copy_to_stream() fail for +4GB files).</li>
17+ <li><?php bugfix (81163 ); ?> (incorrect handling of indirect vars in __sleep).</li>
18+ <li><?php bugfix (81159 ); ?> (Object to int warning when using an object as a string offset).</li>
19+ <li><?php bugfix (80728 ); ?> (PHP built-in web server resets timeout when it can kill the process).</li>
20+ <li><?php bugfix (73630 ); ?> (Built-in Weberver - overwrite $_SERVER['request_uri']).</li>
21+ <li><?php bugfix (80173 ); ?> (Using return value of zend_assign_to_variable() is not safe).</li>
22+ <li><?php bugfix (73226 ); ?> (--r[fcez] always return zero exit code).</li>
23+ </ul></li>
24+ <li>Intl:
25+ <ul>
26+ <li><?php bugfix (72809 ); ?> (Locale::lookup() wrong result with canonicalize option).</li>
27+ <li><?php bugfix (68471 ); ?> (IntlDateFormatter fails for "GMT+00:00" timezone).</li>
28+ <li><?php bugfix (74264 ); ?> (grapheme_strrpos() broken for negative offsets).</li>
29+ </ul></li>
30+ <li>OpenSSL:
31+ <ul>
32+ <li><?php bugfix (52093 ); ?> (openssl_csr_sign truncates $serial).</li>
33+ </ul></li>
34+ <li>PCRE:
35+ <ul>
36+ <li><?php bugfix (81101 ); ?> (PCRE2 10.37 shows unexpected result).</li>
37+ <li><?php bugfix (81243 ); ?> (Too much memory is allocated for preg_replace()).</li>
38+ </ul></li>
39+ <li>Reflection:
40+ <ul>
41+ <li><?php bugfix (81208 ); ?> (Segmentation fault while create newInstance from attribute).</li>
42+ </ul></li>
43+ <li>Standard:
44+ <ul>
45+ <li><?php bugfix (81223 ); ?> (flock() only locks first byte of file).</li>
46+ </ul></li>
47+ </ul>
48+ <!-- }}} --></section>
49+
50+
51+
1152<section class="version" id="8.0.8"><!-- {{{ 8.0.8 -->
1253<h3>Version 8.0.8</h3>
1354<b><?php release_date ('01-Jul-2021 ' ); ?> </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/2021-07-29-1.xml" />
1213 <xi : include href =" entries/2021-07-22-1.xml" />
1314 <xi : include href =" entries/2021-07-13-1.xml" />
1415 <xi : include href =" entries/2021-07-08-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.9 Released!</title >
4+ <id >https://www.php.net/archive/2021.php#2021-07-29-1</id >
5+ <published >2021-07-29T13:26:00+00:00</published >
6+ <updated >2021-07-29T13:26:00+00:00</updated >
7+ <link href =" https://www.php.net/index.php#id2021-07-29-1" rel =" alternate" type =" text/html" />
8+ <link href =" https://www.php.net/archive/2021.php#2021-07-29-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.9. 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.9 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.9" >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.0.8 ' =>
6+ array (
7+ 'announcement ' =>
8+ array (
9+ 'English ' => '/releases/8_0_8.php ' ,
10+ ),
11+ 'tags ' =>
12+ array (
13+ ),
14+ 'date ' => '01 Jul 2021 ' ,
15+ 'source ' =>
16+ array (
17+ 0 =>
18+ array (
19+ 'filename ' => 'php-8.0.8.tar.gz ' ,
20+ 'name ' => 'PHP 8.0.8 (tar.gz) ' ,
21+ 'sha256 ' => '084a1e8020e86fb99b663d195fd9ac98a9f37dfcb9ecb5c159054cdb8f388945 ' ,
22+ 'date ' => '01 Jul 2021 ' ,
23+ ),
24+ 1 =>
25+ array (
26+ 'filename ' => 'php-8.0.8.tar.bz2 ' ,
27+ 'name ' => 'PHP 8.0.8 (tar.bz2) ' ,
28+ 'sha256 ' => '14bd77d71a98943e14b324da83e31b572781df583cda9650a184fae3214cd16f ' ,
29+ 'date ' => '01 Jul 2021 ' ,
30+ ),
31+ 2 =>
32+ array (
33+ 'filename ' => 'php-8.0.8.tar.xz ' ,
34+ 'name ' => 'PHP 8.0.8 (tar.xz) ' ,
35+ 'sha256 ' => 'dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c ' ,
36+ 'date ' => '01 Jul 2021 ' ,
37+ ),
38+ ),
39+ 'museum ' => false ,
40+ ),
541 '8.0.7 ' =>
642 array (
743 'announcement ' =>
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ $RELEASES = (function() {
2020
2121 /* PHP 8.0 Release */
2222 $ data ['8.0 ' ] = [
23- 'version ' => '8.0.8 ' ,
24- 'date ' => '01 Jul 2021 ' ,
23+ 'version ' => '8.0.9 ' ,
24+ 'date ' => '29 Jul 2021 ' ,
2525 'tags ' => [], // Set to ['security'] for security releases.
2626 'sha256 ' => [
27- 'tar.gz ' => '084a1e8020e86fb99b663d195fd9ac98a9f37dfcb9ecb5c159054cdb8f388945 ' ,
28- 'tar.bz2 ' => '14bd77d71a98943e14b324da83e31b572781df583cda9650a184fae3214cd16f ' ,
29- 'tar.xz ' => 'dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c ' ,
27+ 'tar.gz ' => '1f0d72e90ab6ad0ae13329a96b281f71bc592563ce4e3a4c816b8da4b5854fb4 ' ,
28+ 'tar.bz2 ' => '6ac8edebd295ddc43fb010653c43ccf203cd7cdc40981b210ed5275994040806 ' ,
29+ 'tar.xz ' => '71a01b2b56544e20e28696ad5b366e431a0984eaa39aa5e35426a4843e172010 ' ,
3030 ]
3131 ];
3232
Original file line number Diff line number Diff line change 1+ <?php
2+ $ _SERVER ['BASE_PAGE ' ] = 'releases/8_0_9.php ' ;
3+ include_once __DIR__ . '/../include/prepend.inc ' ;
4+ site_header ('PHP 8.0.9 Release Announcement ' );
5+ ?>
6+ <h1>PHP 8.0.9 Release Announcement</h1>
7+
8+ <p>The PHP development team announces the immediate availability of PHP 8.0.9. 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.9 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.9">ChangeLog</a>.
15+ </p>
16+ <?php site_footer ();
You can’t perform that action at this time.
0 commit comments