[PHP-DEV] Re: [RFC][Discuss] Covariant return- and contravariant parameter- types

2018-12-12 Thread Christoph M. Becker
On 12.12.2018 at 17:28, Levi Morrison wrote: > On Wed, Dec 12, 2018 at 4:25 AM Christoph M. Becker wrote: >> >> On 11.12.2018 at 21:34, Levi Morrison wrote: >> >>> On Mon, Nov 26, 2018 at 2:25 PM Levi Morrison wrote: >>> I am happy to announce my latest RFC, [Covariant Returns and

[PHP-DEV] Re: [RFC][Discuss] Covariant return- and contravariant parameter- types

2018-12-12 Thread Levi Morrison
On Wed, Dec 12, 2018 at 4:25 AM Christoph M. Becker wrote: > > On 11.12.2018 at 21:34, Levi Morrison wrote: > > > On Mon, Nov 26, 2018 at 2:25 PM Levi Morrison wrote: > > > >> I am happy to announce my latest RFC, [Covariant Returns and > >> Contravariant Parameters][1], is open for discussion.

RE: [PHP-DEV] [RFC] FFI - Foreign Function Interface

2018-12-12 Thread Anatol Belski
Hi Sara, > -Original Message- > From: Sara Golemon > Sent: Tuesday, December 11, 2018 5:20 PM > To: Dmitry Stogov > Cc: PHP internals > Subject: Re: [PHP-DEV] [RFC] FFI - Foreign Function Interface > > I'm not super enthused by having "ffi.enable=true" even be an option, to be > quite

Re: [PHP-DEV] configure bug with static openssl 1.1.1?

2018-12-12 Thread Helmut K. C. Tessarek
On 2018-12-12 16:37, Jakub Zelenka wrote: > On Wed, Dec 12, 2018 at 3:32 PM Helmut K. C. Tessarek > mailto:tessa...@evermeet.cx>> wrote: > > On 2018-12-12 16:11, Jakub Zelenka wrote: > > > > You should create a bug report. > > > > Please note that a static configuration has

Re: [PHP-DEV] configure bug with static openssl 1.1.1?

2018-12-12 Thread Jakub Zelenka
On Wed, Dec 12, 2018 at 3:32 PM Helmut K. C. Tessarek wrote: > On 2018-12-12 16:11, Jakub Zelenka wrote: > > > > You should create a bug report. > > > > Please note that a static configuration has some issues (e.g. > > https://bugs.php.net/bug.php?id=73609 and think there were more issues > >

Re: [PHP-DEV] configure bug with static openssl 1.1.1?

2018-12-12 Thread Helmut K. C. Tessarek
On 2018-12-12 16:11, Jakub Zelenka wrote: > > You should create a bug report. > > Please note that a static configuration has some issues (e.g. > https://bugs.php.net/bug.php?id=73609 and think there were more issues > maybe). Basically it's not well supported so I would recommend to do a >

Re: [PHP-DEV] configure bug with static openssl 1.1.1?

2018-12-12 Thread Jakub Zelenka
On Wed, Dec 12, 2018 at 2:58 PM Helmut K. C. Tessarek wrote: > On 2018-12-08 22:43, Helmut K. C. Tessarek wrote: > > Please don't bite my head off for posting to the internals list, but I > > think it is a bug in configure. If it is not, I'm more than happy to > > post it in the users group. > >

Re: [PHP-DEV] configure bug with static openssl 1.1.1?

2018-12-12 Thread Helmut K. C. Tessarek
On 2018-12-08 22:43, Helmut K. C. Tessarek wrote: > Please don't bite my head off for posting to the internals list, but I > think it is a bug in configure. If it is not, I'm more than happy to > post it in the users group. > > I run into an error when trying to configure PHP 7.2.13 with a static

[PHP-DEV] Re: [RFC][Discuss] Covariant return- and contravariant parameter- types

2018-12-12 Thread Christoph M. Becker
On 11.12.2018 at 21:34, Levi Morrison wrote: > On Mon, Nov 26, 2018 at 2:25 PM Levi Morrison wrote: > >> I am happy to announce my latest RFC, [Covariant Returns and >> Contravariant Parameters][1], is open for discussion. If you do not >> recognize those terms then hopefully the introduction

Re: [PHP-DEV] [RFC] FFI - Foreign Function Interface

2018-12-12 Thread Dmitry Stogov
On 12/11/18 11:21 PM, Levi Morrison wrote: On Tue, Dec 11, 2018 at 11:33 AM Christoph M. Becker mailto:cmbecke...@gmx.de>> wrote: On 06.12.2018 at 17:26, Marco Pivetta wrote: > Looks very interesting, especially for simplifying the landscape of > extensions. > > Still, the amount of

Re: [PHP-DEV] [RFC] FFI - Foreign Function Interface

2018-12-12 Thread Dmitry Stogov
Hi Sara, On 12/11/18 7:19 PM, Sara Golemon wrote: On Thu, Dec 6, 2018 at 9:54 AM Dmitry Stogov mailto:dmi...@zend.com>> wrote: I would like to start discussion of FFI RFC https://wiki.php.net/rfc/ffi I said this already privately, but I just want to repeat here in the open. This thing is