summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-02-08 00:12:19 +0000
committertailor <cygnus@janrain.com>2007-02-08 00:12:19 +0000
commit7448aa955cb1015afc43d8a6563ba61a511db592 (patch)
treeb6c26480fd8ab7941790e6a888df4968279d0587
parent99b491dd0dbbf8e569abeed5ce440f89ac1101ac (diff)
downloadphp-openid-7448aa955cb1015afc43d8a6563ba61a511db592.zip
php-openid-7448aa955cb1015afc43d8a6563ba61a511db592.tar.gz
php-openid-7448aa955cb1015afc43d8a6563ba61a511db592.tar.bz2
[project @ Add note about open_basedir]
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index a471b6f..9cfc547 100644
--- a/README
+++ b/README
@@ -67,6 +67,16 @@ The best way to get started using the API is to take a look at the
example consumer and server in the examples/ directory. See the
examples/README file for more details.
+TROUBLESHOOTING
+===============
+
+On some systems, PHP basedir restrictions prevent web servers from
+opening a source of randomness, such as /dev/urandom. If your PHP
+OpenID library has trouble getting a satisfactory source of
+randomness, check your Apache and PHP configurations to be sure that
+the randomness source is in the list of allowed paths for the
+"open_basedir" option.
+
GETTING HELP
============