Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74811 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51170 invoked from network); 10 Jun 2014 08:14:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2014 08:14:28 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; 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:55079] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/81-42235-26EB6935 for ; Tue, 10 Jun 2014 04:14:26 -0400 Received: from [192.168.2.31] (ppp-93-104-15-210.dynamic.mnet-online.de [93.104.15.210]) (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 4A25A401EF; Tue, 10 Jun 2014 10:14:25 +0200 (CEST) To: Kalle Sommer Nielsen Cc: Internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 10 Jun 2014 10:13:55 +0200 Message-ID: <1402388035.2546.4.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Regarding ftp_ssl_connect() From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sun, 2014-06-08 at 05:22 +0200, Kalle Sommer Nielsen wrote: > Since I forgot the ML only accepts .txt, here is the correct patch file: > http://pastie.org/9269731 I don't think this is a good approach, either we link a lib or not. Given current state of the Web and increasing security requirements I'd prefer to make SSL a default feature, while I can understand "issues" while installing PHP (especially fro zip file) in regards to the openssl library dll on Windows. johannes