Hi again,
I've successfully installed phpswitcher and compiled different version of php, now for the 7.0 I addedd the APCu extension as described on the wiki: https://wiki.i-mscp.net/doku.p…hpswitcher#apcu_extension and eveything seems ok if I run:
it displays the extension loaded correctly and the file 02_apcu.ini parsed.
But.... if I click on show phpinfo on imscp panel it displays nothing about apcu (both the ini and the modules are missing).
I've tried restarting psw7.0-fpm, apache, etc...
Once i stopped psw7.0-fpm and tried to load again "show phpinfo", strangely it displays always the same things... how it can do this if fpm is stopped?
After a lot of trying I simply create an info.php page with this content:
loaded it in the browser and it displays apc:
why this happened? so the extension is loaded but php info displayed by the panel is probably wrong...
Thank you very much