Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70141 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79003 invoked from network); 14 Nov 2013 22:24:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2013 22:24:19 -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:38545] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/A5-53459-19D45825 for ; Thu, 14 Nov 2013 17:24:18 -0500 Received: from [192.168.2.20] (ppp-93-104-13-148.dynamic.mnet-online.de [93.104.13.148]) (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 060F34302D; Thu, 14 Nov 2013 23:24: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> <1384253404.3572.23.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Date: Thu, 14 Nov 2013 23:24:02 +0100 Message-ID: <1384467842.24709.31.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?=) yohgaki-san, On Fri, 2013-11-15 at 07:15 +0900, Yasuo Ohgaki wrote: > > 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. If it is somehow integrated in the testsuite it can be added, till then I see it as an experimental toy, and I prefer having toys outside the source tree. johannes