From 8a9af7bf2fd04f0f23ce4bd51550d12e79b74c84 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 12 Jun 2018 16:27:52 +0100 Subject: [PATCH] Update and sync extension dependencies --- composer.json | 2 ++ composer.lock | 4 +++- src/pocketmine/PocketMine.php | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0895152f5..681f07f09 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,8 @@ "php-64bit": "*", "ext-bcmath": "*", "ext-curl": "*", + "ext-ctype": "*", + "ext-date": "*", "ext-hash": "*", "ext-json": "*", "ext-mbstring": "*", diff --git a/composer.lock b/composer.lock index fd0a00b8d..6308bd293 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8111ee9bb368344e158ad520e0fe6f64", + "content-hash": "0d82c9261d3146db66bc7ded18088c89", "packages": [ { "name": "pocketmine/binaryutils", @@ -240,6 +240,8 @@ "php-64bit": "*", "ext-bcmath": "*", "ext-curl": "*", + "ext-ctype": "*", + "ext-date": "*", "ext-hash": "*", "ext-json": "*", "ext-mbstring": "*", diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index c1e94422b..5e7328754 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -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"