From 03110cfeb7d465ee1ca50bf2ffea4e821d936223 Mon Sep 17 00:00:00 2001 From: Mark Schmale Date: Wed, 24 Sep 2025 15:44:19 +0200 Subject: [PATCH] add bcround function signature for php8.4 --- resources/functionMap_php84delta.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/functionMap_php84delta.php b/resources/functionMap_php84delta.php index fe719fce15..d5552a0840 100644 --- a/resources/functionMap_php84delta.php +++ b/resources/functionMap_php84delta.php @@ -15,6 +15,7 @@ */ return [ 'new' => [ + 'bcround' => ['numeric-string', 'num'=>'numeric-string', 'precision='=>'int', 'mode='=>'RoundingMode'], 'http_get_last_response_headers' => ['list|null'], 'http_clear_last_response_headers' => ['void'], 'mb_lcfirst' => ['string', 'string'=>'string', 'encoding='=>'string'],