Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75026 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57086 invoked from network); 20 Jun 2014 18:33:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2014 18:33:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=ml@anderiasch.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ml@anderiasch.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain anderiasch.de from 81.169.138.148 cause and error) X-PHP-List-Original-Sender: ml@anderiasch.de X-Host-Fingerprint: 81.169.138.148 ares.art-core.org Received: from [81.169.138.148] ([81.169.138.148:48662] helo=ares.art-core.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/C0-52792-77E74A35 for ; Fri, 20 Jun 2014 14:33:28 -0400 Received: from [192.168.178.20] (p5089501E.dip0.t-ipconnect.de [80.137.80.30]) by ares.art-core.org (mail.art-core.org) with ESMTPSA id 6DBD82EE007; Fri, 20 Jun 2014 20:33:22 +0200 (CEST) Message-ID: <53A47E6E.6000205@anderiasch.de> Date: Fri, 20 Jun 2014 20:33:18 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= , Chris Wright CC: Stas Malyshev , internals@lists.php.net, Martin Pelikan , Julien Pauli References: <20140617110758.GD24253@methuselah> <53A28BCA.5030805@anderiasch.de> <53A37D0C.2040108@sugarcrm.com> <1403288627.2546.11065.camel@guybrush> In-Reply-To: <1403288627.2546.11065.camel@guybrush> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Refactoring our IO multiplexing layer From: ml@anderiasch.de (Florian Anderiasch) On 20.06.2014 20:23, Johannes Schlüter wrote: > As long as the system is POSIX and has a mostly sane compiler we will > support it. We won't be ale to test it but react on feedback we get. > (overall we have no support guarantees in any way, as we're fully run y > volunteers who might disappear tomorrow) It's a key property of the > project and code base that we don't only look at those large scale x64 > Linux deployments but also care for embedded devices etc. > >> This would obviously only apply to the core, PECL extensions would be free >> to support what they like. > > Well, it's not only PECL but also some core extensions - if your system > has no libxml2 you can't use PHP's XML features. If your system's libc > has no (POSIX-compliant) chroot your PHP won't have it. The reminder > works, though. Yes, I wish I'd phrased it as "commonly tested" instead of "officially supported" operating systems - but the point still stands, we have a handful that are supposed to work absolutely, all the time. I wouldn't bet that some of the lesser mainstream ones are tested on every release, that was where I was hinting at. I'm all for the revamp, just a bit wary of adding such a big external library in such a low-level place. Greetings, Florian