diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2016-08-29 05:57:37 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2016-08-29 05:57:37 +0900 |
commit | 1cf179e4150308d8217d9517408ca5e22b5d607f (patch) | |
tree | 9176fa1156823cb17cdeef5f12ee12d01197a0d2 /ext/session/mod_mm.c | |
parent | be0958d291e30dc025f6c519266beeddfc72ea0c (diff) | |
download | php-git-1cf179e4150308d8217d9517408ca5e22b5d607f.tar.gz |
Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc
Diffstat (limited to 'ext/session/mod_mm.c')
-rw-r--r-- | ext/session/mod_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/mod_mm.c b/ext/session/mod_mm.c index 3f69897556..3181e1641c 100644 --- a/ext/session/mod_mm.c +++ b/ext/session/mod_mm.c @@ -468,7 +468,7 @@ PS_GC_FUNC(mm) mm_unlock(data->mm); - return SUCCESS; + return nrdels; } PS_CREATE_SID_FUNC(mm) |