diff options
-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 ================== |