From 69a3511ec9dd18b672ca160b17da1ed4261a7422 Mon Sep 17 00:00:00 2001 From: Go Kudo Date: Wed, 3 Jul 2024 14:34:21 +0900 Subject: [PATCH] [ci skip] fix NEWS typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 80c66a126a83..f33c3842df40 100644 --- a/NEWS +++ b/NEWS @@ -48,7 +48,7 @@ PHP NEWS . Fixed bug GH-14549 (Incompatible function pointer type for fclose). (Ryan Carsten Schmidt) -- BCMatch: +- BCMath: . Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0). (Girgias) - Curl: