Jump to content

Installing PEAR alongside PHP


Recommended Posts

I installed php a while back and recently wanted to install pear (have a Window Apache Mysql Php box)
I was wondering about the 1st option...
what the difference is between a local copy of PEAR and a system install?

also i saved and ran gopear.php from [a href=\"http://pear.php.net/go-pear\" target=\"_blank\"]http://pear.php.net/go-pear[/a] 1st from the browser (by going to [a href=\"http://localhost/gopear.php)\" target=\"_blank\"]http://localhost/gopear.php)[/a] to install PEAR on one machine. which installed a front end for me in Apache's directory. and then i wanted to try it from command line, so i installed it on another box by running
% php.exe gopear.php
but i didnt see a web front end installed. so i assumed i would have to add it myself. so i did
% pear install channel://pear.php.net/PEAR_Frontend_Web-0.5.1 --alldeps
but now how do i get to it?
I see a folder for Frontend that was created in my C:/php/PEAR directory but i assume some access pages needs to be in my C:\Program Files\Apache Group\Apache2\htdocs dir or did i install it wrong?
Link to comment
https://forums.phpfreaks.com/topic/10270-installing-pear-alongside-php/
Share on other sites

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.