Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27834 invoked from network); 3 Feb 2014 10:06:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2014 10:06:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:51410] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/02-18355-F2A6FE25 for ; Mon, 03 Feb 2014 05:06:39 -0500 Received: by mail-la0-f50.google.com with SMTP id ec20so5205599lab.37 for ; Mon, 03 Feb 2014 02:06:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=EqIHK8pbbu5hCSzBce6HG5mEeP5bokgqvw5O3/6e2bQ=; b=MlWO+7mFHHwDY6L9e4+649lQikf3ER09hdO4x7G4ld62pe98MDastTQHhn8q0Llq0T Sk8koGOI8X/0l5femOaRyl4vZ3t8NApOKUy+eig2WYjSmJzsbpSeyie9K9e4ANp7MM4O vy7mtQMX6GxMJlYBZm+7w2ZkwWIItkmU9GYWmat+lkDU/gTBIglWQwUM8cdc3P6Nyrpt RGs6iiYTzXpEhSMDcZBYSIzaHm6glhlWj3SYavkEepO32hJvk94bP3iNKbdG+KhtuM2r ofIk+IWmxc8Em1pevQFqrBZIPaob9a2uaSLrpw4eFKZCFrPqZfVXoDPJObr+xKRMF066 odXw== X-Received: by 10.112.158.131 with SMTP id wu3mr23451454lbb.6.1391421996270; Mon, 03 Feb 2014 02:06:36 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Mon, 3 Feb 2014 02:05:56 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 19:05:56 +0900 X-Google-Sender-Auth: KuvC24KLllVJPdIdm8uOhLiVELk Message-ID: To: Derick Rethans Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c37b32d208bb04f17dada1 Subject: Re: [PHP-DEV] [RFC] Build OpenSSL Module by Default From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c37b32d208bb04f17dada1 Content-Type: text/plain; charset=UTF-8 On Mon, Feb 3, 2014 at 7:01 PM, Derick Rethans wrote: > Yes. It's an external library that, although most people will have, > causes issues with distributing binaries. I would be in favour turning > it on by default, but do I understand correctly that you want to make > PHP hard-depend on it? > No. Not at all. I wrote in the RFC OpenSSL should be able to disable manually. Module authors must use #if when it is not available. I don't want any module to be hard-depend on OpenSSL module :) Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c37b32d208bb04f17dada1--