Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36610 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55276 invoked from network); 27 Mar 2008 10:13:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2008 10:13:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:57262] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/A4-32389-B537BE74 for ; Thu, 27 Mar 2008 05:13:48 -0500 Received: from [192.168.84.38] (office-zh.liip.ch [91.192.102.250]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id 51BCE1224B28; Thu, 27 Mar 2008 11:13:41 +0100 (CET) Cc: "Stanislav Malyshev" , "Felipe Pena" , internals@lists.php.net Message-ID: <7D1D99B1-0723-42AD-8954-13AB8A782864@pooteeweet.org> To: Pierre Joye In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 27 Mar 2008 11:13:34 +0100 References: <1206536686.5423.13.camel@felipe> <47EA7C40.3050407@zend.com> X-Mailer: Apple Mail (2.919.2) X-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.096, required 6, AWL 0.10) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: Re: [PHP-DEV] Backporting to 5_3 From: mls@pooteeweet.org (Lukas Kahwe Smith) On 26.03.2008, at 17:56, Pierre Joye wrote: > On Wed, Mar 26, 2008 at 5:39 PM, Stanislav Malyshev > wrote: >> Hi! >> >> >>> - Added runtime JIT auto-globals fetching and caching. (Dmitry, >>> Sara) >> >> Does this change any semantics, etc? Any reason why it wasn't >> merged in >> the first place? > > It was initially done for the input encoding in head as the runtime > encoding may change after RINIT and inside the script. > By the way, the JIT fetch&de/encode part is still to be done in HEAD. I have added this to the php60 todo list. hope you dont mind that i put your name behind this item. at the very least you would know what to do if someone wants to take on this item. regards, Lukas