Skip to content

Commit 8c02ad7

Browse files
committed
Merge branch 'PHP-5.4'
2 parents d3ad2d7 + b2fe342 commit 8c02ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/session/mod_user.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ PS_CLOSE_FUNC(user)
114114
PS(mod_user_implemented) = 0;
115115
} zend_end_try();
116116

117-
PS(mod_user_implemented) = 0;
118-
119117
if (bailout) {
120118
if (retval) {
121119
zval_ptr_dtor(&retval);
122120
}
123121
zend_bailout();
124122
}
125123

124+
PS(mod_user_implemented) = 0;
125+
126126
FINISH;
127127
}
128128

0 commit comments

Comments
 (0)