-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopic-107.html
88 lines (75 loc) · 5.1 KB
/
topic-107.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
<!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 » PHP+ Apache+PostgrSQL の設定で PostgrSQL が接続されない どなたかご存知のかた教えてください</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> » PHP+ Apache+PostgrSQL の設定で PostgrSQL が接続されない どなたかご存知のかた教えてください
</p>
<h3 id="forumname"><a href="topic-107.html">PHP+ Apache+PostgrSQL の設定で PostgrSQL が接続されない どなたかご存知のかた教えてください</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-166.html">suzuki miyoshi</a></div>
</td>
<td class="postinfo">
<div class="postlinks"></div>
<div class="postdate"><a href="topic-post276.html#post276" name="post276" rel="nofollow">#1</a> 2008 年 12 月 17 日(水) 11:06</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+ Apache+PostgrSQL の設定<br /> 2008/12/17<br />1) PHP Ver 5.2.8 c:\php<br />2) Apahe 2.2.10(win32) c:\Program Files\Apache Software Fundation\PHPApache2.2<br />2) PostgreSQL 8.1.4. c:\c:\Program Files\PostgreSQL\8.1<br />上記プログラムを使っています<br /><br />php.ini は下記変更しました<br /><br />include_path = ".;c:\php\includes;c:\php\pear"<br /><br />doc_root = "C:\Program Files\Apache Software Foundation\PHPApache2.2\htdocs"<br /><br />extension_dir = "c:\php\ext"<br /><br />extension=php_gd2.dll<br />extension=php_mbstring.dll<br />extension=php_pgsql.dll<br /><br />mbstring.language = Japanese<br />mbstring.internal_encoding = EUC-JP<br /><br />mbstring.http_output = SJIS<br />mbstring.encoding_translation = On<br />mbstring.detect_order = auto<br />mbstring.substitute_character = none;<br />mbstring.func_overload = 0<br /><br />Apache httpd.conf<br /><br />LoadModule php5_module "c:\php\php5apache2_2.dll"<br />AddType application/x-httpd-php .php<br /><br />php -i で下記内容です<br /><br />pgsql <br />PostgreSQL Suport => enabled<br />PostgreSQL(libpg) Version => 8.3.1<br /><br />info.php<br /><br />php version 5.2.8<br />Comfigure Command の欄に<br />--with-pgsql=<br />がありません<br /><br />またpgsql の欄が無いです<br /><br />PATH<br />C:\php;C:\php\ext;C:\Program Files\PostgreSQL\8.1\bin<br /><br />上記PHPのバージョンとPostgrSQLのバージョンの違いで<br />うまく動かないでしょうか</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> » PHP+ Apache+PostgrSQL の設定で PostgrSQL が接続されない どなたかご存知のかた教えてください
</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>