You are here: WikiStart/Downloads


Downloading and installing patSession

Installing patSession via PEAR

patError is available via our PEAR channel. Execute the following steps:

$ pear channel-discover pear.php-tools.net
$ pear install pat/patError
$ pear install pat/patSession

Of course, if you alread installed patError, you may just skip this step.

Downloading releases

If you are not able to use the PEAR installer, you may still download a tgz packaged file containing all classes.

Latest patError releases are available at http://pear.php-tools.net.

Nightly snaphots

You can download packaged development versions of patError from http://snaps.php-tools.net.

Anonymous subversion access

You can always get the latest development version of patError from our subversion repository:

$ svn co http://www.php-tools.net/svn/patSession/trunk patSession

patSession for PHP4

Unfortunately the new features of patSession required a complete migration to PHP5. Still, we branched the project source tree. Hence you can use patSession 1.x which is available in the branche *patSession1*

$ svn co http://www.php-tools.net/svn/patSession/branches/patSession1 patSession1