diff options
| author | Sascha Schumann <sas@php.net> | 2001-05-03 15:48:49 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2001-05-03 15:48:49 +0000 |
| commit | 9de9b7c1e9c3c2780e543272e421f36b5ac3486b (patch) | |
| tree | b04c455ddc187e0c985c0a515c5f7ca4807e4cd0 /ext/session/modules.c | |
| parent | 172a9c93031a21c19ad035df210c2b76e517bb88 (diff) | |
| download | php-git-9de9b7c1e9c3c2780e543272e421f36b5ac3486b.tar.gz | |
add an interface for registering storage modules at run-time.
Diffstat (limited to 'ext/session/modules.c')
| -rw-r--r-- | ext/session/modules.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/session/modules.c b/ext/session/modules.c deleted file mode 100644 index f866a42333..0000000000 --- a/ext/session/modules.c +++ /dev/null @@ -1,15 +0,0 @@ -/* - * To add a PHP session module, #include its header file and - * add a ps_xxx_ptr in the struct... - */ - -#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, -}; - |
