Re: [PHP-DEV] [RFC] Policy on 3rd party code

2024-10-06 Thread Mike Schinkel
> On Oct 7, 2024, at 1:39 AM, Larry Garfield wrote: > > On Sun, Oct 6, 2024, at 2:33 PM, Mike Schinkel wrote: > >>> On Oct 5, 2024, at 10:25 PM, Larry Garfield wrote: >>> >>> A number of people are concerned that if we use any of the "Big Names", it >>> would be interpreted as an endorseme

Re: [PHP-DEV] [RFC] Policy on 3rd party code

2024-10-06 Thread Larry Garfield
On Sun, Oct 6, 2024, at 2:33 PM, Mike Schinkel wrote: >> On Oct 5, 2024, at 10:25 PM, Larry Garfield wrote: >> >> A number of people are concerned that if we use any of the "Big Names", it >> would be interpreted as an endorsement of that project. Eg, if we rebuilt >> the main website using L

Re: [PHP-DEV] [RFC] Policy on 3rd party code

2024-10-06 Thread Mike Schinkel
> On Oct 2, 2024, at 3:36 PM, Andreas Heigl wrote: > IMO the PHP website is more or less a bunch of static pages. There is not > really much interaction necessary. So having a framework might not > necessarily be The Thing. You may be confusing cause with effect. IOW, given that all the curr

Re: [PHP-DEV] [RFC] [Discussion] Add get_declared_enums() function

2024-10-06 Thread Mike Schinkel
> On Oct 6, 2024, at 3:25 AM, Juliette Reinders Folmer > wrote: > > On 4-10-2024 13:44, Nicolas Grekas wrote: > > Hi Nicolas, >> # Introduction of the new function: get_declared_enums() >> >> About this proposal, I shared a one-liner in the previous thread that shows >> listing only enums is

Re: [PHP-DEV] [RFC] [Discussion] Add get_declared_enums() function

2024-10-06 Thread Larry Garfield
On Sun, Oct 6, 2024, at 2:25 AM, Juliette Reinders Folmer wrote: > I can imagine combining the alternative approach via > get_declared_symbols() with a new symbol_exists() function like you > suggest above (with a similar slow path to deprecate and remove the old > functions). > > On the plus s

Re: [PHP-DEV] [RFC] Policy on 3rd party code

2024-10-06 Thread Larry Garfield
On Sat, Oct 5, 2024, at 11:27 PM, Stephen Reay wrote: >> A number of people are concerned that if we use any of the "Big Names", it >> would be interpreted as an endorsement of that project. Eg, if we rebuilt >> the main website using Laravel, the Symfony folks would feel slighted. If >> we u

Re: [PHP-DEV] [RFC] [Discussion] Add get_declared_enums() function

2024-10-06 Thread Juliette Reinders Folmer
On 4-10-2024 13:44, Nicolas Grekas wrote: Hi Nicolas, # Introduction of the new function: get_declared_enums() About this proposal, I shared a one-liner in the previous thread that shows listing only enums is trivial already. IMHO we don't need this function since the engine already provides