Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51921 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19603 invoked from network); 17 Apr 2011 14:51:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Apr 2011 14:51:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=mikaelf@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mikaelf@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mikaelf@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-px0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:42459] helo=mail-px0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/A1-04069-66EFAAD4 for ; Sun, 17 Apr 2011 10:51:19 -0400 Received: by pxi16 with SMTP id 16so2650051pxi.18 for ; Sun, 17 Apr 2011 07:51:16 -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:cc:content-type :content-transfer-encoding; bh=U0ZBEHI0B2Dex/iY0n3T4OpZ6B/GEW7kL1Uz1QwlxsQ=; b=PYH36aISzTlZR59RYJ7wLuK45af9tsZQFnvxcx+BOuJWwZYAFPzDZlahfvA/k26R7i R9TbjrCGfKBnkGgZDes+XZ8sn8WfpFd4bWI49ugsnQdEyE93SLxiRo+qA9nZSXgNEvEn a7WV/Jz9a/bjlAj6W7cht9VFqOat+cgBK/VHM= 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 :cc:content-type:content-transfer-encoding; b=Do8z0vOjOORAoreCDOqjkykDNNa6iwwxx2xJ0ScdYS3uxCvnqgXMMlGmJaBEUOL/hq If0aljN1uhmHU88FC7yrqEIOFZQIQ0FMTxP7wa0KUeL/qM2rGIFWlwjxEdJdaKydI8ay ytmjTI5ZZHkhmeBPh76VZRh5l2JVqSoSaHkD0= MIME-Version: 1.0 Received: by 10.68.27.229 with SMTP id w5mr5191418pbg.96.1303051875956; Sun, 17 Apr 2011 07:51:15 -0700 (PDT) Received: by 10.68.60.73 with HTTP; Sun, 17 Apr 2011 07:51:15 -0700 (PDT) In-Reply-To: References: <4D704BA5.5080402@oracle.com> Date: Sun, 17 Apr 2011 23:51:15 +0900 Message-ID: To: Philip Olson Cc: Moriyoshi Koizumi , Christopher Jones , internals Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC: built-in web server in CLI. From: mikaelf@gmail.com (Mikael Fernandus S) As a non core dev, I would like to say that the patches are so handy and this feature will be so helpful in portable php development scenarios. +1 on this and hoping it will make into the main branch pretty soon. Similar with others, my suggestion is to put the docroot and router script as parts of the options. An option to specify max number of connections would be nice but perhaps it can be in a future wishlist. Regards, Mike On Sun, Apr 17, 2011 at 8: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 no= t freeze its features/API yet. > > Also the wiki is up again so: > > =A0- RFC: https://wiki.php.net/rfc/builtinwebserver > =A0- Patch is here: http://gist.github.com/835698 > > Regards, > Philip > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >