Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36594 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28221 invoked from network); 26 Mar 2008 23:48:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 23:48:28 -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 64.233.184.232 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: 64.233.184.232 wr-out-0506.google.com Received: from [64.233.184.232] ([64.233.184.232:19415] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/7A-47041-CC0EAE74 for ; Wed, 26 Mar 2008 18:48:28 -0500 Received: by wr-out-0506.google.com with SMTP id 50so3424892wri.2 for ; Wed, 26 Mar 2008 16:48:25 -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=MTdl+Y5O0+KMYtzudRe58KbGCGMiS2mdxgTYYGvPszc=; b=n1GBzevlpr9+EaruckYwOH8ZtORMsGisiG6wHYFy4n1BP6wE1SUbwigsDHXHAAoubN9lkkuLRJulDFvhKBiFPun8WjwVqBhiXSVtVsJNgIkv2QtFDdpvcbhVe54BvsfK1ZreohJP382tpr93IaIdF8F1evO9sUMPx1khbEW4OXI= 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=lEq8Q1/SMyoplR+fTkzf+JDjGacGN4/ewnmiilGcDu3su15iK153cH/uDffJf/X9+Ts7tr8YuNd77x+tLB7lUR5ZMyYvchWkJtx+aXPdIwbH1beh1dSeD0j5nkVHB2Zjlw2pcxqvRzjYQz7H6pwwSQFEXPYDR13vbqM/QMeVT3A= Received: by 10.141.161.6 with SMTP id n6mr576422rvo.201.1206575304763; Wed, 26 Mar 2008 16:48:24 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Wed, 26 Mar 2008 16:48:24 -0700 (PDT) Message-ID: Date: Thu, 27 Mar 2008 00:48:24 +0100 To: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" Cc: "Felipe Pena" , internals@lists.php.net In-Reply-To: <1206574472.11056.29.camel@goldfinger> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1206536686.5423.13.camel@felipe> <1206574472.11056.29.camel@goldfinger> Subject: Re: [PHP-DEV] Re: Backporting to 5_3 From: pierre.php@gmail.com ("Pierre Joye") On Thu, Mar 27, 2008 at 12:34 AM, Johannes Schl=FCter wr= ote: > > On Wed, 2008-03-26 at 10:04 -0300, Felipe Pena wrote: > > > Hello, > > > > I would like know which itens below needs be backported to 5_3: > > > > - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) > > Not sure if this has benefits without the encoding stuff which is > planned for PHP 6. If the JIT is actually enabled by default (as far as I remember it is not), it can be useful as a request will simply not process any JIT data if it is not actually used. The current behavior now is to do a compile time JIT (detection of possible GPCES usage). The encoding is useless in 5.3 without unicode support, it is binary as we know it ;) Cheers, --=20 Pierre http://blog.thepimp.net | http://www.libgd.org