summaryrefslogtreecommitdiff
path: root/ext/session/mod_mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/mod_mm.h')
-rw-r--r--ext/session/mod_mm.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/ext/session/mod_mm.h b/ext/session/mod_mm.h
index 39df1a73cd..7d5939f049 100644
--- a/ext/session/mod_mm.h
+++ b/ext/session/mod_mm.h
@@ -23,19 +23,13 @@
#include "php_session.h"
+PHP_MINIT_FUNCTION(ps_mm);
+PHP_MSHUTDOWN_FUNCTION(ps_mm);
+
extern ps_module ps_mod_mm;
#define ps_mm_ptr &ps_mod_mm
-extern zend_module_entry php_session_mm_module;
-#define phpext_ps_mm_ptr &php_session_mm_module
-
PS_FUNCS(mm);
-#else
-
-#define ps_mm_ptr NULL
-#define phpext_ps_mm_ptr NULL
-
#endif
-
#endif