Re: [PHP-DEV] [RFC] Iterable

2016-07-03 Thread Aaron Piotrowski
Hi Stas, > On Jul 2, 2016, at 7:00 PM, Stanislav Malyshev wrote: > > Do you mean that this code: > > $a = json_decode('{"a": 1, "b": 2, "c": 3}'); > foreach($a as $b) { >var_dump($b); > } > > will no longer work, or that it will still work, but stdClass would not > be instanceof Iterable?

Re: [PHP-DEV] [RFC] Iterable

2016-07-03 Thread Sara Golemon
On Sun, Jul 3, 2016 at 9:50 AM, Aaron Piotrowski wrote: >> Do you mean that this code: >> >> $a = json_decode('{"a": 1, "b": 2, "c": 3}'); >> foreach($a as $b) { >>var_dump($b); >> } >> >> will no longer work, or that it will still work, but stdClass would not >> be instanceof Iterable? > > Th

Re: [PHP-DEV] [RFC][VOTE] Session ID without hashing

2016-07-03 Thread Yasuo Ohgaki
Hi Pierre, On Sun, Jul 3, 2016 at 2:16 PM, Pierre Joye wrote: > > On Jul 3, 2016 7:04 AM, "Yasuo Ohgaki" wrote: >> >> Hi Leigh, >> >> On Sat, Jul 2, 2016 at 5:39 PM, Leigh wrote: >> > So I have a few issues that span the RFC and the implementation. >> > >> > Your RFC states >> > >> >> hardcode