技术 27 Apr 2006 11:59 am

win下安装pear

石头的psb1.4安装在c:web
Apache/2.0.49 (Win32) PHP/4.3.5

执行c:webphpgo-pear.bat
出现
main(): Failed opening ‘PEAR/Config.p
~1/kellyhan/LOCALS~1/Temp/gop1EA.tmp’)
…………….

设置c:winntphp.ini

; UNIX: “/path1:/path2″
;include_path = “.:/php/includes”
;
; Windows: “path1;path2″
include_path = “.;c:webphpPEAR”

copy c:webphppeargo-pear.php 到c:webweb

运行127.0.0.1go-pear.php

Extracting installer………………ok
warning: pear/PEAR requires package “pear/Archive_Tar” (version >= 1.3.1)
warning: pear/PEAR requires package “pear/Console_Getopt” (version >= 1.2)
warning: pear/PEAR requires package “pear/XML_RPC” (version >= 1.0.4)
pear/PEAR can optionally use package “pear/Net_FTP” (version >= 1.3.0RC1)
pear/PEAR can optionally use package “pear/PEAR_Frontend_Web” (version >= 0.5.0)
………

安装成功

参考

http://www.moon-soft.com/program/doc/readelite801693.htm
http://www.ddvip.net/web/php/index1/213.htm

Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply