php-src/ext/session/modules.c

13 lines
189 B
C
Raw Normal View History

1999-06-05 19:52:58 +00:00
/*
* 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,
};