Changes between Initial Version and Version 1 of Ticket #37700, comment 8
- Timestamp:
- 08/19/2016 04:13:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37700, comment 8
initial v1 1 Andy, that's not actually how PHP works. WordPress doesn't know the difference, it just knows what PHP tells it. You can check by making a phpinfo file, and see what that reports. It will be the same as what WP sees.1 Andy, that's not really how PHP works as far as I know. WordPress doesn't know the difference, it just knows what PHP tells it. You can check by making a phpinfo file, and see what that reports. It will be the same as what WP sees. 2 2 3 3 You may need to tell your host "WordPress is just a PHP app, so if PHP is reporting back the wrong information, then this is more likely due to a server configuration not prioritizing my local php.ini, or that my local php.ini is actually not correct. PHP isn't THAT smart :) "