Drop bcmath dependency

we haven't used bcmath since the days of 32-bit.
This commit is contained in:
Dylan K. Taylor
2020-12-14 20:59:07 +00:00
parent da90ae85da
commit 0682c93f5a
3 changed files with 1 additions and 4 deletions

View File

@ -73,7 +73,6 @@ namespace pocketmine {
}
$extensions = [
"bcmath" => "BC Math",
"curl" => "cURL",
"ctype" => "ctype",
"date" => "Date",