I IO Active Member Sep 27, 2005 #1 Sep 27, 2005 #1 Hi, I've a simple question about this configuration in the php.ini : Code: 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.
Hi, I've a simple question about this configuration in the php.ini : Code: 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.
M mistwang LiteSpeed Staff Sep 27, 2005 #2 Sep 27, 2005 #2 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.
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.
I IO Active Member Sep 27, 2005 #3 Sep 27, 2005 #3 OK, thank you. If I use php 4.4.0, it's not a problem to set it On ?
M mistwang LiteSpeed Staff Sep 27, 2005 #4 Sep 27, 2005 #4 We don't have accurate answer for this, you need to try.
S SyNeo Well-Known Member Sep 27, 2005 #5 Sep 27, 2005 #5 Hi IO. Could you please post here the results of your tests?
I IO Active Member Oct 7, 2005 #6 Oct 7, 2005 #6 I have no problem when I set it On but I haven't any bench of that feature.