diff --git a/README.md b/README.md index fe64707e3..13cede87c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Github repo: https://github.com/shoghicp/Pocket-Minecraft-PHP Server (and client) Minecraft Pocket Edition library written in PHP. Currently a work in progress, and used to document http://www.wiki.vg/Pocket_Minecraft_Protocol +How to install it: https://github.com/shoghicp/Pocket-Minecraft-PHP/wiki/Tutorial:-Setting-up-a-Server + **Project Status: `PRE-ALPHA`** **Tested in: `v4.0.0, v5.0.0`** @@ -76,5 +78,5 @@ Third-party Tools: ------------------ * [How to connect to internet servers](http://www.minecraftforum.net/topic/1256915-legit-minecraftpe-online-multiplayer/) * [Video-Tutorial made by ChrisMCMine](http://www.youtube.com/watch?v=GC9MBVaHge0) -* [User-made program to merge server I/O done in C](https://github.com/filfat/MCPES_CPP_INPUT/) +* OBSOLETE [User-made program to merge server I/O done in C](https://github.com/filfat/MCPES_CPP_INPUT/) * [Proxy to allow devices in your local network join online servers using node.js](https://github.com/brandon15811/Minecraft-PE-Proxy) \ No newline at end of file diff --git a/common/dependencies.php b/common/dependencies.php index 4808204d6..00c113cab 100644 --- a/common/dependencies.php +++ b/common/dependencies.php @@ -54,10 +54,10 @@ if(!extension_loaded("sockets")){ ++$errors; } -/*if(!extension_loaded("zlib")){ - console("[ERROR] Unable to find Zlib extension", true, true, 0); +if(!extension_loaded("curl")){ + console("[ERROR] Unable to find cURL extension", true, true, 0); ++$errors; -}*/ +} if(!extension_loaded("sqlite3")){ console("[ERROR] Unable to find SQLite3 extension", true, true, 0);