Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70104 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66208 invoked from network); 14 Nov 2013 06:29:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2013 06:29:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=xwisdom@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=xwisdom@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: xwisdom@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-wg0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:50375] helo=mail-wg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/00-00117-DDD64825 for ; Thu, 14 Nov 2013 01:29:49 -0500 Received: by mail-wg0-f42.google.com with SMTP id k14so241019wgh.3 for ; Wed, 13 Nov 2013 22:29:46 -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 :cc:content-type; bh=GXiNAQtORL5CFz4NF2l5dhmaze7pMgTupGg8dTNvXsg=; b=xxZcY4Z3R1PpHqqYGk6ykV/dJ+AVvUmzSIM7uxfCDmmYzIJhHoeTjZR9E0Hp8FpRqp p5R02Sv6E0T1XNzDDL7kHgzOO63q1Aqq7966WIujWFcODd9K4IHZduKU374rJb3ihgTR n8lo0PD/R2RRHp12Ind3p38TXwdyHCsM37CmYggFzDxLTta1nTcqVMcAnzYVyW3pimWR qrLRts7MAVOebne/uXISmQ/RNM0Vd8XI0wqYtH9yVPuC5P1Yhlg8fK/t3HBibw/VJdEh A+ilGWIGLSQL3wdwDsKWKBmHuk1xj/yNqZ13LVELeOJSKdKwPAPBITeXHmfbB6lmS3Wu gvBw== MIME-Version: 1.0 X-Received: by 10.194.170.133 with SMTP id am5mr4815009wjc.42.1384410586201; Wed, 13 Nov 2013 22:29:46 -0800 (PST) Received: by 10.227.234.138 with HTTP; Wed, 13 Nov 2013 22:29:46 -0800 (PST) In-Reply-To: <1384253404.3572.23.camel@guybrush> References: <60B9BBE0-BC3F-490A-AD78-9EBC22C808CF@googlemail.com> <5279F08B.1050803@gmail.com> <527AC5F2.5090401@gmail.com> <1384253404.3572.23.camel@guybrush> Date: Thu, 14 Nov 2013 01:29:46 -0500 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: PHP internals Content-Type: multipart/alternative; boundary=089e0122e92e36c85204eb1d35d8 Subject: Re: [PHP-DEV] CLI Web Server customization From: xwisdom@gmail.com (Raymond Irving) --089e0122e92e36c85204eb1d35d8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm also in agreement with updating the docs. IMO I think the CLI server can be safely used for small local ( http://localhost) or offline web apps . On Tue, Nov 12, 2013 at 5:50 AM, Johannes Schl=FCter wrote: > hi, > > On Thu, 2013-11-07 at 10:39 +0900, Yasuo Ohgaki wrote: > > CLI server has only basic ZTS support and cannot execute scripts > > concurrently. > > It would be nice if CLI server supports ZTS fully and execute script wi= th > > ZTS mode. > > It's good for ZTS debugging. > > For zts debugging you can look at https://github.com/johannes/pconn-sapi > which I initially wrote to help testing persistent connection-like > things but which also supports threaded use. See also > > http://schlueters.de/blog/archives/166-Testing-persistent-connection-and-= thread-safety-features-in-PHP.html > > johannes > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e0122e92e36c85204eb1d35d8--