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
--
Xinchen Hui
@Laruence
http://www.laruence.com/
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?
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
OPcache will bring nothing to dev env, except possible failures and WTFs.
So I suggest not enabling it in development php.ini.
Julien.P
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?