Search code examples
xampppear

How to use Pear with xampp?


How do i include Pear's QuickForm into a php file if Pear is already installed in xampp?


Solution

  • I ran go-pear.bat from the command line, and it ran a setup program to configure my system for PEAR.

    When it was finished I was left with some new folders and a pear.bat file. I tested it with "pear install -f Text_CAPTCHA" and everything seemed to work.