diff options
author | tailor <cygnus@janrain.com> | 2006-03-06 21:46:42 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-06 21:46:42 +0000 |
commit | 4081ab9f2ce17c05496d5ed6185ba9053bec6633 (patch) | |
tree | d68815981cd79db991d777e2ea7eecc237479bb6 | |
parent | c2ae0b557fe68b7578d69932578afbde0fb497b8 (diff) | |
download | php-openid-4081ab9f2ce17c05496d5ed6185ba9053bec6633.zip php-openid-4081ab9f2ce17c05496d5ed6185ba9053bec6633.tar.gz php-openid-4081ab9f2ce17c05496d5ed6185ba9053bec6633.tar.bz2 |
[project @ Added notes on PHP versions and reflowed installation step instructions.]
-rw-r--r-- | README | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -11,6 +11,10 @@ implementations and tools: INSTALLATION ============ +You will need PHP 4.3.0 or greater to use this library. We have +tested the library on PHP 4.3.0, 4.4.1, and 5.1.1. We expect it to +work on 4.2.0, but it is untested. + Follow these steps: 1. Install dependencies. @@ -29,9 +33,8 @@ Follow these steps: the filesystem instead of using a relational database. Nothing special is required for using the filesystem method. -2. Copy the Auth/ directory into your PHP include path OR use the PEAR - installer to install the package. To use the PEAR installer, run - this command from the package directory: +2. Use the PEAR installer to install the package. To use the PEAR + installer, run this command from the package directory: # pear install package.xml @@ -39,6 +42,9 @@ Follow these steps: # pear install package2.xml + If the PEAR installer isn't available, you can copy the Auth/ + directory into your PHP include path. + TESTING YOUR SETUP ================== |