Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79391 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10563 invoked from network); 3 Dec 2014 01:36:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2014 01:36:43 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.180 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.180 mail-qc0-f180.google.com Received: from [209.85.216.180] ([209.85.216.180:65077] helo=mail-qc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/10-09566-A296E745 for ; Tue, 02 Dec 2014 20:36:43 -0500 Received: by mail-qc0-f180.google.com with SMTP id i8so10143936qcq.25 for ; Tue, 02 Dec 2014 17:36:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2h3aHOuQDqa68iccGflU0nbDVVlwzSDIekFm/q9cCrM=; b=Byw1b4fBUyBGpJDpuVe2/vf7gNvrOFJf0pP4Ca1O5U+vvjq07iKbzK2mORpWBCCz4k LH9MFZSFaPzwLDD/3RC3xM70Hz+NF8R/befyxVQSvjcjqXLttBrUhiuIum/g00nhuKwd ZG7kcpYkVeffV5V2tBho/xoA/nUs1Au1Nsgmr1h94FbynlFTN4jrBnDOFxGQxNPVt+UI kDdPVgjNWavmQ01KK4m1Z7X14dKFsIqBMo2PMtVR5nq9aPRzOFqJPHMO3PODEycQun/N 7+6ChhpcQLGSyk18Pxb8GfRFIuCOsQM2qLSYTZPaGHGW/uMcPQGnjXTmOqmZEz1Hd7Js LHpg== MIME-Version: 1.0 X-Received: by 10.224.167.209 with SMTP id r17mr3754633qay.18.1417570599312; Tue, 02 Dec 2014 17:36:39 -0800 (PST) Received: by 10.140.104.171 with HTTP; Tue, 2 Dec 2014 17:36:39 -0800 (PST) In-Reply-To: <790a8d7299a7cda01ee76d8293b7d5af.squirrel@webmail.klapt.com> References: <790a8d7299a7cda01ee76d8293b7d5af.squirrel@webmail.klapt.com> Date: Wed, 3 Dec 2014 12:36:39 +1100 Message-ID: To: Anatol Belski Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Native TLS From: pierre.php@gmail.com (Pierre Joye) hi Anatol! On Fri, Nov 28, 2014 at 2:54 AM, Anatol Belski wrote: > Hi, > > this is a long spoken topic which is now embodied in > https://wiki.php.net/rfc/native-tls . A preliminary implementation is > there as well, thus we can discuss it. Awesome work as usual! As other mentioned, we should get rid of the TSRM_* macros for declaratons/calls. Having them as placebo for the sake of having them and reduce the amount of changes brought by this patch make little sense to me. Master requires now a lot of changes anyway, we may as well just kill that while being at it, easy move. Maybe add a vote option to either keep the placebo (less code change) or remove it (easier in the long term, no more TS build break, or fewer). Cheers, -- Pierre @pierrejoye | http://www.libgd.org