using the phpinfo to check the server, is there and which sections shows which PECL extension files are available to access?
Thnx
You can get the list of installed extensions with get_loaded_extensions() function. Ofcourse that dont tell which are pecl but I guess it doesnt matter.
You might also try:
phpinfo(INFO_MODULES);