Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51938 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59338 invoked from network); 19 Apr 2011 12:17:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Apr 2011 12:17:46 -0000 X-Host-Fingerprint: 78.142.172.145 gate-g21.inqnet.at Received: from [78.142.172.145] ([78.142.172.145:19043] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/AE-01409-86D7DAD4 for ; Tue, 19 Apr 2011 08:17:45 -0400 Message-ID: <14.AE.01409.86D7DAD4@pb1.pair.com> To: internals@lists.php.net Date: Tue, 19 Apr 2011 14:17:37 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Lanikai/3.1.9 MIME-Version: 1.0 References: <4D704BA5.5080402@oracle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 78.142.172.145 Subject: Re: [PHP-DEV] RFC: built-in web server in CLI. From: mike@php.net (Michael Wallner) 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