Friday, August 17, 2012

Installing PEAR

There are 2 ways to install PEAR on XAMPP.

1. Download http://pear.php.net/go-pear as go-pear.php and run php go-pear.php
2. Phar. Download http://pear.php.net/go-pear.phar and run php go-pear.phar

Note:
- Make sure the path in php.ini is correct. include_path = ".;C:\xampp\php\pear"
- I prefer the prefix to be at C:\xampp\php

No comments: