Hmm, im trying to run PHP Bug Tracker, but it claims that PEAR is not installed on 64.187.108.201. I’m sorry, but i dont know what hostname that is, but i know it’s a windows box ![]()
Is there any chance to have PEAR installed on there?
Hmm, im trying to run PHP Bug Tracker, but it claims that PEAR is not installed on 64.187.108.201. I’m sorry, but i dont know what hostname that is, but i know it’s a windows box ![]()
Is there any chance to have PEAR installed on there?
AFAIK, you can simply drop in PEAR classes of your choice in some directory and use them.
I have done as Tanmaya suggests without any troubles. Simply put PEAR.php in whatever directory you want (probably the same dir as the page that’s requiring it) and any of the required classes into their own directories below (i.e. the NET class would go in a NET directory within the directory containing PEAR.php).
Tim