Stopofeger Posted February 26, 2007 Share Posted February 26, 2007 Hi there, I have a kind of hetitation using pear as there is those installation, pear script bla bla needs to be done. So i have prefered phpclasses over pear. But still i have a question, Can i use pear classes without this installations? Say, copy pasting? As not all hosts may allow shell execution. So is there any way to use pear classes with pear.bat setup? Link to comment https://forums.phpfreaks.com/topic/40137-solved-pear-help/ Share on other sites More sharing options...
monk.e.boy Posted February 26, 2007 Share Posted February 26, 2007 Yeah, you can download the PEAR classes like a normal PHP script (which is all they are.) Then you can do a include_once() like normal. But what not just set up PEAR like normal, it's nice and easy to use. For example say you want SOAP, just go to your PEAR directory and do: pear –onlyreqdeps SOAP and this will download the SOAP module and anything SOAP needs to run, the XML, and http stuff. PEAR is amazing. Definitely learn to use it. Take 60 minutes to learn it and browse the PEAR directory. It is AMAZING. monk.e.boy Link to comment https://forums.phpfreaks.com/topic/40137-solved-pear-help/#findComment-194203 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.