Install pear under windows xp
Environment: PHP4.3.10 + Windows XP
Installation steps:
1) Pre-installation work
After installing PHP There is a go-pear.bat file
under the generated folder (mine is C:/PHP/go-pear.bat)
2) Execute installer
Double-click go-pear.bat, when there is a question and answer, press "Enter"
3) Add path
Open you php.ini file, in
; Paths and Directories ;
Check to see if there is "include-path=", if not, add it, if so, add pear
include-path=".;C:PHP;C:PHPsmartylibs; c:phppear"
4) View the PHP folder
except go-pear .bat file, pear.bat and PEAR_ENV.reg
5) Registry modification
Double-click the PEAR_ENV.reg file and select "ok ” to complete the modification
6) Automatic setting of environmental parameters
Double-click the pear.bat file
7) Confirm whether the installation is successful
Open the prompt command, enter "pear list" to see if the libraries installed under the folder pear (mine is: c:phppear) are displayed.
If you want to know more, you can refer to the installation of PEAR
http://www.bkjia.com/PHPjc/317170.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/317170.htmlTechArticleInstalling pear under windows xp Environment: PHP4.3.10 + Windows XP Installation steps: 1) Pre-installation work Install PHP There is a go-pear.bat file under the generated folder (mine is C:/PHP/...