Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: PHP info.

PHP info: Difference between revisions

From MoodleDocs
m (Removed open tags)
(content moved to PHP and page redirected)
 
(19 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Sample output of a file called info.php that contains the single line:
#redirect [[PHP]]
 
  '''<?php phpinfo(); ?>'''
 
<table border="0" cellpadding="3" width="600">
<tr class="h"><td>
[http://www.php.net/ http://www.php.net]
=PHP Version 4.3.3=
</td></tr>
</table><br/>
<table border="0" cellpadding="3" width="600">
<tr><td class="e">System </td><td class="v">Windows NT MYLAPTOP0106 5.1 build 2600 </td></tr>
<tr><td class="e">Build Date </td><td class="v">Aug 24 2003 22:01:16 </td></tr>
<tr><td class="e">Server API </td><td class="v">Apache </td></tr>
<tr><td class="e">Virtual Directory Support </td><td class="v">enabled </td></tr>
<tr><td class="e">Configuration File (php.ini) Path </td><td class="v">C:\WINDOWS\php.ini </td></tr>
<tr><td class="e">PHP API </td><td>20020918 </td></tr>
<tr><td class="e">PHP Extension </td><td>20020429 </td></tr>
<tr><td class="e">Zend Extension </td><td>20021010 </td></tr>
<tr><td class="e">Debug Build </td><td>no </td></tr>
<tr><td class="e">Thread Safety </td><td>enabled </td></tr>
<tr><td class="e">Registered PHP Streams </td><td>php, http, ftp, compress.zlib</td></tr>
</table>
 
...
This output goes on for about 5 pages.
 
[[Category:Developer]]
[[Category:Administrator]]

Latest revision as of 11:15, 15 January 2013

Redirect to: