i have few servers where i found that apc is working but its not in php -m list. Instead i see php -i shows me eaccelertor. File phpinfo.php shows me that i have apc enabled and ioncube as well, but ioncube is not in the php -m/php -i list. Whats going on? Why i see different information in backend and frontend phpinfo? (btw there is no .so files of eaccelerator nor ioncube on the server...)
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
phpinfo.phpusing a web browser or running it on the command line? What do you get when you run the commandls -l /etc/php5/*/php.ini? – Ladadadada Dec 19 '12 at 17:50