Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56851 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50399 invoked from network); 9 Dec 2011 00:57:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2011 00:57:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:41039] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/A0-45961-D0D51EE4 for ; Thu, 08 Dec 2011 19:57:50 -0500 Received: by iabz21 with SMTP id z21so2756916iab.29 for ; Thu, 08 Dec 2011 16:57:47 -0800 (PST) Received: by 10.50.88.135 with SMTP id bg7mr1460753igb.11.1323392267269; Thu, 08 Dec 2011 16:57:47 -0800 (PST) Received: from [10.7.111.45] (mobile-198-228-213-122.mycingular.net. [198.228.213.122]) by mx.google.com with ESMTPS id k39sm3289911ibb.2.2011.12.08.16.57.44 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Dec 2011 16:57:45 -0800 (PST) References: In-Reply-To: Mime-Version: 1.0 (iPad Mail 8J2) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-ID: Cc: "internals@lists.php.net" X-Mailer: iPad Mail (8J2) Date: Thu, 8 Dec 2011 16:58:00 -0800 To: Jonathan Chan Subject: Re: [PHP-DEV] Is Bug #34972 (no non-blocking on STDIN on Windows) going to be fixed? From: rasmus@lerdorf.com (Rasmus Lerdorf) It is non-trivial to implement on Windows. It is more of a feature request t= han a bug. UNIX supports non-blocking stdin natively, Windows doesn't. A Win= dows guy would need to write a compatibility layer to get this to work and w= e don't have very many Windows guys around. -Rasmus On Dec 8, 2011, at 4:34 PM, Jonathan Chan wrote: > Hello, >=20 > Is there any intention to fix Bug #34972 > (https://bugs.php.net/bug.php?id=3D34972)? It was first submitted six > years ago, but the bug still seems to exist. >=20 > Thanks. >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20