Skip to content

Commit 718782b

Browse files
committed
Merge branch 'PHP-8.1'
2 parents b2f692a + 13dcd21 commit 718782b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

NEWS

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.2.0alpha3
44

5+
- Date:
6+
. Fixed bug #80047 (DatePeriod doesn't warn with custom DateTimeImmutable).
7+
(Derick)
8+
9+
- Fileinfo:
10+
. Fixed bug #81723 (Heap buffer overflow in finfo_buffer). (CVE-2022-31627)
11+
(cmb)
12+
13+
- FPM:
14+
. Fixed zlog message prepend, free on incorrect address. (Heiko Weber)
15+
16+
- GD:
17+
. Fixed bug GH-8848 (imagecopyresized() error refers to the wrong argument).
18+
(cmb)
19+
20+
- OPcache:
21+
. Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php
22+
syntaxe of a valid file). (Dmitry)
23+
24+
- Standard:
25+
. Fixed the crypt_sha256/512 api build with clang > 12. (David Carier)
26+
27+
07 Jul 2022, PHP 8.1.8
28+
>>>>>>> PHP-8.1
29+
530
- Core:
631
. Uses safe_perealloc instead of perealloc for the
732
ZEND_PTR_STACK_RESIZE_IF_NEEDED to avoid possible overflows. (David Carlier)

0 commit comments

Comments
 (0)