From e2da65de2acae5eb17de4dd6a34bd1f8f5d8c007 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:17:34 +0200 Subject: [PATCH] NEWS for 306dedcf5e [ci skip] --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index d0d23a4dd05..25152d5cada 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.4.0RC1 +- BcMath: + . bcpow() performance improvement. (Jorg Sowa) + - Debugging: . Fixed bug GH-15923 (GDB: Python Exception : exceptions must derive from BaseException). (nielsdos)