From 689252082c2660e2b6fddc674047922d8b2c7845 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 11 Oct 2001 23:33:59 +0000 Subject: * zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) --- ext/session/mod_mm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/session/mod_mm.c') diff --git a/ext/session/mod_mm.c b/ext/session/mod_mm.c index 9ed7f71611..aeefcd5a3d 100644 --- a/ext/session/mod_mm.c +++ b/ext/session/mod_mm.c @@ -394,11 +394,13 @@ PS_GC_FUNC(mm) } zend_module_entry php_session_mm_module = { + STANDARD_MODULE_HEADER, "session mm", NULL, PHP_MINIT(ps_mm), PHP_MSHUTDOWN(ps_mm), NULL, NULL, NULL, + NO_VERSION_YET, STANDARD_MODULE_PROPERTIES }; -- cgit v1.2.1