Re: [PHP-DEV] [VOTE]Call for voting: support use list in foreach

2012-08-26 Thread Lars Strojny
Am 27.08.2012 um 03:55 schrieb Rasmus Lerdorf : [...] > And we aren't just C89 anymore actually. We still try to stick to it > when possible, but for example in the intl extension you will find C++ > and it won't build without it. The idea there is that any small embedded > platform that may still

Re: [PHP-DEV] [VOTE]Call for voting: support use list in foreach

2012-08-26 Thread Rasmus Lerdorf
On 08/26/2012 06:48 PM, Lars Strojny wrote: > Hi Gwynne, > > Am 27.08.2012 um 03:39 schrieb Gwynne Raskind : > >> (And >> a side note on that, the requirement of C89 standard compliance in PHP >> has less and less advantage these days, and handicaps those few >> language features in the later fla

Re: [PHP-DEV] [VOTE]Call for voting: support use list in foreach

2012-08-26 Thread Lars Strojny
Hi Gwynne, Am 27.08.2012 um 03:39 schrieb Gwynne Raskind : > (And > a side note on that, the requirement of C89 standard compliance in PHP > has less and less advantage these days, and handicaps those few > language features in the later flavors of C (C99, gnu99, Clang C, > etc.) which -could- le

Re: [PHP-DEV] [VOTE]Call for voting: support use list in foreach

2012-08-19 Thread Sherif Ramadan
On Sun, Aug 19, 2012 at 2:07 AM, Laruence wrote: > On Sat, Aug 18, 2012 at 5:48 PM, Nikita Popov wrote: >> On Sat, Aug 18, 2012 at 6:34 AM, Laruence wrote: >>> Hi: >>> This feature introduces list() support in foreach constructs(more >>> info can be found here: https://wiki.php.net/rfc/forea

Re: [PHP-DEV] [VOTE]Call for voting: support use list in foreach

2012-08-18 Thread Laruence
On Sat, Aug 18, 2012 at 5:48 PM, Nikita Popov wrote: > On Sat, Aug 18, 2012 at 6:34 AM, Laruence wrote: >> Hi: >> This feature introduces list() support in foreach constructs(more >> info can be found here: https://wiki.php.net/rfc/foreachlist). >> >> please vote for this: https://wiki.php.

Re: [PHP-DEV] [VOTE]Call for voting: support use list in foreach

2012-08-18 Thread Nikita Popov
On Sat, Aug 18, 2012 at 6:34 AM, Laruence wrote: > Hi: > This feature introduces list() support in foreach constructs(more > info can be found here: https://wiki.php.net/rfc/foreachlist). > > please vote for this: https://wiki.php.net/rfc/foreachlist#vote Hi Lauruence! Is this vote just fo

[PHP-DEV] [VOTE]Call for voting: support use list in foreach

2012-08-17 Thread Laruence
Hi: This feature introduces list() support in foreach constructs(more info can be found here: https://wiki.php.net/rfc/foreachlist). this could make the grammar more consistent, see following example: previous discussion could be found at : http://marc.info/?l=php-internals&m=134277