Does anyone know why a fresh install of Ubuntu with Apache and PHP-CLI is installing two different versions of PHP?
For Apache its running 5.5.9-1ubuntu4.19 and PHP-CLI is running PHP 5.6.24-1+deb.sury.org~trusty+1
Is there anyway to get them on the same? I'm running into all sorts of issues with installing modules. For example this:
PHP Warning: PHP Startup: mongo: Unable to initialize module Module compiled with module API=20121212 PHP compiled with module API=20131226 These options need to match
Any clear direction you can give would be much appreciated!