From ec19abf16183a7487516f92ba66cf9e2f6a2814f Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Sat, 6 Jul 2024 17:59:55 +0200 Subject: [PATCH] [ci skip] NEWS for GH-14801 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 5b66fb559e3..149097eb757 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.4.0alpha2 +- Core: + . Fixed bug GH-14801 (Fix build for armv7). (andypost) + - LibXML: . Added LIBXML_NO_XXE constant. (nielsdos)