This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
forked from pmmp/PocketMine-MP
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Johnmacro edited this page May 20, 2019
·
18 revisions
Welcome to the PocketMine-MP_MoreSupport wiki!
This repository was originally created only for myself to combine mcpe-1.2 branch with PHP 7.2 support. I later decided to turn this into a project that aims to add support for legacy platforms (such as 32-bit, etc.)that PocketMine-MP no longer supports.
Currently we have the following branches:
- master: Default branch
- master_32-bit: master branch with 32-bit support
Branches are updated when I'm willing to update them and may discontinue without any prior notice. People who need more updates will want to fork this repository and update by themselves.
- Q1. Where are 32-bit PHP binaries (or compile script)?
- A1. The PHP binaries and compile script are not provided to prevent people who have no knowledge on this kind of stuff from using this. People with enough knowledge should be able to compile their own 32-bit PHP binaries.
- Q2. Why does 32-bit branch use master branch?
- A2. This fork is only maintained by myself, and it would be a pain for me to keep up with new changes when the major API bump occurs (for example, 3.0.0 to 4.0.0).