Home > Backend Development > PHP Tutorial > Tutorial on installing pear_PHP under windows xp

Tutorial on installing pear_PHP under windows xp

WBOY
Release: 2016-07-21 16:00:06
Original
972 people have browsed it

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

www.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/...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template