OpenID Library Support Report

This script checks your PHP installation to determine if you are set up to use the JanRain PHP OpenID library.

Setup Incomplete

Your system needs a few changes before it will be ready to run the OpenID library.

Math support

Your PHP installation has bcmath support. This is adequate for small-scale use, but can be CPU-intensive. You may want to look into installing the GMP extension.

See http://www.php.net/manual/en/ref.gmp.php for more information about the GMP extension.

Cryptographic-quality randomness source

The library will try to access /dev/urandom as a source of random data. It seems to exist and be readable. Here is some hex data: e620d2baf62e.

Data storage

Support was found for mysql and pgsql. The library supports the MySQL, PostgreSQL, and SQLite database engines, as well as filesystem-based storage. In addition, PEAR DB is required to use databases.

If you are using a filesystem-based store or SQLite, be aware that open_basedir is in effect. This means that your data will have to be stored in one of the following locations:

''

If you are using the filesystem store, your data directory must be readable and writable by aorgsena and not available over the Web.

HTTP Fetching

This PHP installation has support for libcurl. Good.

Fetching URL failed!

Your PHP installation appears to support SSL, so it will be able to process HTTPS identity URLs and server URLs.

XML Support

XML parsing support is present using the Auth_Yadis_dom interface.

Query Corruption

Your web server does not corrupt queries. Good.