On Jul 11, 2005, at 15:18, Joao Prado Maia wrote:
Every time I try to click the "Update Issue" button from the issue
detail page, I get a partial page (up to (and including?) the
"Associated Issues" box), and then the server stops outputting data
and starts looping.
Well, we hit a similar problem a few weeks ago while trying to use an
Apache module that was linked against a different version of
libmysqlclient than PHP4's mysql extension. Everything was working
just
fine, until I had to use the normal mysql_* functions to do a few SQL
queries.
I guess I was not clear enough. Only one PHP version was installed
at a time. First PHP5, then when that failed, I uninstalled it and
installed PHP4.
I did track it down to a call to strtotime inside Smarty -- it
appears to just hang/spin when called with just a single numeric
argument (number of seconds since epoch), if that is not prepended
with '@' as the documentation says it should be.
This was a call happening in include/Smarty/plugins/
shared.make_timestamp.php
I have not yet found out why this happens on OpenBSD (with either
PHP4 or PHP5), and not on some Fedora Core systems I have.
Thorsten