Re: [PHP-DEV] Re: [RFC] Constructor Property Promotion

2020-05-11 Thread Nikita Popov
On Mon, May 11, 2020 at 5:26 PM Dan Ackroyd wrote: > On Mon, 11 May 2020 at 10:52, Nikita Popov wrote: > > > > Please tell me if you have further concerns > > Question - as this is just sugar, presumably it doesn't add much > complexity to the PHP engine? > Yes, the implementation complexity fo

Re: [PHP-DEV] Re: [RFC] Constructor Property Promotion

2020-05-11 Thread Dan Ackroyd
On Mon, 11 May 2020 at 10:52, Nikita Popov wrote: > > Please tell me if you have further concerns Question - as this is just sugar, presumably it doesn't add much complexity to the PHP engine? Vague concern - because it's a novel syntax, I find it hard to read, particularly when there are commen

Re: [PHP-DEV] [RFC] Keep type of reference params

2020-05-11 Thread Manuel Canga
Hi, Nikita and internals, En lun, 11 may 2020 11:34:22 +0200 Nikita Popov escribió > On Fri, May 8, 2020 at 8:49 AM Manuel Canga wrote to > this RFC, could someone give me(manuelcanga user ) karma in order to create > wiki page ?. > > I'm finding it hard to follow what is ac

[PHP-DEV] Re: PR #5251 adds support for CMS (RFC5662)

2020-05-11 Thread Christoph M. Becker
On 11.05.2020 at 11:59, Eliot Lear wrote: > Hi everyone, > > I am new to the PHP development process, so please forgive me if I have > this wrong. > > In PR #5251[1] I’ve created OpenSSL CMS functions that are nearly direct > analogues to the openssl PKCS#7 functions.  Cryptographic Message Syntax

Re: [PHP-DEV] printf() improvements

2020-05-11 Thread Nikita Popov
On Thu, Apr 23, 2020 at 8:30 AM G. P. B. wrote: > On Wed, 22 Apr 2020 at 15:25, Nikita Popov wrote: > >> Hi internals, >> >> I'd like to make two improvements to the printf() functionality exposed by >> PHP (also affecting other variations like sprintf, vprintf, etc.) These >> improvements are m

[PHP-DEV] Re: Add get_resource_id() function

2020-05-11 Thread Nikita Popov
On Tue, Apr 21, 2020 at 12:44 PM Nikita Popov wrote: > Hi internals, > > This originally came up in the "Stricter type-checks for > arithmetic/bitwise operators" thread. I would like to add a > get_resource_id() function, which does the same as an (int) $resource cast, > just in a more explicit w

[PHP-DEV] PR #5251 adds support for CMS (RFC5662)

2020-05-11 Thread Eliot Lear
Hi everyone, I am new to the PHP development process, so please forgive me if I have this wrong. In PR #5251[1] I’ve created OpenSSL CMS functions that are nearly direct analogues to the openssl PKCS#7 functions.  Cryptographic Message Syntax is defined in RFC 5652[2], and is a follow-on to PKCS#

[PHP-DEV] Re: [RFC] Constructor Property Promotion

2020-05-11 Thread Nikita Popov
On Thu, Mar 26, 2020 at 2:30 PM Nikita Popov wrote: > Hi internals, > > I would like to submit the following RFC for your consideration: > https://wiki.php.net/rfc/constructor_promotion > > This is based on one off the suggestions made in > https://externals.io/message/109220, and some existing d

Re: [PHP-DEV] [RFC] Keep type of reference params

2020-05-11 Thread Nikita Popov
On Fri, May 8, 2020 at 8:49 AM Manuel Canga wrote: > > > > > En lun, 04 may 2020 19:33:51 +0200 Rowan Tommins < > rowan.coll...@gmail.com> escribió > > On 04/05/2020 16:43, Manuel Canga wrote: > > > I think I’d be positive of adding `inout` keyword in order to: > > > > > > - Check

Re: [PHP-DEV] Re: [RFC] Unbundle ext/xmlrpc

2020-05-11 Thread Björn Larsson
Den 2020-05-11 kl. 11:16, skrev Nikita Popov: On Mon, May 11, 2020 at 11:00 AM Björn Larsson mailto:bjorn.x.lars...@telia.com>> wrote: Den 2020-05-11 kl. 08:57, skrev Christoph M. Becker: > On 26.04.2020 at 15:28, Christoph M. Becker wrote: > >> I propose to unbundle ext/xmlrpc

[PHP-DEV] Re: [RFC] Unbundle ext/xmlrpc

2020-05-11 Thread Christoph M. Becker
On 11.05.2020 at 11:00, Björn Larsson wrote: > Den 2020-05-11 kl. 08:57, skrev Christoph M. Becker: > >> On 26.04.2020 at 15:28, Christoph M. Becker wrote: >> >>> I propose to unbundle ext/xmlrpc, and written a respective RFC: >>> >>> >> Thanks for the fe

Re: [PHP-DEV] Re: [RFC] Unbundle ext/xmlrpc

2020-05-11 Thread Nikita Popov
On Mon, May 11, 2020 at 11:00 AM Björn Larsson wrote: > Den 2020-05-11 kl. 08:57, skrev Christoph M. Becker: > > > On 26.04.2020 at 15:28, Christoph M. Becker wrote: > > > >> I propose to unbundle ext/xmlrpc, and written a respective RFC: > >> > >> > > T

[PHP-DEV] Re: [RFC] Unbundle ext/xmlrpc

2020-05-11 Thread Björn Larsson
Den 2020-05-11 kl. 08:57, skrev Christoph M. Becker: On 26.04.2020 at 15:28, Christoph M. Becker wrote: I propose to unbundle ext/xmlrpc, and written a respective RFC: Thanks for the feedback so far. Unless there are further issues regarding the RF