This script checks your PHP installation to determine if you are set up to use the JanRain PHP OpenID library.
Your system needs a few changes before it will be ready to run the OpenID library.
Your PHP installation has gmp support. Good.
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: 59d819a3f59f.
No SQL database support was found in this PHP installation. See the PHP manual if you need to use an SQL database. 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.
The open_basedir
configuration restriction is
not in effect.
If you are using the filesystem store, your data directory must be readable
and writable by www-data
and not available
over the Web.
This PHP installation has support for libcurl. Good.
An HTTP request was completed. An unexpected URL was returned: https://gist.githubusercontent.com/chuckpearce/6810258/raw/c57eff55ebc0c54973903af5f72bac72762cf4f4/gistfile1.txt.
Your PHP installation appears to support SSL, so it will be able to process HTTPS identity URLs and server URLs.
XML parsing support is present using the Auth_Yadis_dom interface.
Your web server does not corrupt queries. Good.