[PHP-DEV] Re: JSON changes in 5.3/5.4

2012-07-01 Thread Nikita Popov
On Sun, Jul 1, 2012 at 1:51 AM, Stas Malyshev wrote: > Hi! > >> If you are okay with the changes in principle, I will fix the >> remaining issues asap. If you think that the changes are too intrusive >> for release branches, I'll gladly revert them for 5.3/5.4. I didn't >> quite expect that there

Re: [PHP-DEV] RFC proposal - Syntactic sugar for cloning

2012-07-01 Thread Amaury Bouchard
@Michael : I'm not sure to understand what you mean. The "&=" operator does a bitwise AND. But if it was an assignment-by-reference operator, maybe an assignment-by-cloning operator would have seemed a good idea? Some people write code using "=&" like a dedicated operator. For example: $i = 3;

Re: [PHP-DEV] JSON changes in 5.3/5.4

2012-07-01 Thread Remi Collet
Le 01/07/2012 00:59, Stas Malyshev a écrit : > Hi! > > I see that there were significant changes committed to JSON extension in > 5.3 and 5.4 recently. Another minor documentation problem: Last pecl version on json extension, released in 2006 was 1.2.1 Version included in 5.3 and 5.4 still rep