| 21 | | Copy the file patSession.php into your include directory. That 's all. |
|---|
| | 20 | This package requires patError! patError is another project of the patTeam. It |
|---|
| | 21 | can be found and downloaded at http://www.php-tools.net |
|---|
| | 22 | |
|---|
| | 23 | Due to avoid conflicts with different verions of patError, we decided not to |
|---|
| | 24 | include the files of patError in other packages. Sorry for inconvinience. |
|---|
| | 25 | |
|---|
| | 26 | Manual installation: |
|---|
| | 27 | -------------------- |
|---|
| | 28 | Copy the file patSession.php and the folder (inclusive subfolders) into you |
|---|
| | 29 | include directory. That's all. |
|---|
| | 30 | |
|---|
| | 31 | Install the PEAR package |
|---|
| | 32 | ------------------------ |
|---|
| | 33 | Download the PEAR package file from the project homepage and install it, by |
|---|
| | 34 | typing the command: |
|---|
| | 35 | |
|---|
| | 36 | pear install <filename> |
|---|
| | 37 | |
|---|
| | 38 | After installation, patSession can be included with: |
|---|
| | 39 | include_once 'pat/patSession.php'; |
|---|
| | 40 | |
|---|