Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56849 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46625 invoked from network); 9 Dec 2011 00:35:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2011 00:35:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=jnthan.chan@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jnthan.chan@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: jnthan.chan@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:41453] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/00-45961-CB751EE4 for ; Thu, 08 Dec 2011 19:35:08 -0500 Received: by yenl6 with SMTP id l6so2199750yen.29 for ; Thu, 08 Dec 2011 16:35:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:x-originating-ip:from:date:message-id:subject:to :content-type; bh=EedqkkR734kBn7DSJ/o04BGnZA/6kdKg6BmXwXfVXLs=; b=Y3iP7MLejq9xdaXx41vSEfhpWxQLivvafnHbqzg80MitwXmvSI7WbC5muSCb9fdW2V LSXlWxb9accpaddyaaRTccIp+a94Hs0kmF1e8GPUC10T22/cjn2mc8zo0OGcQzLVpGOk YmIXQZrruleWTpLeZHXIj7paboJ0B0YXA91Lc= Received: by 10.236.190.130 with SMTP id e2mr8181820yhn.107.1323390905833; Thu, 08 Dec 2011 16:35:05 -0800 (PST) Received: from mail-qy0-f170.google.com (mail-qy0-f170.google.com [209.85.216.170]) by mx.google.com with ESMTPS id t3sm19068581anf.0.2011.12.08.16.34.57 (version=SSLv3 cipher=OTHER); Thu, 08 Dec 2011 16:35:03 -0800 (PST) Received: by qcsc21 with SMTP id c21so1748828qcs.29 for ; Thu, 08 Dec 2011 16:34:57 -0800 (PST) Received: by 10.224.212.10 with SMTP id gq10mr5042821qab.75.1323390897296; Thu, 08 Dec 2011 16:34:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.40.202 with HTTP; Thu, 8 Dec 2011 16:34:16 -0800 (PST) X-Originating-IP: [76.102.164.121] Date: Thu, 8 Dec 2011 16:34:16 -0800 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Is Bug #34972 (no non-blocking on STDIN on Windows) going to be fixed? From: jnthan.chan@gmail.com (Jonathan Chan) Hello, Is there any intention to fix Bug #34972 (https://bugs.php.net/bug.php?id=34972)? It was first submitted six years ago, but the bug still seems to exist. Thanks.