Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68788 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92021 invoked from network); 31 Aug 2013 20:46:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2013 20:46:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:41748] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/B5-55332-F1652225 for ; Sat, 31 Aug 2013 16:46:23 -0400 Received: from [192.168.2.20] (ppp-93-104-21-43.dynamic.mnet-online.de [93.104.21.43]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 8B43D434D0; Sat, 31 Aug 2013 22:46:22 +0200 (CEST) To: Nikita Popov Cc: PHP internals list In-Reply-To: References: <1377979523.3656.21.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Date: Sat, 31 Aug 2013 22:46:16 +0200 Message-ID: <1377981976.3656.33.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] windows.php.net From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2013-08-31 at 22:38 +0200, Nikita Popov wrote: > The Windows site also hosts DLLs for PECL: > http://windows.php.net/downloads/pecl/ That should also be put in some > prominent location, because right now I don't think it's even linked from > anywhere. Instead the website has a notice that PECL for Windows is being > worked on (for how many years already?) and a link to > http://downloads.php.net/pierre/, which does have some PECL builds, but is > not as complete as downloads/pecl. I wasn't aware of that. But I think it shouldn't be to hard to allow attaching binaries to PECL releases on the pecl site (eventually we have to mind U.S. crypto things, i'm no lawyer). That's the place where users look and should look. johannes