Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
Johnmacro edited this page May 20, 2019 · 18 revisions

Welcome to the PocketMine-MP_MoreSupport wiki!

Introduction

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.

List of branches

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.

32-bit branch

FAQ

  • 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).
Clone this wiki locally