Jump to content

[SOLVED] Pear help


Stopofeger

Recommended Posts

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

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

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.