If you plan to touch the php.ini file then you will need the root access
to the machine (you will at least have to restart the server).

Pear can also work without touching php.ini, just add into .htaccess
what you wanted to add into php.ini:

   php_value ...

Furthermore, since PEAR itself is just and extension it is possible to
access it without touching any files at all. Just use it the way you
would use PHPLIB: put pear folder somewhere and start including its
files and call its classes and methods.


Sincerely,

Maxim Maletsky
Founder, Chief Developer

PHPBeginner.com (Where PHP Begins)
[EMAIL PROTECTED]
www.phpbeginner.com



> -----Original Message-----
> From: Georgie Casey [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 04, 2002 1:24 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: [PEAR] PEAR
> 
> oh, i thought there was supposed to be some software or stuff in the
pear
> directory (which doesnt exist)
> 
> so i just create one and put the package i downloaded into it, then
add the
> line to php.ini and use it in my scripts. dats it?
> 
> and i need no permissions to use the stuff on the server? i dont have
to ask
> the admin to do anyhting for me?
> 
> "Martin Jansen" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > On Wed, 3 Apr 2002 20:12:46 +0100, Georgie Casey wrote:
> >
> > >The sites documentation is crap compared to PHP.
> >
> > I love to hear people critizing constructively.
> >
> > >what is it and how do i install it on my windows system?
> >
> > Add the directory, where your PEAR code is located (e.g.
c:\php4\pear),
> > to include_path in your php.ini and you're done.
> >
> > >and more, importantly do i have 2 force my host to install it or
can i do
> it
> > >myself. i'm just looking to use the file_find package.
> >
> > Upload the desired package somewhere on your website and again
> > add the location to your include_path.
> >
> > - Martin
> >
> > --
> >   Martin Jansen, <[EMAIL PROTECTED]>
> >   http://www.martin-jansen.de/
> >
> >
> 
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to