On Thu, Feb 28, 2013 at 9:13 PM, Stas Malyshev <smalys...@sugarcrm.com>wrote:
> Hi! > > > Based off of the recent discussion around pulling in ZO+ into core, I've > > come to the conclusion that we should also pull in XDebug and Suhosin > into > > core at the same time. > > Suhosin has multiple BC-incompatible and performance-problematic changes > and limits and the author refused many times to work with PHP team. I'm > not sure how we could pull extension that the author of it isn't > interested in working with PHP group. > +1 > > > 1. It has integration issues with ZO+ in that it has to be included in a > > specific order (specifically around ini declarations). If it was included > > into core, this could be accounted for allowing for more robust behavior. > > I'm not sure what you mean about ini declarations, could you expand on > this or refer me to the place where it is explained? > I guess the ini declaration order and then the order the modules get loaded in the engine. Julien