Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79250 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49845 invoked from network); 27 Nov 2014 20:13:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2014 20:13:11 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:36431] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/1A-27910-6D587745 for ; Thu, 27 Nov 2014 15:13:11 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 33) id 7FBFC6D2001; Thu, 27 Nov 2014 21:13:07 +0100 (CET) Received: from 217.253.37.18 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Thu, 27 Nov 2014 21:13:07 +0100 Message-ID: <3f90a938749f62d0f67eba6e8fb582ea.squirrel@webmail.klapt.com> In-Reply-To: <418345A4-FF5D-4C4B-9736-632ED5302F46@ajf.me> References: <790a8d7299a7cda01ee76d8293b7d5af.squirrel@webmail.klapt.com> <65623E37-BC26-4A0C-996E-B06661F3530C@ajf.me> <49DAF993-4AC8-4B2D-BA6A-613AE75FDCD8@ajf.me> <1417107711.2495.3.camel@localhost.localdomain> <418345A4-FF5D-4C4B-9736-632ED5302F46@ajf.me> Date: Thu, 27 Nov 2014 21:13:07 +0100 To: "Andrea Faulds" Cc: "Joe Watkins" , "Anatol Belski" , internals@lists.php.net User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] Native TLS From: anatol.php@belski.net ("Anatol Belski") On Thu, November 27, 2014 18:03, Andrea Faulds wrote: > >> On 27 Nov 2014, at 17:01, Joe Watkins wrote: >> >> >> On Thu, 2014-11-27 at 16:44 +0000, Andrea Faulds wrote: >> >>>> On 27 Nov 2014, at 16:44, Andrea Faulds wrote: >>>> >>>> >>>> Hey! >>>> >>>> >>>> Would this mean we could eventually get rid of the treaded >>>> TSRMLS_CC/DC >>>> altogether? :) >>> >>> Treaded? Dreaded. Sorry. >>> >> >> Afternoon Andrea, >> >> >> Yes, they can be removed, as it mentions in RFC. >> > > Argh, I should’ve read the RFC more carefully. Well, I’m all for this, if > only to stop people accidentally breaking the thread-safe builds. > Yeah, so is it, all the TSRMLS_* stuff would go away. Cheers Anatol