Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36595 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29503 invoked from network); 26 Mar 2008 23:54:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2008 23:54:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:44427] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/CA-47041-B22EAE74 for ; Wed, 26 Mar 2008 18:54:21 -0500 Received: (qmail 16920 invoked by uid 507); 26 Mar 2008 23:54:14 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.85.188) by mail4.netbeat.de with ESMTPA; 26 Mar 2008 23:54:14 -0000 To: "\"Pierre Joye\"" Cc: Felipe Pena , internals@lists.php.net In-Reply-To: References: <1206536686.5423.13.camel@felipe> <1206574472.11056.29.camel@goldfinger> Content-Type: text/plain; charset=UTF-8 Date: Thu, 27 Mar 2008 00:54:16 +0100 Message-ID: <1206575656.11056.41.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: Backporting to 5_3 From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2008-03-27 at 00:48 +0100, "Pierre Joye" wrote: > On Thu, Mar 27, 2008 at 12:34 AM, Johannes Schlüter wrote: > > > > 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 ;) And compile time JIT is fine as long as we don't have to care for encoding, right? So this change won't be needed in 5.3. johannes