Gunardi Wu wrote:

> I think it will just hit the same wall (if there is only one (or n*3+1) topic).

I don't think so. The last fetch must have been successful, or the loop
would
never be reached. $eol is set immediately after an unsuccesful fetch.

> $i = 0;
> while ($list && $list->fetch() {

That was my first approach, but couldn't find conclusive documentation
that PHP does
lazy evaluation.

> Well, the question remains, why $list->fetch() should leads to segfault and not
> just return null/0/or_any_thing_else?

I'll look into it.

Bye,
Emile

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to