Re: [PHP-DEV] Two small const correctness changes

2014-12-05 Thread Levi Morrison
On Thu, Dec 4, 2014 at 9:11 PM, Xinchen Hui wrote: > Hey: > > On Fri, Dec 5, 2014 at 8:08 AM, Levi Morrison wrote: >> These changes make ZVAL_COPY and ZVAL_COPY_VALUE work without warning >> for places where the zval that is copied is const: >> https://gist.github.com/morrisonlevi/69156fdf93e6bc8

Re: [PHP-DEV] Two small const correctness changes

2014-12-04 Thread Xinchen Hui
Hey: On Fri, Dec 5, 2014 at 8:08 AM, Levi Morrison wrote: > These changes make ZVAL_COPY and ZVAL_COPY_VALUE work without warning > for places where the zval that is copied is const: > https://gist.github.com/morrisonlevi/69156fdf93e6bc82f9a0 > > In the default build there do not seem to be any p