php-src/ext/msession
Mark L. Woodward 1c057aaf67 reverted chages
Restored zend_get_parameters_ex
Put back ansi brackets
Added author note.
Added msession_call
2001-12-22 02:10:19 +00:00
..
config.m4 Unified the configure messages. 2001-11-30 19:00:13 +00:00
CREDITS Added 2001-09-19 13:14:24 +00:00
Makefile.in Added 2001-09-19 13:14:24 +00:00
msession.c reverted chages 2001-12-22 02:10:19 +00:00
msession.php Added 2001-09-19 13:14:24 +00:00
php_msession.h Update headers. 2001-12-11 15:32:16 +00:00
README Allow msession to build without ext/session 2001-10-11 00:36:24 +00:00
reqclient.h Update headers. 2001-12-11 15:32:16 +00:00

This is msession, it is an interface to a stand-alone session
management system. The msession daemon can be found at 
Mohawk Software's web site, under Project Phoenix

http://www.mohawksoft.com/phoenix.html

Requirements:
Mohawk Software's Phoenix library.
Mohawk Software's msession daemon.

Building:
In the config.m4 file you will need to specify the include 
and library directories for Phoenix. The setting in config.m4
is probably wrong.

You will need phoenix installed and built to compile this
module.