diff options
author | tailor <cygnus@janrain.com> | 2006-05-11 22:02:35 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-05-11 22:02:35 +0000 |
commit | 5cdf5538731769d5962a9a273fecb545b8950cf7 (patch) | |
tree | fb79b690966d5f4bc296a2f78ebef16ff7cf9183 | |
parent | 215a824efecb10e9b60f494db7b84225f4c78a1a (diff) | |
download | php-openid-5cdf5538731769d5962a9a273fecb545b8950cf7.zip php-openid-5cdf5538731769d5962a9a273fecb545b8950cf7.tar.gz php-openid-5cdf5538731769d5962a9a273fecb545b8950cf7.tar.bz2 |
[project @ Updated some bits in README]
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -19,8 +19,14 @@ Follow these steps: 1. Install dependencies. + - Install the JanRain, Inc. PHP Yadis Library, version 1.0. The + library can be obtained from http://www.openidenabled.com. This + is required. This library can also be installed using the PEAR + installer; see the PHP Yadis page on http://www.openidenabled.com. + - Enable either the GMP extension or Bcmath extension. (GMP is - STRONGLY recommended because it's MUCH faster!) + STRONGLY recommended because it's MUCH faster!) This is + required. - Enable the CURL extension. This is not required, but it is recommended. |