. Fixed bug #54682 (tidy null pointer dereference). (Tony, David Soria Parra)
- Core:
+ . Fixed bug #61072 (Memory leak when restoring an exception handler).
+ (Nikic, Laruence)
. Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).
(Laruence)
. Fix bug #60895 (Possible invalid handler usage in windows random
RETURN_TRUE;
}
- *EG(user_exception_handler) = *exception_handler;
- zval_copy_ctor(EG(user_exception_handler));
+ MAKE_COPY_ZVAL(&exception_handler, EG(user_exception_handler))
if (!had_orig_exception_handler) {
RETURN_NULL();