I tried getting the mcpe-1.2 branch and couldn't find a phar of it, so decided to get the src but the server isn't running. I get this: Code: [CRITICAL] Cannot find PocketMine-SPL or incompatible version. [CRITICAL] Please update your submodules or use provided builds. I got the php bin from jenkins and src from github by cloning. What am I doing wrong?
You forgot the --recursive flag when cloning. See http://pmmp.readthedocs.io/en/rtfd/installation.html#using-git Once you do that, you'll also need to install composer dependencies by running `bin/composer install`.
How would I get my host to update the PHP binaries for it to work with the new updates of PMMP? So far iv only had to give them a link to the windows php binaries, they then download it an apply to the server.
You have to contact your host and tell them to add the PHP 7.2 bin as well as check if php is at 7.2 or upgrade to it.