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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.