You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Fixes segfault with Fiber on FreeBSD i386 architecture.</li>
17
+
</ul></li>
18
+
<li>Fileinfo:
19
+
<ul>
20
+
<li>Fixed bug <?phpgithubissuel('php/php-src', 8805); ?> (finfo returns wrong mime type for woff/woff2 files).</li>
21
+
</ul></li>
22
+
<li>GD:
23
+
<ul>
24
+
<li><?phpbugfix(81739); ?>: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630)</li>
25
+
</ul></li>
26
+
<li>Hash:
27
+
<ul>
28
+
<li><?phpbugfix(81738); ?>: buffer overflow in hash_update() on long parameter. (CVE-2022-37454)</li>
29
+
</ul></li>
30
+
<li>MBString:
31
+
<ul>
32
+
<li>Fixed bug <?phpgithubissuel('php/php-src', 9683); ?> (Problem when ISO-2022-JP-MS is specified in mb_ encode_mimeheader).</li>
33
+
</ul></li>
34
+
<li>Opcache:
35
+
<ul>
36
+
<li>Added indirect call reduction for jit on x86 architectures.</li>
37
+
</ul></li>
38
+
<li>Session:
39
+
<ul>
40
+
<li>Fixed bug <?phpgithubissuel('php/php-src', 9583); ?> (session_create_id() fails with user defined save handler that doesn't have a validateId() method).</li>
41
+
</ul></li>
42
+
<li>Streams:
43
+
<ul>
44
+
<li>Fixed bug <?phpgithubissuel('php/php-src', 9590); ?> (stream_select does not abort upon exception or empty valid fd set).</li>
<divxmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 8.1.12. This is a security release.</p>
13
+
14
+
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
0 commit comments