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

Welcome to the PocketMine-MP_MoreSupport wiki!

Introduction

I originally created this repository to combine the 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) 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 am willing to do so and may be discontinued without prior notice. Those who need more frequent updates will want to fork this repository and update themselves.

32-bit branches

FAQ

  • Q1. Where are the 32-bit PHP binaries?
  • A1. The PHP binaries are not provided to prevent people without enough knowledge from using this. People with enough knowledge should be able to compile their own 32-bit PHP binaries.
  • Q2. Why are the 32-bit branches based on the master branch?
  • A2. This fork is maintained only by myself, and it would be a pain for me to keep up with new changes when a major API bump occurs (e.g. 3.0.0 to 4.0.0).
Clone this wiki locally