Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Johannes Schlüter
disclaimer: I'm not overly interested in phpdbg, maybe I should be, but for the moment I'm not. On Sat, 2014-10-25 at 21:24 +0100, Joe Watkins wrote: > I'd like to everyone to stay grounded in reality and say that we have > been checking code into php-src for months, very

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Joe Watkins
On Sat, 2014-10-25 at 11:20 -0700, Stas Malyshev wrote: > Hi! > > > Just a minor question, Derick. If you care about phpdbg, why are you > > only dropping any comment about it by the time it got into php-src > > repo? It’s known that all the development currently (except for > > master, but that j

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Stas Malyshev
Hi! > Just a minor question, Derick. If you care about phpdbg, why are you > only dropping any comment about it by the time it got into php-src > repo? It’s known that all the development currently (except for > master, but that just was a merge and then a pure rewrite on top of > that merge, noth

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Weinand Bob
> Am 25.10.2014 um 17:37 schrieb Sebastian Bergmann : > > Am 25.10.2014 um 13:00 schrieb Weinand Bob: >> It’s known that all the development currently is going on in >> krakjoe/phpdbg github repo. > > Why is that, exactly? I find it weird that something that is shipped > with official releases o

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Sebastian Bergmann
Am 25.10.2014 um 13:00 schrieb Weinand Bob: > It’s known that all the development currently is going on in > krakjoe/phpdbg github repo. Why is that, exactly? I find it weird that something that is shipped with official releases of PHP is not developed alongside the rest of PHP. -- PHP Inter

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Bob Weinand
> Am 25.10.2014 um 13:25 schrieb Leigh : > > On 25 October 2014 12:00, Weinand Bob wrote: >> ... > > Thanks Bob. > > So my question is: Obviously the phpdbg requirements do not map to > DBGp. However, can all of the requirements of DBGp be mapped to the > phpdbg XML? > > Going forward does the

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Leigh
On 25 October 2014 12:00, Weinand Bob wrote: > ... Thanks Bob. So my question is: Obviously the phpdbg requirements do not map to DBGp. However, can all of the requirements of DBGp be mapped to the phpdbg XML? Going forward does the XML protocol cover everything XDebug needs? Can we do "DBGp ov

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Weinand Bob
Just a minor question, Derick. If you care about phpdbg, why are you only dropping any comment about it by the time it got into php-src repo? It’s known that all the development currently (except for master, but that just was a merge and then a pure rewrite on top of that merge, nothing related

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Pierre Joye
On Sat, Oct 25, 2014 at 4:39 PM, Joe Watkins wrote: > Pierre, > > I wasn't involved in the conversations during it's development very > much. You will have to wait for bob or someone from the phpstorm team to > fill in the blanks. Suffice to say that they found a reason to work on a > new

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Joe Watkins
On Sat, 2014-10-25 at 16:19 +0700, Pierre Joye wrote: > hi, > > > On Sat, Oct 25, 2014 at 1:13 PM, Joe Watkins wrote: > > >> Although this patch does make it work with PHP 7, it also does do > >> something absolutely different: it reinvents a wheel by coming up with a > >> new XML protocol for

Re: [PHP-DEV] PHPDBG nonsense (Was: Re: [PHP-CVS] com php-src: Made phpdbg compatible with new engine: ...)

2014-10-25 Thread Pierre Joye
hi, On Sat, Oct 25, 2014 at 1:13 PM, Joe Watkins wrote: >> Although this patch does make it work with PHP 7, it also does do >> something absolutely different: it reinvents a wheel by coming up with a >> new XML protocol for debugging. >> >> So far I've been silent on PHPDBG, but seriously, is