Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64358 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86983 invoked from network); 19 Dec 2012 16:07:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2012 16:07:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=william.betts@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=william.betts@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.49 as permitted sender) X-PHP-List-Original-Sender: william.betts@gmail.com X-Host-Fingerprint: 209.85.212.49 mail-vb0-f49.google.com Received: from [209.85.212.49] ([209.85.212.49:34248] helo=mail-vb0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/72-04341-C46E1D05 for ; Wed, 19 Dec 2012 11:07:40 -0500 Received: by mail-vb0-f49.google.com with SMTP id r6so2454819vbi.22 for ; Wed, 19 Dec 2012 08:07:38 -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:to :content-type; bh=IxwGVswODW+jij0OANm2ldlpLHiJ7l4S6iWKUD7baa8=; b=xoAwEfv3ri40p4ep82mK8cabpAjjgNim26/oKSHtThbgrzGoY9yWxqHzUZPypr+LVn Fm2YLftYuf8UXMQIeZ0VzQu/f9adK+3zYnguXwsNVLSY6nVAZhhEbaXnDv42yvsV7q7I aX+UDMS2dno81lL7nfuC4B7QG3HlG4yZ+xiKq1LYnNEkWhMAjbBOFzdzj/aWyxMgiWSJ YNZego0mqkZUiEVpCsJs2BQraf54nPpi1bwOIT7GtvmscvUgp6cNk+KXfg2uKKG6SwTN qoRhLZqZfFPdQ61q85w3UCy/kr6G6u7o/4BZOUoaOhiIr/ti5eUL4eTk1CZFb80lyx+o 0vsA== MIME-Version: 1.0 Received: by 10.59.13.135 with SMTP id ey7mr9832467ved.37.1355933258019; Wed, 19 Dec 2012 08:07:38 -0800 (PST) Received: by 10.58.208.161 with HTTP; Wed, 19 Dec 2012 08:07:37 -0800 (PST) In-Reply-To: References: Date: Wed, 19 Dec 2012 10:07:37 -0600 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=089e011767dd2ef16404d136d0e5 Subject: Re: [PHP-DEV] The built-in PHP web server is very cool! From: william.betts@gmail.com (William Betts) --089e011767dd2ef16404d136d0e5 Content-Type: text/plain; charset=ISO-8859-1 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. --089e011767dd2ef16404d136d0e5--