From 2dac59f6135efc014d2adb82ef2aa428217a12e9 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Wed, 20 Nov 2024 02:05:10 +0000 Subject: [PATCH] PHP 8.4: Raising 0 to a negative exponent is deprecated --- reference/math/functions/pow.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/reference/math/functions/pow.xml b/reference/math/functions/pow.xml index fd6f17147dd4..06a491426d3f 100644 --- a/reference/math/functions/pow.xml +++ b/reference/math/functions/pow.xml @@ -57,6 +57,30 @@ PHP-Extensions may override the behaviour of this operation and make it return an object. + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + Raising 0 to a negative + exponent is now deprecated. + + + + + + + &reftitle.examples;