「phpinfo」の版間の差分

提供:MoodleDocs
移動先:案内検索
(PHPへの転送ページ)
タグ: 新規リダイレクト
 
(他の1人の利用者による、間の7版が非表示)
1行目: 1行目:
作成中です - [[利用者:Mitsuhiro Yoshida|Mitsuhiro Yoshida]] 2009年5月3日 (日) 16:03 (UTC)
#REDIRECT[[PHP]]
 
ロケーション: サイト管理 > サーバ > PHP情報
 
phpinfoの表示には、あなたのPHPインストレーションに関する情報が含まれています。これは、次の内容確認に有用です:
* あなたのPHPインストレーションがMoodleのシステム要件に合致するかどうか。
* あなたがMoodleの動作に必要な拡張モジュールをインストールしたかどうか。例) LADP認証のためのLDAP拡張モジュール
 
==目次==
__TOC__
 
==PHP情報の表示==
PHP情報を閲覧するには:
* 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 <nowiki>http://127.0.0.1/info.php</nowiki>.
 
==サンプルアウトプット==
This is a sample output displayed.
 
 
<table border="0" cellpadding="3" width="600">
<tr class="h"><td>
[http://www.php.net/ http://www.php.net]
 
<nowiki>=PHP Version 4.3.3= </nowiki>
</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.
 
==関連情報==
* [http://www.php.net/ini.core PHP reference] describing the core PHP.INI directives
 
[[en:phpinfo]]
 
[[Category:開発者|Phpinfo]]
[[Category:管理者]]

2021年11月24日 (水) 07:04時点における最新版

転送先: