Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83670 invoked from network); 3 Feb 2014 06:28:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2014 06:28:57 -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.217.171 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:55319] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/50-15628-7273FE25 for ; Mon, 03 Feb 2014 01:28:56 -0500 Received: by mail-lb0-f171.google.com with SMTP id c11so5125786lbj.30 for ; Sun, 02 Feb 2014 22:28:53 -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=7mtx/zY/KXXjWfiV+sWilFj9mfi+2cBAxwvo3HkwQEU=; b=d8ojQafsGgmmiMrjM9UDpqz5DrY0tHIm1Wh3moefIVbkGqFvaLhxWVxGvzRaQtFBJQ RFjIMnNvUT5VkyM0iW88JB9kJ5VFLqCfz+y30czcL9ZqC1c/d0uw14gojLYvH2uGlEQw 2PguKcU30ooPg3pVuzwUkgoiI9FEKULI7TcZdCft69yEoOBKolQZ3n7MRJbh5WZnJdz5 zbjubV8YpU1xfSGcbHWHaBHZ67DJa6CcW+s4mT61k92Yci+4T3nZS3t4zeZto7+XyBao eeCatO7DH+9Bb/dPBlaJTsUwbP9Pti1ZqyQyKNcELkwmhydWBU4MMdzwTRwlvNHX4BBP fU+w== X-Received: by 10.112.144.35 with SMTP id sj3mr345136lbb.44.1391408932933; Sun, 02 Feb 2014 22:28:52 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Sun, 2 Feb 2014 22:28:12 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 15:28:12 +0900 X-Google-Sender-Auth: BpunzfHS33ok8zv80ifLfb6IXHM Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b3432be2f56ec04f17aa3b5 Subject: Re: [PHP-DEV] [RFC] Build OpenSSL Module by Default From: yohgaki@ohgaki.net (Yasuo Ohgaki) --047d7b3432be2f56ec04f17aa3b5 Content-Type: text/plain; charset=UTF-8 Hi Pierre, On Mon, Feb 3, 2014 at 3:22 PM, Pierre Joye wrote: > I do not think enabling openssl by default is a good thing, as it states > now. We use not to ebable extension by default, if it is meant as must be > configured, if there are external dependencies. ext/openssl and openssl are > also not the state of the art from an APIs point of view (diplomatically > said), both in userland and internally. There are some on going work to > provide better interfaces in userland (I can't find it back, but it was > discussed here or on pecl-dev :). I agree that openssl is not the the art from an APIs point of view. I'll wait and see what will happen this year and next year :) For the time being, we may work round and/or load it when it is needed. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --047d7b3432be2f56ec04f17aa3b5--