diff options
| author | Sascha Schumann <sas@php.net> | 1999-09-17 05:40:59 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-09-17 05:40:59 +0000 |
| commit | 55272d3df8c8ee58c4a77eb7860f05882eaa441b (patch) | |
| tree | 2e18ca2dbbacc49d7426a84b76040f32dcedc5e7 /ext/session/modules.c | |
| parent | 567b3cef6b42016cef8b3015e0f18742de99388c (diff) | |
| download | php-git-55272d3df8c8ee58c4a77eb7860f05882eaa441b.tar.gz | |
add user-level callbacks
Diffstat (limited to 'ext/session/modules.c')
| -rw-r--r-- | ext/session/modules.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/session/modules.c b/ext/session/modules.c index 86613696bb..f866a42333 100644 --- a/ext/session/modules.c +++ b/ext/session/modules.c @@ -5,9 +5,11 @@ #include "mod_files.h" #include "mod_mm.h" +#include "mod_user.h" static ps_module *ps_modules[] = { ps_files_ptr, ps_mm_ptr, + ps_user_ptr, }; |
