Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28246 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59625 invoked by uid 1010); 5 Mar 2007 18:04:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59610 invoked from network); 5 Mar 2007 18:04:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2007 18:04:09 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:43729] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/62-16561-69B5CE54 for ; Mon, 05 Mar 2007 13:04:08 -0500 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id l25I2i2R004952; Mon, 5 Mar 2007 10:03:53 -0800 In-Reply-To: References: <000001c75030$b1825730$6e02a8c0@thinkpad> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: "Andi Gutmans" , "Sara Golemon" , "Dmitry Stogov" , "Rasmus Lerdorf" , internals@lists.php.net Date: Mon, 5 Mar 2007 10:04:15 -0800 To: Pierre X-Mailer: Apple Mail (2.624) X-Virus-Scanned: ClamAV 0.90.1/2735/Mon Mar 5 07:23:59 2007 on colo X-Virus-Status: Clean Subject: Re: runtime JIT From: andrei@gravitonic.com (Andrei Zmievski) Pierre, How's it going with this list you posted? Last I heard you had some issues with ext/session. Can you elaborate please? -Andrei On Feb 15, 2007, at 6:22 AM, Pierre wrote: > Hi Dmitry! > > On 2/14/07, Dmitry Stogov wrote: >> The patch is attached. >> >> To use runtime JIT you will need to change >> zend_register_auto_global() to >> zend_register_auto_global_ex() with "1" as the last argument. >> Compile-time >> JIT is still supported too. >> >> Note that the significant part of the patch is reverting of >> "autoglobals CV" >> patch, that is reimplemented using CG(auto_globals_cache). >> >> Any objections? > > The patch looks good and it implements the concept I described in my > initial proposal. So no, no objection here. > > For the record, what needs to be done now is (after a short discussion > with Dmitry): > - implement the callback to decode the input > - support multiple calls of http_input_encoding, GPC must be > re-encoded (rearm JIT) > a new function is required and a couple of changes in the hash > creations (call dtor, etc.) > - Add test cases > - Implement unicode support in ext/filter > > I do not have the time to test and work on that until next week on > Wednesday. If someone likes to work on one part or another, please > raise the hand :) > > Thanks for your work! > --Pierre