Skip to content

Commit 1b0a79a

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).
2 parents 2704ee6 + 27bb328 commit 1b0a79a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ PHP NEWS
2121
. Fixed bug #74170 (locale information change after mime_content_type).
2222
(Sergei Turchanov)
2323

24+
- Libxml:
25+
. Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). (Laruence)
26+
2427
- OPcache:
2528
. Fixed bug #78961 (erroneous optimization of re-assigned $GLOBALS). (Dmitry)
2629
. Fixed bug #78950 (Preloading trait method with static variables). (Nikita)
@@ -48,9 +51,6 @@ PHP NEWS
4851
. Fixed bug #79000 (Non-blocking socket stream reports EAGAIN as error).
4952
(Nikita)
5053

51-
- Libxml:
52-
. Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). (Laruence)
53-
5454
18 Dec 2019, PHP 7.4.1
5555

5656
- Core:

0 commit comments

Comments
 (0)