Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43652 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12834 invoked from network); 7 Apr 2009 11:22:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2009 11:22:51 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:40391] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/81-03483-9873BD94 for ; Tue, 07 Apr 2009 07:22:51 -0400 Received: (qmail 23133 invoked by uid 89); 7 Apr 2009 11:48:23 -0000 Received: from unknown (HELO ?192.168.1.104?) (johannes%schlueters.de@62.216.211.50) by mailout2.netbeat.de with ESMTPA; 7 Apr 2009 11:48:23 -0000 To: Lukas Kahwe Smith Cc: RQuadling@googlemail.com, PHP internals In-Reply-To: References: <10845a340904070055m262af976ge8db476db38119a0@mail.gmail.com> Content-Type: text/plain Date: Tue, 07 Apr 2009 13:22:42 +0200 Message-ID: <1239103362.14445.2.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Closure serialization. From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Tue, 2009-04-07 at 10:38 +0200, Lukas Kahwe Smith wrote: > > Currently you cannot serialize a closure. That certainly makes sense. [...] > I guess its a dont go there thing, as you also run into trouble with > "use"-d variables. In the long run, I guess, we should try to reach it. Ignoring the use stuff there were some ideas floating in the past, like storing the source or using APC or ... but not with 5.3. johannes