diff options
author | tailor <cygnus@janrain.com> | 2006-03-06 21:47:22 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-06 21:47:22 +0000 |
commit | 095aaa565664baaba38b2be2d152f4b0643aef28 (patch) | |
tree | 094dc3ab1af5810d60bf35dfd62bd2349777ba6f | |
parent | 4081ab9f2ce17c05496d5ed6185ba9053bec6633 (diff) | |
download | php-openid-095aaa565664baaba38b2be2d152f4b0643aef28.zip php-openid-095aaa565664baaba38b2be2d152f4b0643aef28.tar.gz php-openid-095aaa565664baaba38b2be2d152f4b0643aef28.tar.bz2 |
[project @ Added CURL installation step.]
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Follow these steps: - Enable either the GMP extension or Bcmath extension. (GMP is STRONGLY recommended because it's MUCH faster!) + - Enable the CURL extension. This is not required, but it is + recommended. + - 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 as root: |