Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39384 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25652 invoked from network); 27 Jul 2008 15:54:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2008 15:54:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:47337] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/B9-02589-05A9C884 for ; Sun, 27 Jul 2008 11:54:58 -0400 Received: from [192.168.200.148] (c-24-6-219-206.hsd1.ca.comcast.net [24.6.219.206]) (authenticated bits=0) by mail.lerdorf.com (8.14.3/8.14.3/Debian-5) with ESMTP id m6RFsnQO022100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 27 Jul 2008 08:54:52 -0700 Message-ID: <488C9A48.9090408@lerdorf.com> Date: Sun, 27 Jul 2008 08:54:48 -0700 User-Agent: Thunderbird/3.0a2pre (Macintosh; 2008071516) MIME-Version: 1.0 To: "Chung-Yang(Kenneth) Lee" CC: internals@lists.php.net References: <7258D645-9F3E-4AAA-82E4-E8566447BF62@gmail.com> In-Reply-To: <7258D645-9F3E-4AAA-82E4-E8566447BF62@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.lerdorf.com [204.11.219.139]); Sun, 27 Jul 2008 08:54:52 -0700 (PDT) Subject: Re: [PHP-DEV] GSoC Update (XDebug project) From: rasmus@lerdorf.com (Rasmus Lerdorf) Chung-Yang(Kenneth) Lee wrote: > Most of the functionalities were done. > Users can now upload a file to get parsed and visualized from the > interface. > After the file is parsed, the interface will display information like > function names, total self cost in ms and by percentage, invocation count. > The information is displayed in a grid after the file is parsed and > users can perform sorting, grouping / ungrouping, and moving columns on > the grid as for now. This sounds cool. Can we try it somewhere? -Rasmus