Brion Vibber:
Rene Pijlman:
This must be because woody has PHP 4.1, and mysql_thread_id() was introduced in PHP 4.3.
That bit is not strictly necessary; wrap it in a version check:
[...]
If you have a runaway query you'll have to wait for it to finish or kill it manually.
Thank you very much Brion.
Please let us know if anything else is broken on 4.1.2; that's our minimum supported version and only because Debian takes twenty years to put out a stable release. ;) However it's not really tested very often.
I will.