Conflicting PHP Values
-
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?
- The topic ‘Conflicting PHP Values’ is closed to new replies.