Update and sync extension dependencies

This commit is contained in:
Dylan K. Taylor
2018-06-12 16:27:52 +01:00
parent 8cfd5604cf
commit 8a9af7bf2f
3 changed files with 11 additions and 1 deletions

View File

@@ -75,12 +75,18 @@ namespace pocketmine {
$extensions = [
"bcmath" => "BC Math",
"curl" => "cURL",
"ctype" => "ctype",
"date" => "Date",
"hash" => "Hash",
"json" => "JSON",
"mbstring" => "Multibyte String",
"openssl" => "OpenSSL",
"pcre" => "PCRE",
"phar" => "Phar",
"pthreads" => "pthreads",
"reflection" => "Reflection",
"sockets" => "Sockets",
"spl" => "SPL",
"yaml" => "YAML",
"zip" => "Zip",
"zlib" => "Zlib"