Reputation: 392
I have PHP Manager
on the server. And there are three versions of php
installed 7.0, 5.3, 7.2
. Now 7.0
is in use. When I change PHP version and check phpinfo()
from the PHP Mangaer
I still see 7.0
version, but php.ini
file changes as in the picture bellow. Why php version doesn't change?
when I click check phpInfo()
I see
Upvotes: 0
Views: 1709
Reputation: 76
Obviously, you have 2 different PHP on your server. On the screenshots php.ini exists in 2 different places.
screen 1 https://prnt.sc/jxylmu screen 2 https://prnt.sc/jxylu6
Try to find all php.exe php-cgi.exe files.
Upvotes: 0