> I came across http://pear.php.net/ So what is this? I found this in the
PHP
> Developers Cookbook by SAMS...Right now it only has a few documentation
and
> coding standards...are there more plans for this?
>
Good choice in reading ;-).
PEAR, the web site is currently not that functional, but rather contains
minimal information about the goals and ideas of PEAR. If your looking to
obtain pear classes and have php4 or greater, guess what? you already have
those classes, PHP4 (every distribution of) comes with an updated set of
classes. If you need classes that are available in later versions of PHP4
(such as Net_Curl) you can either do a simple checkout of the pear directory
in PHP's CVS::
cvs -z3 -d :pserver:[EMAIL PROTECTED]:/repository login --> password is
phpfi
cvs -z3 -d :pserver:[EMAIL PROTECTED]:/repository co php4/pear
and you should get the latest and greatest version of pear....
If your not adept with CVS, you can send me a mail for any class you want
(or to the list)...
There should be at least nightly builds (if that term could be used) on
pear.php.net, I'll send you a note when there are....
Best Regards,
Sterling Hughes
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]