[[PHPセットアップ]]
*phpdev [#i445dd62]
-PHPとmysql、apache(Perl)をまとめてインストールできる
*PEARが無いのでインストール(これで使えるかまだ不明) [#qb5b9f70]
**install [#k5cb3313]
-http://go-pear.org/ からスクリプト取得
-web上に配置して開いてみた
**Configurration [#v029e46d]
以下2点を指定
-1.Installation prefix : e:\phpdev\php
-10.php.exe path, optional (CLI command tools) e:\phpdev\php
**結果こんな感じに [#i7fe46a1]
Installation Complete - Summary
Loading zlib: ok
Downloading package: PEAR-stable......ok
Downloading package: Archive_Tar-stable....ok
Downloading package: Console_Getopt-stable....ok
Downloading package: XML_RPC-stable....ok
Downloading package: Pager............ok
Downloading package: HTML_Template_IT....ok
Downloading package: Net_UserAgent_Detect....ok
Downloading package: PEAR_Frontend_Web....ok
Bootstrapping: PEAR...................(remote) ok
Bootstrapping: Archive_Tar............(remote) ok
Bootstrapping: Console_Getopt.........(remote) ok
Downloading package: DB...............ok
Downloading package: Net_Socket.......ok
Downloading package: Net_SMTP.........ok
Downloading package: Mail.............ok
Downloading package: XML_Parser.......ok
Downloading package: PHPUnit..........ok
Extracting installer..................ok
warning : bad md5sum for file e:\phpdev\php\pear.bat
install ok: PEAR 1.3.4
install ok: Archive_Tar 1.2
install ok: Console_Getopt 1.2
install ok: XML_RPC 1.1.0
install ok: Pager 2.2.5
install ok: HTML_Template_IT 1.1
install ok: Net_UserAgent_Detect 2.0.1
install ok: PEAR_Frontend_Web 0.4
install ok: DB 1.6.8
install ok: Net_Socket 1.0.5
install ok: Net_SMTP 1.2.6
install ok: Mail 1.1.4
install ok: XML_Parser 1.2.4
install ok: PHPUnit 1.2.2
Writing WebFrontend file ...
Note: To use PEAR without any problems you need to add your
PEAR Installation path (e:\phpdev\php/PEAR)
to your include_path.
Using a .htaccess file or directly edit httpd.conf would be working solutions
for Apache running servers, too.
For more information about PEAR, see:
PEAR FAQ
PEAR Manual
Thanks for using go-pear!
Warning: Go-PEAR was not able to determine the URL to the newly
installed Web Frontend of the PEAR Installer. Please access it manually.
Since you specified the prefix, you should know how to do so.
**その後の設定 [#p798d501]
-C:\WINDOWS\php.iniのinclude_pathにE:\phpdev\php\PEARを追加
-インストール先をミスったっぽいけど、とりあえず使えた?
**参照 [#xb7ece48]
[[A-ZIA.net (phpdev - Apache, PHP, MySQLをまとめてインストール):http://www.a-zia.net/PHP/]]