The easiest way to install PHP PEAR is to use PhpED's built-in wizard.
It is a part of Test Suite feature, so you have to perform the following:
-open project properties on Test Suite page and check "Enable" checkbox
-enter any new directory name for tests (it can be for example "tests")
-close properties with [Ok] and agree to create this new directory
-open Tools->Show Test Suite (F6)
-open Test Suite Settings in the test suite toolbar
-click Check Pear button in the bottom
Alternatively per
http://www.nusphere.com/kb/technicalfaq/howto_install_pear_library.htm
Quote: |
PEAR is included with PHPED IDE but has to be installed separately. Open Tools->Settings on External Tools page, and click [Check] button next to Path to php PEAR input and proceed with PEAR installation Wizard. Once the PEAR is installed and checked, it will also offer to install phpUnit which is a part of Test Suite that you may want to use for testing your code. |