Re: [PHP-DEV] 5.0.5RC1 rolled

2005-08-31 Thread steve
I was a little early in posting the bt -- it seems that that there must be an exception tree, or multiple exceptions -- I have several successive cont for which I got a bt. This is all from a single request. Sometimes, between call_user_function and call_user_function_ex the parameters like functi

Re: [PHP-DEV] 5.0.5RC1 rolled

2005-08-30 Thread steve
Thats what I was looking for, thanks. I used that and no exception was thrown in 5.0.4, but there is one in 5.0.5RC2. It is in a shutdown function, which is why I couldn't figure out where it was happening. Not to mention, it was in an AJAX call. The shutdown function is defined in JPSpan (http://s

Re: [PHP-DEV] 5.0.5RC1 rolled

2005-08-29 Thread Marcus Boerger
Hello steve, for a c backtrace set a breakpoint on function zend_throw_exception_internal. regards marcus Monday, August 29, 2005, 11:24:16 PM, you wrote: > I get this error in the error log, on every page view in this release: > PHP Fatal error: Exception thrown without a stack frame in Unk

Re: [PHP-DEV] 5.0.5RC1 rolled

2005-08-29 Thread steve
I get this error in the error log, on every page view in this release: PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 It seems to happen after the page is complete, since from the webpage it renders fine. I found a bug reference about throwing exceptions in __destr

Re: [PHP-DEV] 5.0.5RC1 rolled

2005-08-28 Thread Wez Furlong
Fixed in CVS. (just noticed that I could have just merged the config.m4 back from head rather than re-investigating it, oh well.) --Wez. On 8/28/05, Wez Furlong <[EMAIL PROTECTED]> wrote: > Thanks for checking; I'm working on a fix now. > > --Wez. > > On 8/26/05, Mike Robinson <[EMAIL PROTECTE

Re: [PHP-DEV] 5.0.5RC1 rolled

2005-08-28 Thread Wez Furlong
Thanks for checking; I'm working on a fix now. --Wez. On 8/26/05, Mike Robinson <[EMAIL PROTECTED]> wrote: > On my woody box, configure finished fine but with... > > Generating files > updating cache ./config.cache > creating ./config.status > creating php5.spec > creating main/build-defs.h > cr

RE: [PHP-DEV] 5.0.5RC1 rolled

2005-08-26 Thread Mike Robinson
On my woody box, configure finished fine but with... Generating files updating cache ./config.cache creating ./config.status creating php5.spec creating main/build-defs.h creating scripts/phpize creating scripts/man1/phpize.1 sed: can't read ./scripts/man1/phpize.1.in: No such file or directory cr

Re: [PHP-DEV] 5.0.5RC1 rolled

2005-08-22 Thread Wez Furlong
I think I saw a configure related problem with the sqlite extension recently. I won't be able to check on this until thursday, maybe wednesday if things go well during the week. If someone else has time before I do, can they try building sqlite as a shared extension to verify if there was a proble