Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36550 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78087 invoked from network); 26 Mar 2008 16:56:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 16:56:57 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.189 rv-out-0910.google.com Received: from [209.85.198.189] ([209.85.198.189:52370] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/0B-47041-6508AE74 for ; Wed, 26 Mar 2008 11:56:55 -0500 Received: by rv-out-0910.google.com with SMTP id k15so2340946rvb.23 for ; Wed, 26 Mar 2008 09:56:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=7IQf/qEeVBbTh2EX9kypwCxe0w2zu2e7vj1SWnZ0ypQ=; b=HPu5FghirD3R36aaS8qVFw7ijXT7UdmIbUn6qNB63I2t2WfLHhW/CfpTPIzSRT7Hk/TqMesKDqMZGn1vvOrHPhFa7wOpnAZZo2Qxm5dpO65jGWMouTaasmk5YQ92pDJoRJNMp1A3OArRDdDouWNc+AHEaSB0Zje/8etYW6DfAts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uON6mzWJtpobD4mHhDw4jxCmW25tv+SvR6bQgw2ItC/p+jRTqFx0s4PB1hG7mZYIcAlYiKAH17pbyDUC+Wt6SOQ1602C0eat/momu4fpkgdlj28lsFz8vYrbffWfFKZ7tpnBSOQ1bWZnFeqc8NSAf076/xosBymoA75/770bSBA= Received: by 10.141.145.11 with SMTP id x11mr216528rvn.215.1206550608200; Wed, 26 Mar 2008 09:56:48 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Wed, 26 Mar 2008 09:56:48 -0700 (PDT) Message-ID: Date: Wed, 26 Mar 2008 17:56:48 +0100 To: "Stanislav Malyshev" Cc: "Felipe Pena" , internals@lists.php.net In-Reply-To: <47EA7C40.3050407@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1206536686.5423.13.camel@felipe> <47EA7C40.3050407@zend.com> Subject: Re: [PHP-DEV] Backporting to 5_3 From: pierre.php@gmail.com ("Pierre Joye") 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. -- Pierre http://blog.thepimp.net | http://www.libgd.org