|
Posted by otrWalter on 11/20/01 11:58
pek wrote:
> Two questions:
>
> 1. Is there a way I can find a list of all available php libraries and
> with which version they can run..?
That's a tall order.
If your talking PEAR, this URL will give you such a list...
http://pear.php.net/packages.php
If your talking DLL Libraries (for windows)...
http://www.zend.com/manual/install.windows.extensions.php
hit the "Windows PHP Extensions" link in the third paragraph.
If your talking Linux, I have no idea.
If your talking about PHP (code iclude) Libraries, there are too many
to count. YOu just have to search the 'net.
> 2. Using php code, is they a way I can find out if I have loaded a
> specific PECL extension..? (like extension_loaded() for php libraries).
Yes, change PECL to PEAR...
interesting question. Beyong looking in the PEAR directory...
I'd like to see an answer to that one as well.
Walter
Navigation:
[Reply to this message]
|