diff options
author | Marco Ceppi <marco@ceppi.net> | 2015-07-30 14:05:28 -0400 |
---|---|---|
committer | Marco Ceppi <marco@ceppi.net> | 2015-07-30 14:05:28 -0400 |
commit | ba466d1e3e9a0d32d3b0a11d2edc05d538645387 (patch) | |
tree | 666f0e2a4d54b0800f87e3c83953c4b3c162363d | |
parent | e1dbd32eeaf86b96c06d950281401ad8ca21610a (diff) | |
parent | 72346f36122b7174e1759e9836c5d92551e9ca7c (diff) | |
download | php-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-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |