Author Topic: apache not running php 7.2  (Read 5331 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
apache not running php 7.2
« on: February 26, 2019, 08:20:32 PM »
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
Code: [Select]
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?

Offline
*
Re: apache not running php 7.2
« Reply #1 on: February 27, 2019, 07:13:03 PM »
well, never did get 7.2.10 to be picked up by apache but 7.2.15 was when switched to it.

Offline
*
Re: apache not running php 7.2
« Reply #2 on: February 27, 2019, 07:22:29 PM »
So what is it that you try to do?