dholesaurabhm / xmpphp

Automatically exported from code.google.com/p/xmpphp
0 stars 0 forks source link

php crashes with "fatal error" in the end of processUntil #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
fixed in SVN

Original comment by nathanfr...@gmail.com on 26 Nov 2008 at 10:53