When processUntil called with timeout specified returns without any events
processed, php crashes with "fatal error". This is due to processUntil
tries to unset elements of arrays that might be empty. The existence of
array elements should be checked before unsetting.
Original issue reported on code.google.com by sela...@yandex.ru on 27 Oct 2008 at 9:35
Original issue reported on code.google.com by
sela...@yandex.ru
on 27 Oct 2008 at 9:35Attachments: