diff options
| author | foobar <sniper@php.net> | 2002-06-28 02:27:02 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2002-06-28 02:27:02 +0000 |
| commit | 087f2be56f743cdddcabbf8e1b6cb18e9f6a85a3 (patch) | |
| tree | 023867babac7f34810f9c418f878af2a85058f89 /ext/session/mod_mm.h | |
| parent | 40b62da9aa1fcc2b647c1b62b6f15f3ceac6af21 (diff) | |
| download | php-git-087f2be56f743cdddcabbf8e1b6cb18e9f6a85a3.tar.gz | |
- Fixed bug: #17977, session build as shared works now with mm handler too.
- Added listing of save handlers into phpinfo() output
Diffstat (limited to 'ext/session/mod_mm.h')
| -rw-r--r-- | ext/session/mod_mm.h | 12 |
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 |
