Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64357 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85567 invoked from network); 19 Dec 2012 16:05:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2012 16:05:47 -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.52 as permitted sender) X-PHP-List-Original-Sender: xwisdom@gmail.com X-Host-Fingerprint: 209.85.214.52 mail-bk0-f52.google.com Received: from [209.85.214.52] ([209.85.214.52:38044] helo=mail-bk0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/22-04341-AD5E1D05 for ; Wed, 19 Dec 2012 11:05:47 -0500 Received: by mail-bk0-f52.google.com with SMTP id w5so1110319bku.11 for ; Wed, 19 Dec 2012 08:05:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=EVneAkzjSqV++yAOurzdi4BQOhPy8ZeEbjk1lb0hQxI=; b=b22SLrTclvF8MN4cSZkMGNmdHKJuI/vqXjZrRfRmS3s0xSmDQSeE+fnfAaOI27GM8H WQnHDdvvfO8R9EpqOTJQyDspe93j1FHbUWn1M0+8ju8A4xYSyOCqGhLNuN02bgfLbqWM wnd22P3/SXPUNNWR4WllSNbLl3YBdJSmNRq64feFaDFjb79lmzNRTGit5fLlGdf1ENYT O7N0MPXnn+ftTQ3DGrefbD8GK2FhrobNDylntBlr9X068LTTn9NlIAFSzbfIhurUnNgS ygefHqwMAe6JEiaLzmGmzn0fZ7llsSJjlM+C8G3hyHB5HLq1qGZP9sA3cr0YCRZ224FT c4YA== MIME-Version: 1.0 Received: by 10.204.157.152 with SMTP id b24mr2815146bkx.92.1355933143594; Wed, 19 Dec 2012 08:05:43 -0800 (PST) Received: by 10.204.181.139 with HTTP; Wed, 19 Dec 2012 08:05:43 -0800 (PST) Date: Wed, 19 Dec 2012 11:05:43 -0500 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=0015175df1525cf78904d136c99d Subject: The built-in PHP web server is very cool! From: xwisdom@gmail.com (Raymond Irving) --0015175df1525cf78904d136c99d Content-Type: text/plain; charset=ISO-8859-1 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 --0015175df1525cf78904d136c99d--