Info
Content

Getting PHP Info for your site


There is a handy link under:

Site adminstration > Server > PHP Info
/admin/phpinfo.php

That will return the standard PHP Info phpinfo() results for your site.

Very handy for checking things like installed modules and core parameters if you are overriding them ( e.g. error_log, max_execution_time, post_max_size, upload_max_size).

If you need to override any php options/values, be sure to check out the article on Overriding PHP Settings through config.php.

No Comments
Back to top