Re: [PHP-DEV] Re: PATCH: Implementing closures in PHP

2008-01-06 Thread Marcus Boerger
Hello Stanislav, tha makesw three then already, how about we ask around again? Ryusuke, can you please start a new '[RFC] Square brackets shortcut' thread to collect opinions and pass along the patch for that? I like the anonymous function patch too. It is clean and simple. Maybe you want to st

Re: [PHP-DEV] Re: PATCH: Implementing closures in PHP

2008-01-02 Thread Stanislav Malyshev
the square bracket array syntax patch for PHP 5.3, http://www.opendogs.org/pub/php-5.3dev-080101-sbar.patch I remember we discussed that already and it was rejected then (even though myself and Andi liked it) - did the people that objected then change their minds? -- Stanislav Malyshev, Zen

Re: [PHP-DEV] Re: PATCH: Implementing closures in PHP

2008-01-01 Thread Ryusuke SEKIYAMA
Hi, Marcus. 2007/12/31, Marcus Boerger <[EMAIL PROTECTED]>: > Hello Ryusuke, > > generally I like both. But could you provide separate patches? Yes, I can. Here is the anonymous function patch for PHP 5.3, http://www.opendogs.org/pub/php-5.3dev-080101-anon.patch the square bracket array synta

Re: [PHP-DEV] Re: PATCH: Implementing closures in PHP

2007-12-31 Thread Marcus Boerger
Hello Ryusuke, generally I like both. But could you provide separate patches? marcus Friday, December 28, 2007, 5:45:03 PM, you wrote: >>any idea about the possibility of hash conflict? > How about this patch? > http://www.opendogs.org/pub/php-5.3dev-071228a.patch > This patch is PHP 5.3 ve

Re: [PHP-DEV] Re: PATCH: Implementing closures in PHP

2007-12-30 Thread Xuefer
On Dec 29, 2007 12:45 AM, Ryusuke SEKIYAMA <[EMAIL PROTECTED]> wrote: > >any idea about the possibility of hash conflict? > > How about this patch? > http://www.opendogs.org/pub/php-5.3dev-071228a.patch yeah build_runtime_defined_function_key! that's what i thought of :) and i hope the function nam

[PHP-DEV] Re: PATCH: Implementing closures in PHP

2007-12-28 Thread Ryusuke SEKIYAMA
>any idea about the possibility of hash conflict? How about this patch? http://www.opendogs.org/pub/php-5.3dev-071228a.patch This patch is PHP 5.3 version of the patch I have introduced in my blog. (written in Japanese) 1. http://d.hatena.ne.jp/rsky/20071126/1196077860 2. http://d.hatena.ne.jp/rs

[PHP-DEV] Re: PATCH: Implementing closures in PHP

2007-12-22 Thread Greg Beaver
Christian Seiler wrote: > Hi, > > I was following this thread and came upon Jeff's posting on how closures > could be implemented in PHP. Hi, typo alert: Index: Zend/zend_vm_def.h === RCS file: /repository/ZendEngine2/zend_vm_def.h