We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3ad2d7 + b2fe342 commit 8c02ad7Copy full SHA for 8c02ad7
ext/session/mod_user.c
@@ -114,15 +114,15 @@ PS_CLOSE_FUNC(user)
114
PS(mod_user_implemented) = 0;
115
} zend_end_try();
116
117
- PS(mod_user_implemented) = 0;
118
-
119
if (bailout) {
120
if (retval) {
121
zval_ptr_dtor(&retval);
122
}
123
zend_bailout();
124
125
+ PS(mod_user_implemented) = 0;
+
126
FINISH;
127
128
0 commit comments