Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27350 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9470 invoked by uid 1010); 10 Jan 2007 23:28:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9455 invoked from network); 10 Jan 2007 23:28:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2007 23:28:32 -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 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:34847] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/A2-27953-F9675A54 for ; Wed, 10 Jan 2007 18:28:32 -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 l0ANSJGn021217; Wed, 10 Jan 2007 15:28:19 -0800 In-Reply-To: References: <000001c722e4$927c8370$6f02a8c0@thinkpad> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <06cebcf8ffe933b2559dc667a9cd55fc@gravitonic.com> Content-Transfer-Encoding: 7bit Cc: Ilia Alshanetsky , Sara Golemon , Rasmus Lerdorf , Zeev Suraski , PHP internals , Dmitry Stogov , Andi Gutmans Date: Wed, 10 Jan 2007 15:28:58 -0800 To: Pierre X-Mailer: Apple Mail (2.624) Subject: Re: [PHP-DEV] php6: input encoding, filter and making JIT really JIT From: andrei@gravitonic.com (Andrei Zmievski) Hey everyone, As you can see, the date on quoted message was over 3 weeks ago. I've been in touch with Pierre on and off since then and the last I heard (about a week ago) was that he was making progress. However, currently I don't know what the status is and I have not been able to get any reply from him. I understand that he might be busy or away, but I believe that we need to finish this crucial piece of functionality as soon as possible so that a preview release can be made. Hopefully, Pierre will see this in the next day or so and let us know what's up, but if he doesn't, we need someone else to step in and do the work on this (it involves some engine work most likely). So, please, let's see how we should proceed. -Andrei On Dec 18, 2006, at 12:57 PM, Pierre wrote: > I thought about using them but as far as I can tell there is a couple > of issues with array overloading, like 2d access or []. Another > problem is is_array($_POST) will fail if it is not a real array, many > apps rely on is_array (even if GPC arrays are always created afaict > or?). > > I will go with the solution #2 using JIT and a function. ext/filter > changes will follow shortly after. > > Thanks all for your feedbacks. > > --Pierre > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php