Re: [PHP-DEV] Xdebug extension availability

2002-05-01 Thread derick
On Wed, 1 May 2002 [EMAIL PROTECTED] wrote: > Does this require 4.2.0 or something? I just tried to apply this to > 4.1.2 and I get: It does require latest PHP CVS (4.3.0dev) for now, but as soon as 4.2.1 is out I can make binary modules available. (That will be in a few days). Derick > > /

Re: [PHP-DEV] Xdebug extension availability

2002-05-01 Thread php4
Addressed to: Derick Rethans <[EMAIL PROTECTED]> PHP Developers Mailing List <[EMAIL PROTECTED]> ** Reply to note from Derick Rethans <[EMAIL PROTECTED]> Wed, 1 May 2002 16:20:52 +0200 (CEST) I just looked at the message I just sent, and in a few places I see /configure where I s

Re: [PHP-DEV] Xdebug extension availability

2002-05-01 Thread php4
Addressed to: Derick Rethans <[EMAIL PROTECTED]> PHP Developers Mailing List <[EMAIL PROTECTED]> ** Reply to note from Derick Rethans <[EMAIL PROTECTED]> Wed, 1 May 2002 16:20:52 +0200 (CEST) > > Hello, > > I'm happy to announce the availability of the xdebug extension. This

[PHP-DEV] Xdebug extension availability

2002-05-01 Thread Derick Rethans
Hello, I'm happy to announce the availability of the xdebug extension. This extension modifies the php error handler to show stack traces. With this you can exactly see how the current function was called, even the parameters show up (if they are constants). I'm still working on variable para