How to uninstall/disable Zend Optimizer & install APC?
Hey guys,
I currently have Zend Platform installed and wish to now disable or uninstall from one of my boxes so that I can test out APC.
I thought I could just disable it in php.ini....but I have 5 of said files and I have no idea which I need to work with:
I suspect ./usr/local/lib/php.ini but can anyone confirm?
And is it all that I need to do is comment/delete the [Zend] section?
thanks guys
Hey guys,
I currently have Zend Platform installed and wish to now disable or uninstall from one of my boxes so that I can test out APC.
I thought I could just disable it in php.ini....but I have 5 of said files and I have no idea which I need to work with:
Code:
./usr/local/Zend/Platform/etc/fastcgi/php.ini
./usr/local/Zend/Platform/etc/php.ini
./usr/local/Zend/etc/php.ini
./usr/local/lib/php.ini
./etc/php5/cli/php.ini
I suspect ./usr/local/lib/php.ini but can anyone confirm?
And is it all that I need to do is comment/delete the [Zend] section?
thanks guys
Last edited: