-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopic-post277.html
132 lines (117 loc) · 7.32 KB
/
topic-post277.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja" dir="ltr">
<head>
<title>日本PHPユーザ会 掲示板: PHP 5 » PHP5.2.6とApache2.2.9でうまくいかない</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="日本PHPユーザ会運営の掲示板です。※ただいまテスト運用中です。" />
<meta name="keywords" content="php,web,php.gr.jp,community,usebb" />
<link rel="stylesheet" type="text/css" href="./templates/phpgrjp0.3/styles.css" />
<link rel="shortcut icon" href="./templates/phpgrjp0.3/gfx/usebb.ico" />
<link rel="alternate" type="application/rss+xml" title="日本PHPユーザ会 掲示板 RSS フィード" href="rss.xml" />
<script type="text/javascript" src="sources/javascript.js"></script>
</head>
<body onload="javascript:init_external()">
<div id="pagebox-bg">
<div id="shadow-left">
<div id="shadow-right">
<p id="logo"><a href="index.html"><img src="./templates/phpgrjp0.3/gfx/usebb.png" alt="UseBB" title="ホーム" /></a></p>
<h1 id="boardname"><span id="line">日本PHPユーザ会 掲示板</span></h1>
<h2 id="boarddescr">日本PHPユーザ会運営の掲示板です。※ただいまテスト運用中です。</h2>
<div id="topmenu"><ul>
<li><a href="index.html">ホーム</a></li><li><a href="faq.html">FAQ</a></li><li><a href="active.html">活発なトピック</a></li>
</ul></div>
<div id="topmenu-shadow"></div>
<p class="locationbar">
• <a href="index.html">日本PHPユーザ会 掲示板</a> » <a href="forum-4.html">PHP 5</a> » PHP5.2.6とApache2.2.9でうまくいかない
</p>
<h3 id="forumname"><a href="topic-95.html">PHP5.2.6とApache2.2.9でうまくいかない</a></h3>
<p id="forummods"></p>
<p id="toolbartop"> </p>
<p id="pagelinkstop">ページ: 1</p>
<table class="maintable">
<tr>
<th>投稿者</th>
<th>投稿</th>
</tr>
<tr class="tr1">
<td class="postername">
<div class="posternamecontainer"><a href="profile-142.html">hotman</a></div>
</td>
<td class="postinfo">
<div class="postlinks"></div>
<div class="postdate"><a href="topic-post251.html#post251" name="post251" rel="nofollow">#1</a> 2008 年 10 月 8 日(水) 11:29</div>
</td>
</tr>
<tr class="tr1">
<td class="posterinfo">
会員
<div class="avatar"></div>
<div class="field">登録者: 10 2008</div>
<div class="field">返信数: 1</div>
<div class="field"></div>
</td>
<td class="postcontent">
<div class="post">WindowsXP SP2<br />PHP5.2.6<br />Apache2.2.9<br /><br />それぞれインストールし、httpd.conf、php.ini を編集しました。<br /><br />テストページ(phpinfo()の表示)が見える場合と見えない場合が以下の条件でありました。<br />変な感じがしますが、これは見えるケースで問題ないのでしょうか?<br /><br />結局、extension_dirに指定したディレクトリが、<br />存在する→NG(エラーログにメッセージあり)<br />存在しない→OK(でもエラーログにメッセージあり)<br />のようです。<br /><br />テストページが表示されるのに、エラーログがありますし、でもその場合実在しないディレクトリ指定にしているので、これで本当に良いのか疑問です。<br /><br /><br /><br /><strong>●テストページが表示されるケース</strong><br /><php.ini><br />extension_dir="C:\PHPAAAA\ext\"<br /><span style="color:red">(実在しないディレクトリ)</span><br /><br /><apacheのerror.log><br />PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHPAAAA\ext\php_bz2.dll'<br />→dllのロードエラーが113個出ています。当然だと思います。ファイルが無いですから。<br /><br /><br /><strong>●テストページが表示されない</strong><br /><php.ini><br />extension_dir="C:\PHP\ext\"<br /><span style="color:red">(実在するディレクトリ)</span><br /><br /><apacheのerror.log><br />PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mcrypt.dll'<br />→dllのロードエラーが19個でます。ファイル自体は存在しています。<br /><br />また、テストページのリクエスト時に以下のエラーが出ています。<br />[Wed Oct 08 11:06:22 2008] [error] [client 127.0.0.1] PHP Warning: require_once(SAM/php_sam.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in sam_factory on line 1<br />[Wed Oct 08 11:06:22 2008] [error] [client 127.0.0.1] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'SAM/php_sam.php' (include_path='.;C:\\PHP\\pear;C:\\PHP\\includes;') in sam_factory on line 1<br /><br />以上、お分かりの方がいらっしゃいましたらよろしくお願いします。</div>
</td>
</tr>
<tr class="tr2">
<td class="postername">
<div class="posternamecontainer"><a href="profile-155.html">min_wiz</a></div>
</td>
<td class="postinfo">
<div class="postlinks"></div>
<div class="postdate"><a href="topic-post267.html#post267" name="post267" rel="nofollow">#2</a> 2008 年 11 月 14 日(金) 13:46</div>
</td>
</tr>
<tr class="tr2">
<td class="posterinfo">
会員
<div class="avatar"></div>
<div class="field">登録者: 11 2008</div>
<div class="field">返信数: 1</div>
<div class="field"></div>
</td>
<td class="postcontent">
<div class="post">http://rutile.tk/sys./PHP5が動かない/<br /><br />存在しない拡張機能を読み込みに行こうとするのが原因みたいです。<br />php.iniの該当する記述をコメントアウトするか、パッケージを導入するのが解決方法みたいですね。<br /><br />詳しくは上記URLより。</div>
</td>
</tr>
<tr class="tr1">
<td class="postername">
<div class="posternamecontainer"><a href="profile-166.html">suzuki miyoshi</a></div>
</td>
<td class="postinfo">
<div class="postlinks"></div>
<div class="postdate"><a href="topic-post277.html#post277" name="post277" rel="nofollow">#3</a> 2008 年 12 月 17 日(水) 11:09</div>
</td>
</tr>
<tr class="tr1">
<td class="posterinfo">
会員
<div class="avatar"></div>
<div class="field">登録者: 12 2008</div>
<div class="field">返信数: 2</div>
<div class="field"></div>
</td>
<td class="postcontent">
<div class="post">php 5.2.6 は問題があると思います<br />php 5.2.8 で解決しました</div>
</td>
</tr>
</table>
<p id="toolbarbottom"> </p>
<p id="pagelinksbottom">ページ: 1</p>
<div id="bottomfix"></div>
<p id="actionlinks"></p>
<p class="locationbar">
• <a href="index.html">日本PHPユーザ会 掲示板</a> » <a href="forum-4.html">PHP 5</a> » PHP5.2.6とApache2.2.9でうまくいかない
</p>
<p id="linkbar">
</p>
<p id="bottom">
日本PHPユーザ会 掲示板 は <a href="http://www.usebb.net">UseBB 1 フォーラムソフトウェア</a> を使用しています
</p>
<div id="bottom-shadow"></div>
</div>
</div>
</div>
</body>
</html>