summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-03-06 21:47:22 +0000
committertailor <cygnus@janrain.com>2006-03-06 21:47:22 +0000
commit095aaa565664baaba38b2be2d152f4b0643aef28 (patch)
tree094dc3ab1af5810d60bf35dfd62bd2349777ba6f
parent4081ab9f2ce17c05496d5ed6185ba9053bec6633 (diff)
downloadphp-openid-095aaa565664baaba38b2be2d152f4b0643aef28.zip
php-openid-095aaa565664baaba38b2be2d152f4b0643aef28.tar.gz
php-openid-095aaa565664baaba38b2be2d152f4b0643aef28.tar.bz2
[project @ Added CURL installation step.]
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 90f7794..740e8bc 100644
--- a/README
+++ b/README
@@ -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: