Re: [PHP-DEV] Fix for bug #63437

2013-03-10 Thread Derick Rethans
On Sat, 9 Mar 2013, Anatol Belski wrote: > On Sat, 2013-03-09 at 21:57 +0100, Gustavo Lopes wrote: > > On Sat, 09 Mar 2013 21:36:41 +0100, Derick Rethans wrote: > > > > > On Tue, 5 Mar 2013, Anatol Belski wrote: > > > > > >> I've reworked the patch from > > >> http://nebm.ist.utl.pt/~glopes/mi

[PHP-DEV] Re: disable zend_always_inline in debug mode

2013-03-10 Thread Dmitry Stogov
You can do it. Thanks. Dmitry. On Fri, Mar 8, 2013 at 7:27 PM, Laruence wrote: > Hey: > >I propose to disable zend_alwasy_inline while build PHP in debug mode. > >that could be easier for debuging some bugs.. > >what do you think? > > > thanks > > >simple patch: > > diff --git a

Re: [PHP-DEV] Re: [VOTE] Allow non-scalar keys in foreach

2013-03-10 Thread Dmitry Stogov
Hi Nikita, Thanks. I'll review it today. Dmitry. On Sun, Mar 10, 2013 at 1:47 AM, Nikita Popov wrote: > On Wed, Mar 6, 2013 at 6:28 PM, Dmitry Stogov wrote: > >> >>> I wonder what would be a good way to avoid allocating a temporary zval >>> for the key and freeing it again. Do you think it wo