Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68890 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31176 invoked from network); 5 Sep 2013 04:29:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2013 04:29:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.173 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.223.173 mail-ie0-f173.google.com Received: from [209.85.223.173] ([209.85.223.173:57289] helo=mail-ie0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/C7-01925-BB808225 for ; Thu, 05 Sep 2013 00:29:47 -0400 Received: by mail-ie0-f173.google.com with SMTP id qa5so2230655ieb.4 for ; Wed, 04 Sep 2013 21:29:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xhfpYBnKcELg6yo0+S7tE1z4R/bU/B134rgKeqJTuPg=; b=awHOnJ6vqBt2pXkjdA/ayiqILV6fNuwRAXYooIrsdDxJDSsJuSNQRY/YzbUT/nYUFA FvAE+2/Z70xPGJ5e8aXt34J1A7wWdun8Azx5UEIWRqJZoT7r+DmWpKU3X+WX5mQH5CTN +MUUOEzfS2gQgzM2N8VoYcocxn8KpR0xpND8sYaVjer8t+wSANsKcshV3WWqBjpvABLU U27WDtl3Fjz38v72j2WnbGAgBYCYTYEnjFcg/fpJ+yU3Po42o3q8dwxG1oM0zJiJBX0G 5wjP1Yq3LR6aAWyY9g8quK4FBYIWwKI9e2hxiI5FpVbq2BCXrxjFiFtDg97bELDZNT7p l2rA== MIME-Version: 1.0 X-Received: by 10.50.61.179 with SMTP id q19mr4482250igr.33.1378355384752; Wed, 04 Sep 2013 21:29:44 -0700 (PDT) Received: by 10.50.157.199 with HTTP; Wed, 4 Sep 2013 21:29:44 -0700 (PDT) Date: Thu, 5 Sep 2013 00:29:44 -0400 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7bdc109e15204c04e59b5f04 Subject: Re: .phpt test question From: rdlowrey@gmail.com (Daniel Lowrey) --047d7bdc109e15204c04e59b5f04 Content-Type: text/plain; charset=ISO-8859-1 On further consideration this is probably better addressed by setting the relevant socket streams to non-blocking so that a client connection can be created in the same process space and tested utilizing select() and an event loop. This would obviate the need for a proc_open() altogether. Thanks for rubber-ducking, internals. --047d7bdc109e15204c04e59b5f04--