I have installed php 7.2.10 and CWP indicates every where I look that this is the version that I'm running. When I go to PHP info it says:
You are running PHP version: 7.2.10
but in the phpinfo table it reports:
PHP Version 5.6.37
In all other related screens, PHP version switcher, PHP version selector, Webserver main conf, etc., it says that I'm running PHP 7.2. The CLI is also 7.2. But apache uses 5.6 just as the phpinfo page says. If I do echo phpversion();
it also reports 5.6.37, so it seems that I've neglected something that I'm not seeing or apache is just not loading 7.2?