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
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
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
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
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
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
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
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