Question: I am installing Pocketmine-MP on a remote Linux server with CentOS6.4. After I update my PocketMine-MP.phar. I try to use ./start.sh, and the terminal ask me use php >= 7.0. Then I download the PHP_7.0.6_x86-64_Linux.tar.gz from https://bintray.com/pocketmine/PocketMine/Unix-PHP-Binaries And I unzip the tar.gz file at /bin folder. However, when I try ./start.sh to start the server. It doesn't work. and print out : https://pastebin.com/q20AYPqx How should I install the php7 binaries in a correct way? PM version: Unknown(I can't run Pocketmine - MP) PHP version: PHP 5.3.3(cli) OS:Centos 6 x86_64 Plugins: 0
The manual installation docs are here: http://pmmp.readthedocs.io/en/rtfd/installation.html#installing-manually The latest PHP build for PocketMine is here: https://jenkins.pmmp.io/job/PHP-7.2-Linux-x86_64/
Thanks, I finally solve my problem by reinstall OS from Centos6.4 to Centos 7. It is too complicate for me to install php7 on former os.