On Mar 11, 2015 7:01 PM, "Stas Malyshev" <smalys...@gmail.com> wrote: > > Hi! > > > Instead of throwing zend_error() from signal handler, now we just set > > EG(vm_interrupt) and EG(timed_out) flags. PHP VM checks EG(vm_interrupt) > > flag on each JMPx instruction (potential loop iteration) and then throws > > JMPs are not the only operations that can transfer control and thus > potentially form a loop.
Oops, please ignore this, it was a draft sent accidentally.