Re: [PHP-PEAR] PEAR issues #3

[email protected] (Rasmus Lerdorf) Thu, 22 Feb 2001 20:42:56 -0800 (PST)
Newsgroups php.pear
Message-ID <[email protected]>
> I have just noticed that people do not know if PEAR is correctly
> installed until they actually go and try a few classes,
> what if phpinfo() spits out that PEAR has been properly detected in the
> include path? at least
> PEAR: active (v1.1)

Sounds like a good idea to me.

> Maybe a pearinfo() with a browsable, commented, versionned class
> structure? ok. just dreaming :)

Somewhat hard to implement.  It would need to run phpdoc interactively on
all the classes or something like that?

-Rasmus