From 406e31f27315f30ce58bab71d57b391f88c75c50 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 12 Apr 2026 08:03:18 +0200 Subject: update to 1.5.1 drop pear/pecl dependency sources from github open https://github.com/php-decimal/ext-decimal/issues/91 is not compatible with PHP 7.x --- PHPINFO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 7a0d7a8..c07a4a4 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ decimal decimal support => enabled -decimal version => 1.5.0 -libmpdec version => 2.5.1 +decimal version => 1.5.1 +libmpdec version => 4.0.1 -- cgit