[12:46:20] I think byteoffset property (in sections) in a wiktionary api response for action=parse gives bad numbers. I know it's supposed to be unicode code points, so I did [...foo] in js to get the code points. [18:08:35] Krinkle: I seem to recall that logging on __destruct caused issues because sometimes the connection handler's destructor was called first, so the connection was already closed by the time the buffer handler tried to send the logs. [18:09:32] or maybe that happened with the shutdown handler, not sure. [18:10:36] in any case teardown in PHP is messy (especially after a fatal error), it's a good idea to log sooner if you can without harming performance.