Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can u create compile.php for PHP 5? #22

Closed
Arkdevnoder opened this issue Feb 7, 2016 · 1 comment
Closed

Can u create compile.php for PHP 5? #22

Arkdevnoder opened this issue Feb 7, 2016 · 1 comment
Labels

Comments

@Arkdevnoder
Copy link

Nobody wants install php7 on ubuntu, centos, debian.....
It is very very hard!!

@PEMapModder
Copy link
Owner

Delete the lines that check for PHP 7.0, and replace all occurrences of ... ?? with ... !==null?...:. For example, replace $config["name"] ?? with $config["name"] !== null ? $config["name"] :.

@PEMapModder PEMapModder changed the title Can u create compile.php for php? Can u create compile.php for PHP 5? Feb 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants