summaryrefslogtreecommitdiff
path: root/ext/session/modules.c
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2000-07-06 16:19:37 +0000
committerSVN Migration <svn@php.net>2000-07-06 16:19:37 +0000
commit3f80132ea88b86b490995107bdad7d1dead9d15c (patch)
tree4d1339e322a7f46d821797371733532010b75f2c /ext/session/modules.c
parent45ca7ec17d7d9cc0f57f89a403a60064e3ddbd25 (diff)
downloadphp-git-PRE_METHOD_CALL_SEPERATE_FIX_PATCH.tar.gz
This commit was manufactured by cvs2svn to create tagPRE_METHOD_CALL_SEPERATE_FIX_PATCH
'PRE_METHOD_CALL_SEPERATE_FIX_PATCH'.
Diffstat (limited to 'ext/session/modules.c')
-rw-r--r--ext/session/modules.c15
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,
-};
-