Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42932 invoked by uid 1010); 2 Jan 2008 05:49:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42917 invoked from network); 2 Jan 2008 05:49:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2008 05:49:31 -0000 Authentication-Results: pb1.pair.com header.from=rsky0711@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=rsky0711@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.248 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rsky0711@gmail.com X-Host-Fingerprint: 209.85.132.248 an-out-0708.google.com Received: from [209.85.132.248] ([209.85.132.248:42954] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/48-51974-9E52B774 for ; Wed, 02 Jan 2008 00:49:30 -0500 Received: by an-out-0708.google.com with SMTP id c18so1054240anc.1 for ; Tue, 01 Jan 2008 21:49:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Y4/+zA2Umhk/cFDh0zpjl9qlfwh8wltI7bE8LB+BHZo=; b=AJKoSTd5l0lgj3JplPkBS99HJKcj0Q7zBSK6EwAxfjCVH/yF7z+Cq6YvJ9kfEYzXzG1AFpNE5kbU/NT12yTt/2cxbSYsCeGtNdYA4uMBETDak5QbRZEtOL1XgcxHYAIhwErQIcdqVBrgNg4lZA1dhwOebR/TOXPUf0nrZRUhF5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=siQlRO4KtpuPSjR+lCNl3tEXSS2CwzD0gxKRrdTouYI8HFwyaIBJq6dt1rml58evPD20T075Y1efDfcDoZefOsbA10nDS3feqVGgmaCCQrLc4G9IId9DwrzKR7HNvGhHRSRaIRrSnpQgp84+mWWa7YvEa2t7+iD6gLSyIrFzd/U= Received: by 10.100.34.16 with SMTP id h16mr29435607anh.111.1199252966574; Tue, 01 Jan 2008 21:49:26 -0800 (PST) Received: by 10.70.15.16 with HTTP; Tue, 1 Jan 2008 21:49:26 -0800 (PST) Message-ID: Date: Wed, 2 Jan 2008 14:49:26 +0900 To: "Marcus Boerger" Cc: internals@lists.php.net In-Reply-To: <114209200.20071230190949@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <114209200.20071230190949@marcus-boerger.de> Subject: Re: [PHP-DEV] Re: PATCH: Implementing closures in PHP From: rsky0711@gmail.com ("Ryusuke SEKIYAMA") Hi, Marcus. 2007/12/31, Marcus Boerger : > 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 syntax patch for PHP 5.3, http://www.opendogs.org/pub/php-5.3dev-080101-sbar.patch and the anonymous function patch for PHP 6.0. http://www.opendogs.org/pub/php-6.0dev-080101-anon.patch Regards. -- /** * Ryusuke SEKIYAMA * rsky0711@gmail.com */