[PHP-DEV] Re: Bugsnet

2021-10-21 Thread Pierre Joye
Hi Joe, On Sun, May 9, 2021, 1:49 PM Joe Watkins wrote: > Morning internals, > > > Having moved our workflow to github, now seems to be the time to seriously > consider retiring bugsnet for general use, and using the tools that are > waiting for us - Github Issues. > yes! yes! yes! and we coul

Re: [PHP-DEV] Bugsnet

2021-10-21 Thread Jakub Zelenka
On Thu, 21 Oct 2021, 22:46 Nikita Popov, wrote: > On Thu, Oct 21, 2021 at 10:42 PM Jakub Zelenka wrote: > >> On Thu, Oct 21, 2021 at 4:07 PM Nikita Popov >> wrote: >> >>> >>> I'm proposing the following label structure (the list at >>> https://github.com/nikic/test-repo/labels is incomplete tho

Re: [PHP-DEV] Bugsnet

2021-10-21 Thread Nikita Popov
On Thu, Oct 21, 2021 at 10:42 PM Jakub Zelenka wrote: > On Thu, Oct 21, 2021 at 4:07 PM Nikita Popov wrote: > >> >> I'm proposing the following label structure (the list at >> https://github.com/nikic/test-repo/labels is incomplete though): Each >> report has either a bug or feature label. Addit

Re: [PHP-DEV] Add ReflectionFunctionAbstract::isAnonymous()

2021-10-21 Thread Aaron Piotrowski
> On Oct 20, 2021, at 6:12 PM, Dylan K. Taylor wrote: > > Hi all, > > Given the addition of Closure::fromCallable() and the upcoming first-class > callable syntax in 8.1, it seems slightly problematic that there's no simple > way to tell by reflection if a Closure refers to an anonymous fun

Re: [PHP-DEV] Bugsnet

2021-10-21 Thread Jakub Zelenka
On Thu, Oct 21, 2021 at 4:07 PM Nikita Popov wrote: > > I'm proposing the following label structure (the list at > https://github.com/nikic/test-repo/labels is incomplete though): Each > report has either a bug or feature label. Additionally it starts out with > the T-needs-triage label. Once a p

Re: [PHP-DEV] Bugsnet

2021-10-21 Thread Nikita Popov
On Sun, May 9, 2021 at 8:49 AM Joe Watkins wrote: > Morning internals, > > We have a spam problem on bugsnet, it's not a new problem. Nikita had to > waste time deleting 20 odd messages from bugsnet yesterday and this is a > common, daily occurrence. We clearly don't have time for this. > > Quite

[PHP-DEV] PHP 8.0.12 Released

2021-10-21 Thread Gabriel Caruso
The PHP development team announces the immediate availability of PHP 8.0.12. This is a security fix release. All PHP 8.0 users are encouraged to upgrade to this version. For source downloads of PHP 8.0.12 please visit our downloads page. Windows binaries can be found on the PHP for Windows site.

Re: [PHP-DEV] Add ReflectionFunctionAbstract::isAnonymous()

2021-10-21 Thread Nikita Popov
On Thu, Oct 21, 2021 at 1:12 AM Dylan K. Taylor wrote: > Hi all, > > Given the addition of Closure::fromCallable() and the upcoming first-class > callable syntax in 8.1, it seems slightly problematic that there's no > simple way to tell by reflection if a Closure refers to an anonymous > function