Re: [PHP-DEV] Avoid ending up in Spam

2020-05-29 Thread Ben Ramsey
> On May 29, 2020, at 18:01, Reindl Harald wrote: > > > > Am 30.05.20 um 00:58 schrieb Ben Ramsey: >>> On May 29, 2020, at 17:34, Jakob Givoni wrote: >>> >>> On Sat, May 30, 2020 at 12:07 AM Benas IML >>> wrote: Here's a quote from Ben Ramsey that basically sums up the problem:

Re: [PHP-DEV] Re: [RFC] Named arguments

2020-05-29 Thread Bob Weinand
> Am 29.05.2020 um 21:02 schrieb Larry Garfield : > > On Fri, May 29, 2020, at 9:32 AM, Nikita Popov wrote: >> On Tue, May 5, 2020 at 3:51 PM Nikita Popov wrote: >> >>> Hi internals, >>> >>> I've recently started a thread on resurrecting the named arguments >>> proposal

Re: [PHP-DEV] Avoid ending up in Spam

2020-05-29 Thread Ben Ramsey
> On May 29, 2020, at 17:34, Jakob Givoni wrote: > > On Sat, May 30, 2020 at 12:07 AM Benas IML wrote: >> >> Here's a quote from Ben Ramsey that basically sums up the problem: >> >>> This appears to be happening due to DMARC rules on the domains of the >>> senders. >>> I had the same thing

Re: [PHP-DEV] Avoid ending up in Spam

2020-05-29 Thread Jakob Givoni
On Sat, May 30, 2020 at 12:07 AM Benas IML wrote: > > Here's a quote from Ben Ramsey that basically sums up the problem: > > > This appears to be happening due to DMARC rules on the domains of the > > senders. > > I had the same thing happen to my emails, so I had to relax my DMARC rules. > >

Re: [PHP-DEV] Avoid ending up in Spam

2020-05-29 Thread Benas IML
Hey, Here's a quote from Ben Ramsey that basically sums up the problem: > This appears to be happening due to DMARC rules on the domains of the senders. > I had the same thing happen to my emails, so I had to relax my DMARC rules. If > your rules are set too strict, servers see the From address

[PHP-DEV] Avoid ending up in Spam

2020-05-29 Thread Jakob Givoni
Hi internals, Sorry for the off-topic, but I need to ask you on this list, how do you guys avoid having your emails ultimately ending up in the spam folders of the mailing list recipients? I had troubles in the past so now I'm using this new gmail account as someone suggested, hoping you will at

Re: [PHP-DEV] Re: [RFC] Named arguments

2020-05-29 Thread Larry Garfield
On Fri, May 29, 2020, at 9:32 AM, Nikita Popov wrote: > On Tue, May 5, 2020 at 3:51 PM Nikita Popov wrote: > > > Hi internals, > > > > I've recently started a thread on resurrecting the named arguments > > proposal (https://externals.io/message/109549), as this has come up > > tangentially in

[PHP-DEV] RFC: Error backtraces

2020-05-29 Thread Max Semenik
Hi, I'd like to present a new RFC for your consideration: https://wiki.php.net/rfc/error_backtraces In a nutshell, I'm proposing to give errors equal rights with exceptions and provide backtraces for them, too. -- Best regards, Max Semenik

[PHP-DEV] [VOTE] Ensure correct signatures of magic methods

2020-05-29 Thread Gabriel Caruso
Hello, internals! I have opened the voting for https://wiki.php.net/rfc/magic-methods-signature. The voting period ends on 2020-06-19 at 18h (CEST). Thanks, -- Gabriel Caruso

[PHP-DEV] Re: [RFC] Named arguments

2020-05-29 Thread Nikita Popov
On Tue, May 5, 2020 at 3:51 PM Nikita Popov wrote: > Hi internals, > > I've recently started a thread on resurrecting the named arguments > proposal (https://externals.io/message/109549), as this has come up > tangentially in some recent discussions around attributes and around object >

[PHP-DEV] Re: [RFC] Make sorting stable

2020-05-29 Thread Nikita Popov
On Tue, May 12, 2020 at 4:18 PM Nikita Popov wrote: > Hi internals, > > This was previously discussed in https://externals.io/message/108841, but > I figured it would make sense to create an RFC for this change: > https://wiki.php.net/rfc/stable_sorting > > As before, the implementation approach

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

2020-05-29 Thread Nikita Popov
On Fri, May 15, 2020 at 10:17 AM Nikita Popov wrote: > Hi internals, > > I have opened voting on https://wiki.php.net/rfc/constructor_promotion. > Voting will close 2020-05-29. > The constructor property promotion has been accepted with 46 votes in favor and 10 against. Regards, Nikita

Re: [PHP-DEV] [RFC][VOTE] PHP Namespace in core

2020-05-29 Thread Rowan Tommins
On Thu, 28 May 2020 at 19:53, Ben Ramsey wrote: > > In light of recent discussions on attribute naming schemes, I’m > concerned that future RFC discussions will be riddled with noisy > back-and-forth messages concerning what and how to name things. I’m not > passing any judgement on these types