Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70102 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53206 invoked from network); 12 Nov 2013 10:50:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2013 10:50:18 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:33770] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/00-52964-8E702825 for ; Tue, 12 Nov 2013 05:50:17 -0500 Received: from [192.168.2.20] (ppp-93-104-4-85.dynamic.mnet-online.de [93.104.4.85]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 56B84404CA; Tue, 12 Nov 2013 11:50:32 +0100 (CET) To: Yasuo Ohgaki Cc: =?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?= , Kevin Ingwersen , PHP internals In-Reply-To: References: <60B9BBE0-BC3F-490A-AD78-9EBC22C808CF@googlemail.com> <5279F08B.1050803@gmail.com> <527AC5F2.5090401@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 12 Nov 2013 11:50:04 +0100 Message-ID: <1384253404.3572.23.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] CLI Web Server customization From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) 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 with > 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