File tree Expand file tree Collapse file tree 6 files changed +14510
-14389
lines changed Expand file tree Collapse file tree 6 files changed +14510
-14389
lines changed Original file line number Diff line number Diff line change 751
751
752
752
<a id="PHP_8_0"></a>
753
753
754
+ <section class="version" id="8.0.22"><!-- {{{ 8.0.22 -->
755
+ <h3>Version 8.0.22</h3>
756
+ <b><?php release_date ('04-Aug-2022 ' ); ?> </b>
757
+ <ul><li>CLI:
758
+ <ul>
759
+ <li>Fixed potential overflow for the builtin server via the PHP_CLI_SERVER_WORKERS environment variable.</li>
760
+ </ul></li>
761
+ <li>Core:
762
+ <ul>
763
+ <li>Fixed bug <?php githubissuel ('php/php-src ' , 8923 ); ?> (error_log on Windows can hold the file write lock).</li>
764
+ <li>Fixed bug <?php githubissuel ('php/php-src ' , 8995 ); ?> (WeakMap object reference offset causing TypeError).</li>
765
+ </ul></li>
766
+ <li>Date:
767
+ <ul>
768
+ <li><?php bugfix (80047 ); ?> (DatePeriod doesn't warn with custom DateTimeImmutable).</li>
769
+ </ul></li>
770
+ <li>DBA:
771
+ <ul>
772
+ <li>Fixed LMDB driver hanging when attempting to delete a non-existing key (Girgias)</li>
773
+ </ul></li>
774
+ <li>FPM:
775
+ <ul>
776
+ <li>Fixed zlog message prepend, free on incorrect address.</li>
777
+ <li>Fixed possible double free on configuration loading failure. (Heiko Weber).</li>
778
+ </ul></li>
779
+ <li>GD:
780
+ <ul>
781
+ <li>Fixed bug <?php githubissuel ('php/php-src ' , 8848 ); ?> (imagecopyresized() error refers to the wrong argument).</li>
782
+ </ul></li>
783
+ <li>Intl:
784
+ <ul>
785
+ <li>Fixed build for ICU 69.x and onwards.</li>
786
+ </ul></li>
787
+ <li>OPcache:
788
+ <ul>
789
+ <li>Fixed bug <?php githubissuel ('php/php-src ' , 8847 ); ?> (PHP hanging infinitly at 100% cpu when check php syntaxe of a valid file).</li>
790
+ </ul></li>
791
+ <li>Standard:
792
+ <ul>
793
+ <li>Fixed the crypt_sha256/512 api build with clang > 12.</li>
794
+ <li>Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. (David Carlier).</li>
795
+ </ul></li>
796
+ </ul>
797
+ <!-- }}} --></section>
798
+
799
+
800
+
754
801
<section class="version" id="8.0.21"><!-- {{{ 8.0.21 -->
755
802
<h3>Version 8.0.21</h3>
756
803
<b><?php release_date ('07-Jul-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-08-04-1.xml" />
12
13
<xi : include href =" entries/2022-07-21-1.xml" />
13
14
<xi : include href =" entries/2022-07-14-1.xml" />
14
15
<xi : include href =" entries/2022-07-07-3.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.22 Released!</title >
4
+ <id >https://www.php.net/archive/2022.php#2022-08-04-1</id >
5
+ <published >2022-08-04T08:10:19+00:00</published >
6
+ <updated >2022-08-04T08:10:19+00:00</updated >
7
+ <link href =" https://www.php.net/index.php#2022-08-04-1" rel =" alternate" type =" text/html" />
8
+ <link href =" https://www.php.net/archive/2022.php#2022-08-04-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.22. 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.22 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.22" >ChangeLog</a >.
19
+ </p > </div >
20
+ </content >
21
+ </entry >
You can’t perform that action at this time.
0 commit comments