• I have placed a php.ini file in the same folder as my WordPress installation. If I use phpinfo() in a file unconnected to WordPress (but in the same directory), the values returned reflect the values in php.ini. So far, so good.

    But when I use your plugin to check those php values, the old default values are shown.

    I also notice that the “Loaded Configuration File” shown by my standard phpinfo() call shows the correct location of the php.ini file, right there in the same directory. BUT… according to your plugin, the “Loaded Configuration File” is in a completely different location: /usr/local/php54/lib/php.ini.

    Bottom line: Your plugin is showing the default values, from the default php.ini file, instead of the values from the local php.ini file in the same directory. Why?

Viewing 1 replies (of 1 total)
  • Plugin Author Scott DeLuzio

    (@scottdeluzio)

    This plugin is using phpinfo() to return the values shown when you click “Show Details”. My guess is that maybe the server needs to be restarted in order for the new values to show up.

Viewing 1 replies (of 1 total)
  • The topic ‘Conflicting PHP Values’ is closed to new replies.