The quick fix is to sleep until utime changes -
$t=time()
while($t == time()) {
sleep(1); // check the php manual for sleep - this could be 100 -eg. 1
second..
}
regards
alan
Emiliano wrote:
>
> Adam Blomberg wrote:
>
> > Hi, I've run into bug 68 (http://www.midgard-project.org/bugs/?id=68) in
> > midgard 1.4. I figure this one is resolved in 1.4.1, but at this point I
> > really don't wish to upgrade. Is there any kind of documentation on how to
> > fix this bug, so that I can simply patch and recompile?
>
> Not readily available. You could go through the CVS archives
> (http://cvs.midgard-project.org/) but you'll have to make sure you
> find every file changed, and not all CVS reports that fix a bug
> also name it. I don't think that'll be a fun job, but it's
> possible.
>
> > Or, is it worth the
> > trouble upgrading to 1.4.1?
>
> Right now, I don't know. We've been having way too many installation
> failures, unfortunately none of them on my own systems.
>
> > (I think this has been asked before, but what is
> > the simplest way to upgrade to 1.4.1? I'm especially concerned about any
> > database upgrades that have to be performed.)
>
> There are no changes to the database from 1.4 to 1.4.1
>
> Emile
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]