On Feb 3, 2015 7:59 AM, "Pierre Joye" <[email protected]> wrote: > > On Feb 3, 2015 11:26 AM, "Xinchen Hui" <[email protected]> wrote: > > > > Hey: > > > > opcache is disabled by default configure, I am plan to enable it > > by default > > > > and also add zend_extension=opcache.so in > php.ini-product/developmement > > > > is there any objections or concerns? > > > > thanks > > No problem here for production. I am however not sure about Dev, it can > still be disable using ini setting but I am not sure it works well with any > debugging extension out there. Does it?
Do we have any loading order between opcache and the debugging extensions (e.g. xdebug) ? If we do, it's best to keep opcache disabled for dev. Kaplan
