Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77371 invoked from network); 19 Apr 2011 14:35:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2011 14:35:44 -0000 Authentication-Results: pb1.pair.com header.from=dmgx.michael@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=dmgx.michael@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: dmgx.michael@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:63918] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/50-08957-FBD9DAD4 for ; Tue, 19 Apr 2011 10:35:43 -0400 Received: by wyb34 with SMTP id 34so5323458wyb.29 for ; Tue, 19 Apr 2011 07:35:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=tYWs1sldX9l8dHv6t8XldKNhR/ZwYfPaZQlibgxQ4Yg=; b=N/NIPlRnhLRNwaKSe0WOG0utT4KDMGqy0GwWmEWCKajRtQvTbaP9oVCar0vZOvs3sx TgOFQn05YFthyAXBESwaPONSZuTk5SUMmZFQEsDGAcvdl+pr2eyJ6bcFnhzDgOLVcy5+ CCcpvhoXm/CuGuVkVp+8LTLGqcTstnJy0YfAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=rTI4VHWQY/2MlzOQAE3LdYF3mO5WflijfwZYgDRuQZGfH9CvP6P2RIg59whNMRVsZG 77nfiJfjj9cmGvGd8I3YdKPw0SeaVOlqSggzQiqSr/MOfE//W/UB6qhw2bwdSsykfsyo 6CP/mnwE0LEb41gm1URAi+GANh/gPDpPntbmE= MIME-Version: 1.0 Received: by 10.216.121.208 with SMTP id r58mr11724405weh.61.1303223740473; Tue, 19 Apr 2011 07:35:40 -0700 (PDT) Received: by 10.216.0.74 with HTTP; Tue, 19 Apr 2011 07:35:40 -0700 (PDT) In-Reply-To: <14.AE.01409.86D7DAD4@pb1.pair.com> References: <4D704BA5.5080402@oracle.com> <14.AE.01409.86D7DAD4@pb1.pair.com> Date: Tue, 19 Apr 2011 10:35:40 -0400 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=00261883adfc1d218304a1466cc9 Subject: Re: [PHP-DEV] RFC: built-in web server in CLI. From: dmgx.michael@gmail.com (Michael Morris) --00261883adfc1d218304a1466cc9 Content-Type: text/plain; charset=ISO-8859-1 Since the goal of this is debugging might I suggest borrowing a statement from the Adobe Flash environment: trace. Trace sends output to the debug console. If given a variable it would format it as print_r currently does. When encountered by PHP in other modes it would be silently ignored. Thoughts? On Tue, Apr 19, 2011 at 8:17 AM, Michael Wallner wrote: > On 04/17/2011 01:17 AM, Philip Olson wrote: > >> Greetings Moriyoshi and all, >> >> Are people still thinking about this? And how about applying the >> current/revised patch to trunk thus making it easier to play with and >> break, but not freeze its features/API yet. >> >> Also the wiki is up again so: >> >> - RFC: https://wiki.php.net/rfc/builtinwebserver >> - Patch is here: http://gist.github.com/835698 >> > > The php_http_* "namespace" is actually already used by pecl_http? > > Regards, > Mike > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --00261883adfc1d218304a1466cc9--