[PHP-DEV] Re: phpdbg situation in PHP-5.6

2014-10-30 Thread Bob Weinand
Hey, I can accept that. But it’d be great if you could only revert now in the 5.6.3 release branch, not in the 5.6 development branch, so that this gives us now still some time to see what exactly we want to revert or not and for some eventual RFC? To add for 3.: Issues where with what I

[PHP-DEV] Re: phpdbg situation in PHP-5.6

2014-10-30 Thread Ferenc Kovacs
On Thu, Oct 30, 2014 at 11:59 AM, Bob Weinand bobw...@hotmail.com wrote: Hey, I can accept that. But it’d be great if you could only revert now in the 5.6.3 release branch, not in the 5.6 development branch, so that this gives us now still some time to see what exactly we want to revert or

Re: [PHP-DEV] Re: phpdbg situation in PHP-5.6

2014-10-30 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 30/10/2014 11:59, Bob Weinand a écrit : Also, just to point it out: Windows allows extensions to be in a random directory, *nix does not. I’d rather change the /acinclude.m4 to not be bound to the /ext directory, so that it just works like on

[PHP-DEV] Re: phpdbg situation in PHP-5.6

2014-10-30 Thread Joe Watkins
On Thu, 2014-10-30 at 13:06 +0100, Ferenc Kovacs wrote: On Thu, Oct 30, 2014 at 11:59 AM, Bob Weinand bobw...@hotmail.com wrote: Hey, I can accept that. But it’d be great if you could only revert now in the 5.6.3 release branch, not in the 5.6

[PHP-DEV] Re: phpdbg situation in PHP-5.6

2014-10-30 Thread Bob Weinand
Am 30.10.2014 um 13:06 schrieb Ferenc Kovacs tyr...@gmail.com: On Thu, Oct 30, 2014 at 11:59 AM, Bob Weinand bobw...@hotmail.com mailto:bobw...@hotmail.com wrote: Hey, I can accept that. But it’d be great if you could only revert now in the 5.6.3 release branch, not in the 5.6

Re: [PHP-DEV] Re: phpdbg situation in PHP-5.6

2014-10-30 Thread Pierre Joye
On Oct 30, 2014 5:59 PM, Bob Weinand bobw...@hotmail.com wrote: To add for 3.: Issues where with what I really couldn’t think of (separate build dir on Linux…) or the issues with a JSON dep or Windows which I couldn’t test. For this part, I can get you and Joe full msdn subscription if desired.

[PHP-DEV] Re: phpdbg situation in PHP-5.6

2014-10-30 Thread Ferenc Kovacs
On Thu, Oct 30, 2014 at 1:21 PM, Bob Weinand bobw...@hotmail.com wrote: Am 30.10.2014 um 13:06 schrieb Ferenc Kovacs tyr...@gmail.com: On Thu, Oct 30, 2014 at 11:59 AM, Bob Weinand bobw...@hotmail.com wrote: Hey, I can accept that. But it’d be great if you could only revert now in the

Re: [PHP-DEV] Re: phpdbg situation in PHP-5.6

2014-10-30 Thread Stas Malyshev
Hi! An alternative would be just putting a few #if 0 in code (phpdbg_out.c where the outputting of anything is centralized) to make XML stuff not usable. Maybe that one is the cleanest and least invasive with still allowing us to change the whole XML stuff. And at the same time the normal

Re: [PHP-DEV] Re: phpdbg situation in PHP-5.6

2014-10-30 Thread Bob Weinand
Am 30.10.2014 um 19:23 schrieb Stas Malyshev smalys...@sugarcrm.com: Hi! An alternative would be just putting a few #if 0 in code (phpdbg_out.c where the outputting of anything is centralized) to make XML stuff not usable. Maybe that one is the cleanest and least invasive with still