diff options
author | Sascha Schumann <sas@php.net> | 1999-07-18 01:20:38 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-18 01:20:38 +0000 |
commit | 3b7d588f405e699dcdb6b305f834ee586daf5a30 (patch) | |
tree | fdff19b960435951f7f5b815378af46549579595 /ext/session/session.c | |
parent | e5cfc70f7d0d9dd803d513277be953c5bc8ff4f0 (diff) | |
download | php-git-3b7d588f405e699dcdb6b305f834ee586daf5a30.tar.gz |
more to do
Diffstat (limited to 'ext/session/session.c')
-rw-r--r-- | ext/session/session.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/session/session.c b/ext/session/session.c index 03e7c60c29..eb5fd00023 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -22,6 +22,8 @@ * (make use of mersenne twister, other data such as IP, browser etc.) * - add complete support for objects (partially implemented) * - userland callback functions for ps_module + * - write documentation + * - write ps_module utilizing shared memory (mm) */ #if !(WIN32|WINNT) #include <sys/time.h> |