php 8 come with JIT witch compiles php files and store the compiled object in buffer memory . the JIT speeds php too much.
so if some one have many phpBB sites in same server will need more buffer memory to take advantage of this feature. but if phpBB supports multisite he will take advantage of JIT with a less of buffer memory.
note that most of CMS supports multisite
Multisite will give phpBB good benefits with PHP 8
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 4.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 4.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Multisite will give phpBB good benefits with PHP 8
This isn't anything phpBB core has to do. If someone wants to set up a system wherein all sites under it share the same phpBB code base and set of extensions they can design/build something on their own...or just use any of the myriad of such sites that already exist.
Re: Multisite will give phpBB good benefits with PHP 8
This would be nice to be integrated - in some way, it's not difficult to make phpBB to a multisite system, but for that are changes to the files necessary... Something what with extensions should be solved for most cases and it's much better to upgrade phpBB. So far with lower changes it's easy, but with minor updates it's very difficult, seen on my own with 3.0 to 3.1 ... And developing an own fork is not for everyone an option.
@hubaishan if you need multisite usage and need some quick solutions, maybe I can help you. Regarding to the way you want to use it, it's maybe an easy way.
@hubaishan if you need multisite usage and need some quick solutions, maybe I can help you. Regarding to the way you want to use it, it's maybe an easy way.
Re: Multisite will give phpBB good benefits with PHP 8
Hello everybody.
I'm a newbie on this forum, and totally beginner with platformio.
I'm a newbie on this forum, and totally beginner with platformio.