diff options
| -rw-r--r-- | ext/session/mod_user.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/session/mod_user.c b/ext/session/mod_user.c index 41a63fc4b2..7fe147b0a6 100644 --- a/ext/session/mod_user.c +++ b/ext/session/mod_user.c @@ -114,8 +114,6 @@ PS_CLOSE_FUNC(user) PS(mod_user_implemented) = 0; } zend_end_try(); - PS(mod_user_implemented) = 0; - if (bailout) { if (retval) { zval_ptr_dtor(&retval); @@ -123,6 +121,8 @@ PS_CLOSE_FUNC(user) zend_bailout(); } + PS(mod_user_implemented) = 0; + FINISH; } |
