summaryrefslogtreecommitdiff
path: root/ext/session/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/modules.c')
-rw-r--r--ext/session/modules.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/session/modules.c b/ext/session/modules.c
new file mode 100644
index 0000000000..50d2062854
--- /dev/null
+++ b/ext/session/modules.c
@@ -0,0 +1,12 @@
+/*
+ * To add a PHP session module, #include its header file and
+ * add a ps_xxx_ptr in the struct...
+ */
+
+#include "mod_files.h"
+
+static ps_module *ps_modules[] = {
+ ps_files_ptr,
+ 0,
+};
+