This is a breaking change for XF1.x, as a number of add-ons expect to be able to vary how a class can be extended at run-time. Nearly every case can be replaced with a Option validation routine which pushes changes to the listener.
It would be nice to avoid building the class tree every request despite it being virtually static across every request. Especially when dealling with a huge number of add-ons.
It would be nice to avoid building the class tree every request despite it being virtually static across every request. Especially when dealling with a huge number of add-ons.
Upvote
7