MyBB Community Forums

Full Version: What PHP to use?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I thought about 7.1 because 2.0 requires php 7+.
In general, try to use the latest release available to you.
(2017-04-10, 05:09 PM)Josh H. Wrote: [ -> ]In general, try to use the latest release available to you.

so 7.1?
(2017-04-10, 06:24 PM)kaarelyb Wrote: [ -> ]
(2017-04-10, 05:09 PM)Josh H. Wrote: [ -> ]In general, try to use the latest release available to you.

so 7.1?

Yes.
The newest version available. I use PHP 7 because it's easy to configure with nginx on Ubuntu Smile
To clarify: the newest PHP version available to you that doesn't break MyBB too badly. Every once in a while, one of the 7.x releases will inevitably break some parts of the core. That's okay. Revert back to the working version you had before and update again as soon as MyBB's fully ready to support it (usually the next maintenance release).

That's how I'd put it.
I used 7.1 - stable
I use php 7.0.x branch - full compatibility with MyBB, no issues. Anyway you can use php 7.1.x branch with the latest version of MyBB without any known issues - if you find any, let us know.