Karen Avdalyan
Karen Avdalyan

Reputation: 392

PHP manager check phpInfo shows wrong version

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? enter image description here

when I click check phpInfo() I see enter image description here

Upvotes: 0

Views: 1709

Answers (1)

Mikhail Kulygin
Mikhail Kulygin

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

Related Questions