Fw: #27614 [NEW]: backtrace information inappropriate for PHP 5

php.internals

Nuno Lopes

22 years ago
Is this true?

Wez Furlong

22 years ago
Seems unlikely; generating a backtrace is the same for pretty much all software. Jan must be doing something wrong (tm). --Wez. ----- Original Message ----- From: "Nuno Lopes" <nlopess@php.net> To: "PHPdev" <internals@lists.php.net> Sent: Tuesday, March 16, 2004 2:50 PM Subject: [PHP-DEV] Fw: #27614 [NEW]: backtrace information inappropriate for PHP 5
> Is this true? > > > > From: jan at horde dot org > > Operating system: > > PHP version: Irrelevant > > PHP Bug Type: Documentation problem > > Bug description: backtrace information inappropriate for PHP 5 > > > > Description: > > ------------ > > The instructions on http://bugs.php.net/bugs-generating-backtrace.php
how
> > to find out the function call that causes a stacktrace does not work
with

Red Wingate

22 years ago
Actually it seams like it crashes my Apache2 when used within an error_handler. Backtracing the error generated by $boolean = FALSE ; $boolean[2] += 1 ; will tear down the whole Apache2 process on Win32 Servers --red Am Dienstag, 16. März 2004 15:49 schrieb Wez Furlong: