Re: [PHP-DEV] [RFC] Native TLS

2014-12-09 Thread Anatol Belski
Hi, On Mon, December 8, 2014 20:42, Ángel González wrote: On 03/12/14 10:22, Anatol Belski wrote: I meant that as well, to the time it's merged all the TSRMLS_* thingies should be removed. I kept them only while developed and now for the RFC so the diff shows the only change done,

Re: [PHP-DEV] [RFC] Native TLS

2014-12-08 Thread Ángel González
On 03/12/14 10:22, Anatol Belski wrote: I meant that as well, to the time it's merged all the TSRMLS_* thingies should be removed. I kept them only while developed and now for the RFC so the diff shows the only change done, otherwise it would sink in the unrelevant stuff. Therefore I'd rather

Re: [PHP-DEV] [RFC] Native TLS

2014-12-03 Thread Anatol Belski
Hi Pierre, On Wed, December 3, 2014 02:36, Pierre Joye wrote: hi Anatol! On Fri, Nov 28, 2014 at 2:54 AM, Anatol Belski anatol@belski.net 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

Re: [PHP-DEV] [RFC] Native TLS

2014-12-02 Thread Pierre Joye
hi Anatol! On Fri, Nov 28, 2014 at 2:54 AM, Anatol Belski anatol@belski.net 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

Re: [PHP-DEV] [RFC] Native TLS

2014-11-29 Thread Anatol Belski
Hi Stas, On Sat, November 29, 2014 00:05, Stanislav Malyshev 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. This sounds great! \o/ I understand there's no

Re: [PHP-DEV] [RFC] Native TLS

2014-11-28 Thread Stanislav Malyshev
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. This sounds great! \o/ I understand there's no practical performance impact? If so, code simplification looks like a real win.

[PHP-DEV] [RFC] Native TLS

2014-11-27 Thread Anatol Belski
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. Regards Anatol -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Native TLS

2014-11-27 Thread Joe Watkins
On Thu, 2014-11-27 at 16:54 +0100, 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. Regards Anatol Afternoon Anatol, w00t

Re: [PHP-DEV] [RFC] Native TLS

2014-11-27 Thread Andrea Faulds
On 27 Nov 2014, at 15:54, Anatol Belski anatol@belski.net wrote: 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. Hey! Would this mean we could eventually get rid of the

Re: [PHP-DEV] [RFC] Native TLS

2014-11-27 Thread Andrea Faulds
On 27 Nov 2014, at 16:44, Andrea Faulds a...@ajf.me wrote: On 27 Nov 2014, at 15:54, Anatol Belski anatol@belski.net wrote: 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

Re: [PHP-DEV] [RFC] Native TLS

2014-11-27 Thread Joe Watkins
On Thu, 2014-11-27 at 16:44 +, Andrea Faulds wrote: On 27 Nov 2014, at 16:44, Andrea Faulds a...@ajf.me wrote: On 27 Nov 2014, at 15:54, Anatol Belski anatol@belski.net wrote: this is a long spoken topic which is now embodied in https://wiki.php.net/rfc/native-tls . A

Re: [PHP-DEV] [RFC] Native TLS

2014-11-27 Thread Andrea Faulds
On 27 Nov 2014, at 17:01, Joe Watkins pthre...@pthreads.org wrote: On Thu, 2014-11-27 at 16:44 +, Andrea Faulds wrote: On 27 Nov 2014, at 16:44, Andrea Faulds a...@ajf.me wrote: Hey! Would this mean we could eventually get rid of the treaded TSRMLS_CC/DC altogether? :)

Re: [PHP-DEV] [RFC] Native TLS

2014-11-27 Thread Ángel González
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. Regards Anatol Great! I remember myself already wondering about that years ago. +1 -- PHP Internals -

Re: [PHP-DEV] [RFC] Native TLS

2014-11-27 Thread Anatol Belski
On Thu, November 27, 2014 18:03, Andrea Faulds wrote: On 27 Nov 2014, at 17:01, Joe Watkins pthre...@pthreads.org wrote: On Thu, 2014-11-27 at 16:44 +, Andrea Faulds wrote: On 27 Nov 2014, at 16:44, Andrea Faulds a...@ajf.me wrote: Hey! Would this mean we could eventually get rid

[PHP-DEV] [RFC] Native TLS for globals in ZTS

2008-08-24 Thread Arnaud Le Blanc
Hi, I have written a RFC about my patch at http://wiki.php.net/rfc/tls The goal of this patch is to reduce the performance overhead of ZTS builds. Since the initial patch I made more research on various implementations of TLS: Linux, FreeBSD, Solaris, Windows. Based on what I found I wrote a