Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-02 Thread Sebastian Bergmann
Zeev Suraski wrote: > ZE2 is going to have these features built-in in a way that would have > no performance impact. I forgot. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergm

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-02 Thread Zeev Suraski
Because it's not efficient enough... ZE2 is going to have these features built-in in a way that would have no performance impact. Zeev At 14:38 02/05/2002, Sebastian Bergmann wrote: >[EMAIL PROTECTED] wrote: > > Yeah, I know... but it doesn't belong in ext/ because it's a > > Zend_extension. PE

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-02 Thread Sebastian Bergmann
[EMAIL PROTECTED] wrote: > Yeah, I know... but it doesn't belong in ext/ because it's a > Zend_extension. PECL would be the place as soon as it stabilized. Why do this as an extension anyhow? Why not put it directly into Zend? -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread derick
On Wed, 1 May 2002 [EMAIL PROTECTED] wrote: > Please, Please, Please when this is ready put it in ext/. I've wanted > this for a long time, and I've seen enough requests from others to know > I'm not the only one. Having a stack trace available will be a great > help in debugging! Yeah, I know

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread php4
Addressed to: [EMAIL PROTECTED] PHP Developers Mailing List <[EMAIL PROTECTED]> ** Reply to note from [EMAIL PROTECTED] Wed, 1 May 2002 16:50:37 +0200 (CEST) > > On Wed, 1 May 2002, Yasuo Ohgaki wrote: > > > Nice extension. I was thinking to make a similar one. > > > > Can yo

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread Adam Wright
t" <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 3:59 PM Subject: Re: [PHP-DEV] Re: Xdebug extension availability > On Wed, 1 May 2002, Yasuo Ohgaki wrote: > > > I saw > > > > /* The contents of this file are subject to the Vulcan Logic Public > >

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread derick
AIL PROTECTED]> > To: "Yasuo Ohgaki" <[EMAIL PROTECTED]> > Cc: "PHP Developers Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, May 01, 2002 3:59 PM > Subject: Re: [PHP-DEV] Re: Xdebug extension availability > > > > On Wed, 1 May 2002, Y

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread derick
On Wed, 1 May 2002, Yasuo Ohgaki wrote: > I saw > > /* The contents of this file are subject to the Vulcan Logic Public > * License Version 1.1 (the "License"); you may not use this file > * except in compliance with the License. You may obtain a copy of > * the License at http://www.vl-sr

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Wed, 1 May 2002, Yasuo Ohgaki wrote: >>Or better yet, I would like to see them as standard >>function. It seems there may be license problem, though. > > > Licence problem? I'm using the PHP Licence for now. > I saw /* The contents of this file are subject to the

Re: [PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread derick
On Wed, 1 May 2002, Yasuo Ohgaki wrote: > Nice extension. I was thinking to make a similar one. > > Can you put it into PECL? I can, but I don't want it yet. I want to wait until the extension stabilized some more, and PECL is more ready. > > Or better yet, I would like to see them as standa

[PHP-DEV] Re: Xdebug extension availability

2002-05-01 Thread Yasuo Ohgaki
Derick Rethans wrote: > 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