Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: PHP info.

PHP info

From MoodleDocs
Revision as of 06:39, 5 June 2008 by Ken Wilson (talk | contribs) (→‎PHP Version 4.3.3: Fixed typo)

Location: Administration > Server > PHP info

The phpinfo display contains information about the configuration of your PHP installation. This is useful for checking:

  • that your PHP installation meets Moodle's system requirements.
  • that you have installed the required modules needed for Moodle to work, e.g. the LDAP module for LDAP authentication.

Displaying phpinfo

To view the phpinfo information:

  • In Moodle version 1.7 or greater, choose Site Administration -> Server -> PHP info.
  • Create a file called info.php using your text editor, containing this single line:
<?php phpinfo(); ?>
  • Upload this file into your moodle folder on your PC or server.
  • Now open this file in your browser. For example http://127.0.0.1/info.php.

Sample output

This is a sample output displayed:

http://www.php.net