PDA

View Full Version : Why set eaccelerator.optimizer = 0 ?


IO
09-26-2005, 04:16 PM
Hi,

I've a simple question about this configuration in the php.ini :
eaccelerator.optimizer = 0(Or mmcache...)

I want to know why we must desactivate this fonction, and if it is not better to set it to 1 for performances.

mistwang
09-26-2005, 05:06 PM
Due to the dramatic changes in PHP 5, the optimizer in eaccelerator or mmcache may not work properly, so we turn it off by default. Feel free to turn it on. :-)

IO
09-26-2005, 05:48 PM
OK, thank you.

If I use php 4.4.0, it's not a problem to set it On ?

mistwang
09-26-2005, 06:00 PM
We don't have accurate answer for this, you need to try. :-)

SyNeo
09-27-2005, 02:01 AM
Hi IO.

Could you please post here the results of your tests?

IO
10-06-2005, 05:21 PM
I have no problem when I set it On but I haven't any bench of that feature.