Multisite will give phpBB good benefits with PHP 8

General discussion of development ideas and the approaches taken in the 4.x branch of phpBB. The next feature release of phpBB 4 will be 4.0/Triton.
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.
Post Reply
hubaishan
Registered User
Posts: 16
Joined: Fri Oct 21, 2011 11:29 am

Multisite will give phpBB good benefits with PHP 8

Post by hubaishan »

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

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1903
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Multisite will give phpBB good benefits with PHP 8

Post by DavidIQ »

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.
Image

TW1920
Registered User
Posts: 1
Joined: Fri Jan 25, 2019 2:02 pm

Re: Multisite will give phpBB good benefits with PHP 8

Post by TW1920 »

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.

User avatar
Henri
Registered User
Posts: 5
Joined: Sat Mar 27, 2021 5:22 pm
Location: Milano Frankfurt
Contact:

Re: Multisite will give phpBB good benefits with PHP 8

Post by Henri »

Hello everybody.
I'm a newbie on this forum, and totally beginner with platformio.

Post Reply