Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64359 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89811 invoked from network); 19 Dec 2012 16:38:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2012 16:38:15 -0000 Authentication-Results: pb1.pair.com header.from=xwisdom@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=xwisdom@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.45 as permitted sender) X-PHP-List-Original-Sender: xwisdom@gmail.com X-Host-Fingerprint: 209.85.214.45 mail-bk0-f45.google.com Received: from [209.85.214.45] ([209.85.214.45:62999] helo=mail-bk0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/E2-04341-57DE1D05 for ; Wed, 19 Dec 2012 11:38:14 -0500 Received: by mail-bk0-f45.google.com with SMTP id jk13so1125567bkc.32 for ; Wed, 19 Dec 2012 08:38:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=caAeY89I4pE5JmbD/vMBvwLr7VskApv2JK3LH+rcf2Y=; b=Tc0IVW8gmJJEcEQVgaeQ04vZfFTMQU4IOiOf1GLLHDzYinOwXut76+naRKxPb7KlG4 LdIkQPrs83lZYCiVhW79c7abQ248WUJnqNdjSoC6dZMj+TzqFEeP5XWvc3HMGD5u71L6 ljhq/EHWwPpzUvZAY+mcYzte6+qW+oed6jumZ/eOEigKUI4crWZhm7GOmZuNPIidspTG 7/Rk1vhgbMOlmJ7ETh1mdcU0rv9C7RuwMZrAVtq+Q0gnFc9pCNEZvQJL/+aFqY0Zd76S ENsC5QWVOcBS21QFviRZMzK6D1yeAD4FR/eJEG9kYeFV0x/vH5p8uBwjbfi+TbkPTiH2 p28Q== MIME-Version: 1.0 Received: by 10.204.7.145 with SMTP id d17mr2895355bkd.84.1355935090106; Wed, 19 Dec 2012 08:38:10 -0800 (PST) Received: by 10.204.181.139 with HTTP; Wed, 19 Dec 2012 08:38:10 -0800 (PST) In-Reply-To: References: Date: Wed, 19 Dec 2012 11:38:10 -0500 Message-ID: Cc: PHP Internals Content-Type: multipart/alternative; boundary=0015175885ea6262da04d1373d13 Subject: Re: [PHP-DEV] The built-in PHP web server is very cool! From: xwisdom@gmail.com (Raymond Irving) --0015175885ea6262da04d1373d13 Content-Type: text/plain; charset=ISO-8859-1 Hi William, Why not? On Wed, Dec 19, 2012 at 11:07 AM, William Betts wrote: > On Wed, Dec 19, 2012 at 10:05 AM, Raymond Irving > wrote: > > > Hello, > > > > I would like to thank you guys very much for adding the built-in PHP web > > server to PHP. For the first time I've just deployed a quick standalone > app > > without having to go through the trouble of configuring IIS or any other > > web server. The installation was easy as ABC. > > > > The built-in server was designed for development purposes and is not > > suitable for production environments but IMO it's great for standalone > > applications. > > > > Keep up the good work and improve the features of the server when > > necessary. > > > > __ > > Raymond > > > > Even for standalone apps it's not a great idea to use it. > --0015175885ea6262da04d1373d13--