Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77313 invoked from network); 14 Nov 2013 22:15:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2013 22:15:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:55555] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/45-53459-29B45825 for ; Thu, 14 Nov 2013 17:15:47 -0500 Received: by mail-lb0-f170.google.com with SMTP id z5so2131555lbh.1 for ; Thu, 14 Nov 2013 14:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=YA2MU/5eQ9gGs6ws7YTcp0GtfgcTeDfxdqb7+SWgPeY=; b=X0l5dG+EMNJ5gj4ZA8LxTuk2JPKUduQozgZK9NRkbM98T7SGzgz6zekFwTRWpy2acG OKlMCkittowXtZ+nEGtvtgsFFB5xOQO+0Rm9rQmwNLHxBQhjpw6yKSDCIAbwt3QNUEqb HmCUhKsa+zNKiNd3YDr+jUYHIMDoim//lX2MnVUOauepTgn35q9AaHq3ImclFud+VMkb zCTwIHes5ybh0dSHfctvT7drm7yJtT9SVG7ctyiPPXlZSziUTOKp5UlLkqvOcbVHhKgo S/G8yMg16CPk7cdn2+H1VbScic1f/+wR/E8OmQ5/T8ZoD/FsFT7/h/gdMV19hf1ztSUQ CNZA== X-Received: by 10.152.25.232 with SMTP id f8mr2032552lag.43.1384467343333; Thu, 14 Nov 2013 14:15:43 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Thu, 14 Nov 2013 14:15:03 -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: Fri, 15 Nov 2013 07:15:03 +0900 X-Google-Sender-Auth: LiyjTYQVEXF_uebhFbLqZOWj53g Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: =?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?= , Kevin Ingwersen , PHP internals Content-Type: multipart/alternative; boundary=089e0158b53833e17004eb2a6c64 Subject: Re: [PHP-DEV] CLI Web Server customization From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0158b53833e17004eb2a6c64 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Johannes, On Tue, Nov 12, 2013 at 7:50 PM, Johannes Schl=C3=BCter wrote: > 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 Should this be in php-src, shouldn't? I think it should. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0158b53833e17004eb2a6c64--