I think php 4.4.8 will be the first time I try the internal php rebuilder now in LiteSpeed.
However I am concerned that the default eaccelerator build doesn't have features that I want (mainly session support in shared memory for extra speed).
I take it that if I use the internal rebuild I won't be able to use a custom eaccelerator?
Any chance you'd consider adding these options to your eaccelerator builds?
They were turned off by default sometime before eaccelerator 0.9.5 so they can only be turned back on at build time. But they only get used if the setting is placed into php.ini, and then only if other code is changed too, so it should not upset any existing configurations.
Also, what is going to happen to my php.ini - will rebuilding php and including eaccelerator from the menu edit my php.ini? I have many custom settings in there I want to retain.
Thanks for any insight.
However I am concerned that the default eaccelerator build doesn't have features that I want (mainly session support in shared memory for extra speed).
I take it that if I use the internal rebuild I won't be able to use a custom eaccelerator?
Any chance you'd consider adding these options to your eaccelerator builds?
Code:
--with-eaccelerator-shared-memory
--with-eaccelerator-sessions
--with-eaccelerator-content-caching
Also, what is going to happen to my php.ini - will rebuilding php and including eaccelerator from the menu edit my php.ini? I have many custom settings in there I want to retain.
Thanks for any insight.