Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61861 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49967 invoked from network); 28 Jul 2012 18:24:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2012 18:24:42 -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.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:61622] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/A0-45145-96E24105 for ; Sat, 28 Jul 2012 14:24:42 -0400 Received: from [192.168.2.230] (ppp-88-217-70-114.dynamic.mnet-online.de [88.217.70.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 7654863254; Sat, 28 Jul 2012 20:24:38 +0200 (CEST) To: Rasmus Lerdorf Cc: ab@php.net, internals@lists.php.net In-Reply-To: <50141C81.9080708@lerdorf.com> References: <97767b567717f761f673c9561efda831.squirrel@webmail.klapt.com> <1343484556.15056.3.camel@guybrush> <50141C81.9080708@lerdorf.com> Content-Type: text/plain; charset="UTF-8" Date: Sat, 28 Jul 2012 20:24:50 +0200 Message-ID: <1343499890.15056.7.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP test suite From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2012-07-28 at 10:08 -0700, Rasmus Lerdorf wrote: > > For that I once created a special SAPI, which can also do > > multi-threading: > > https://github.com/johannes/pconn-sapi > > http://schlueters.de/blog/archives/166-Testing-persistent-connection-and-thread-safety-features-in-PHP.html > > While that is cool, one of the reasons we added the built-in web server > was to use it in exactly this sort of scenario. So Anatoliy, go for it. > Make whatever changes you see fit to make it easy to do a --SERVER-- > type mechanism in a phpt file. Or perhaps there are some volunteers here > who have ideas and you can team up and either flash it out in a wiki doc > or on irc. I agree the server is a good way for that, I mostly shared my thing so people maybe can take ideas from there, not to stop people doing undoubtedly useful things. johannes