Re: [PHP-DEV] Bugs in 5.0.5 and 5.1 RCs

2005-09-01 Thread steve
On 9/1/05, Jani Taskinen <[EMAIL PROTECTED]> wrote: > __destruct()'s are called before the user registered shutdown functions. > This will not change so don't bother reporting a bug about this. Eew. Is this a change in 5.0.5? Seemed not to be a problem in 5.0.4. Not that it matters, as l

Re: [PHP-DEV] Bugs in 5.0.5 and 5.1 RCs

2005-09-01 Thread Jani Taskinen
On Wed, 31 Aug 2005, steve wrote: At any rate, there are two problems: 1) That the newly thrown exception blows up into a fatal error that doesn't list the file or line number. Example code? 2) mysqli is unloaded(!?) (or appears to be) before the the user's shutdown function is called. T

[PHP-DEV] Bugs in 5.0.5 and 5.1 RCs

2005-08-31 Thread steve
OK, knowing *exactly* what is going on when there are lots of other peoples code involved (a framework, ADODB, JPSpan, etc.) is tuff, but here is what I think: The lowdown: mysqli seems to be gone by the time the shutdown function is called (the error being "Couldn't fetch mysqli"). That makes an