Re: [PHP-DEV] Re: Mailing list moderation

2018-04-04 Thread Christoph M. Becker
On 05.04.2018 at 00:12, Rowan Collins wrote: > On 4 April 2018 22:44:56 BST, "Christoph M. Becker" wrote: > >> While I most certainly don't like the sometimes explicit and/or >> aggressive language used by Harald, I consider him a valuable bug >> reporter nonetheless[1]. >> >> [1] >>

Re: [PHP-DEV] Re: Mailing list moderation

2018-04-04 Thread Rowan Collins
On 4 April 2018 22:44:56 BST, "Christoph M. Becker" wrote: >While I most certainly don't like the sometimes explicit and/or >aggressive language used by Harald, I consider him a valuable bug >reporter nonetheless[1]. > >[1] >

Re: [PHP-DEV] Re: Mailing list moderation

2018-04-04 Thread Rowan Collins
On 4 April 2018 22:44:56 BST, "Christoph M. Becker" wrote: >On 04.04.2018 at 20:47, Pieter Hordijk wrote: > >>> "rhsoft" continues their aggressive behaviour on the bug tracker >still >>> too. One recent illustration is >>> https://bugs.php.net/bug.php?id=76184&edit=1 >>> >>> Do we have any method

Re: [PHP-DEV] Re: Mailing list moderation

2018-04-04 Thread Christoph M. Becker
On 04.04.2018 at 20:47, Pieter Hordijk wrote: >> "rhsoft" continues their aggressive behaviour on the bug tracker still >> too. One recent illustration is >> https://bugs.php.net/bug.php?id=76184&edit=1 >> >> Do we have any methods to ban people from there too? > Yes please. > > I have seen only

Re: [PHP-DEV] Re: Mailing list moderation

2018-04-04 Thread Midori Koçak
+1 This kind of language shouldn't be allowed here. On 4 April 2018 at 20:42, Derick Rethans wrote: > Hi, > > "rhsoft" continues their aggressive behaviour on the bug tracker still > too. One recent illustration is > https://bugs.php.net/bug.php?id=76184&edit=1 > > Do we have any methods to ban

Re: [PHP-DEV] Re: Mailing list moderation

2018-04-04 Thread Kalle Sommer Nielsen
Hi Derick 2018-04-04 20:42 GMT+02:00 Derick Rethans : > Hi, > > "rhsoft" continues their aggressive behaviour on the bug tracker still > too. One recent illustration is > https://bugs.php.net/bug.php?id=76184&edit=1 > > Do we have any methods to ban people from there too? Sadly we do not as far a

Re: [PHP-DEV] Re: Mailing list moderation

2018-04-04 Thread Pieter Hordijk
> Hi, > > "rhsoft" continues their aggressive behaviour on the bug tracker still > too. One recent illustration is > https://bugs.php.net/bug.php?id=76184&edit=1 > > Do we have any methods to ban people from there too? > > cheers, > Derick > > On Wed, 3 Jan 2018, Rasmus Lerdorf wrote: > >> Ok,

[PHP-DEV] Re: Mailing list moderation

2018-04-04 Thread Derick Rethans
Hi, "rhsoft" continues their aggressive behaviour on the bug tracker still too. One recent illustration is https://bugs.php.net/bug.php?id=76184&edit=1 Do we have any methods to ban people from there too? cheers, Derick On Wed, 3 Jan 2018, Rasmus Lerdorf wrote: > Ok, both have been added to

Re: [PHP-DEV] [RFC][Discussion] Make compact function reports undefined passed variables

2018-04-04 Thread Ivan Enderlin
Hello, Yes, a thousand yes. Silently ignoring undefined variables is a source of multiple bugs. Emiting a warning is a small BC break comparing to the benefits. Regards. On 02.04.18 11:17, Gabriel Caruso wrote: Hello dear internals, how are you? I'd like to propose a new RFC to PHP's core,