summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Ceppi <marco@ceppi.net>2015-07-30 14:05:28 -0400
committerMarco Ceppi <marco@ceppi.net>2015-07-30 14:05:28 -0400
commitba466d1e3e9a0d32d3b0a11d2edc05d538645387 (patch)
tree666f0e2a4d54b0800f87e3c83953c4b3c162363d
parente1dbd32eeaf86b96c06d950281401ad8ca21610a (diff)
parent72346f36122b7174e1759e9836c5d92551e9ca7c (diff)
downloadphp-openid-ba466d1e3e9a0d32d3b0a11d2edc05d538645387.zip
php-openid-ba466d1e3e9a0d32d3b0a11d2edc05d538645387.tar.gz
php-openid-ba466d1e3e9a0d32d3b0a11d2edc05d538645387.tar.bz2
Merge pull request #126 from marcoceppi/fix-124
Fix DB requirement in README fixes #124
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 54b873f..2c8f31e 100644
--- a/README
+++ b/README
@@ -33,10 +33,10 @@ Follow these steps:
- 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
+ data, you'll need PEAR MDB2. You can install this by running this
as root:
- # pear install DB
+ # pear install MDB2
You'll also need to install and enable the appropriate PHP
database extension. Alternatively, you can store OpenID data on