summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-08-18 21:36:53 +0000
committertailor <cygnus@janrain.com>2006-08-18 21:36:53 +0000
commit14366dd4dd459c5019420e7bee13bf7f66b8faac (patch)
tree18c1f445a52b382b40ecdbf8c800a09100fa8a75
parentaf711b36b5b29f47c780356b8c162e376cb0ddb3 (diff)
downloadphp-openid-14366dd4dd459c5019420e7bee13bf7f66b8faac.zip
php-openid-14366dd4dd459c5019420e7bee13bf7f66b8faac.tar.gz
php-openid-14366dd4dd459c5019420e7bee13bf7f66b8faac.tar.bz2
[project @ README updates]
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index 24e57d2..94752bb 100644
--- a/README
+++ b/README
@@ -27,8 +27,7 @@ Follow these steps:
STRONGLY recommended because it's MUCH faster!) This is
required.
- - Enable the CURL extension. This is not required, but it is
- recommended.
+ - Enable the CURL extension.
- If you plan to use SQLite, PostgreSQL, or MySQL to store OpenID
data, you'll need PEAR DB. You can install this by running this
@@ -41,6 +40,8 @@ Follow these steps:
the filesystem instead of using a relational database. Nothing
special is required for using the filesystem method.
+ - Install either the DOM or domxml PHP XML processing extension.
+
2. Use the PEAR installer to install the package. To use the PEAR
installer, run this command from the package directory:
@@ -50,15 +51,15 @@ Follow these steps:
# pear install package2.xml
- If the PEAR installer isn't available, you can copy the Auth/
- directory into your PHP include path.
+ If the PEAR installer isn't available, you can copy the Auth/ and
+ Services/ directories into your PHP include path.
TESTING YOUR SETUP
==================
-We recommend that you use our example code to test your setup. To run
-the example consumer or server, follow the instructions in the
-examples/README file.
+You can use the example code to test your setup. To run the example
+consumer or server, follow the instructions in the examples/README
+file.
USING THE API
=============