Hello Cal,
that's just the thing; the code is rather simple and goes something like:
$table[$i] .= " ...whatever ....
....
.... " . my_function(hello) . " ...whatever
...
...";
The weird thing is that it used to work without a problem, and now it sometimes does, sometimes doesn't.
It seems doing "apachectl restart" helps for a little while, but after a few minutes/hours, the problem comes back.
Just as a test, I even replaced my code with simple things like
$table[$i] .= " ";
--and the problem would still sometimes show up (of course, the part where it actually dies can be simple, which doesn't mean the surrounding parts are -- but again, the code sometimes works, sometimes doesn't, which to me points to a problem elsewhere...?)
Thanks for any insight...
Martin