Re: [PHP-DEV] Consider removing autogenerated files from tarballs

2024-03-31 Thread Ben Ramsey
> On Mar 31, 2024, at 11:08, Robert Landers wrote: > > There are probably multiple parties that require trust: the people > hosting the CI servers, the people with access to the CI servers, the > RM, and maybe more that I can't think of right now. > > One option would be to have > > - CI push t

Re: [PHP-DEV] [RFC] Invoke __callStatic when non-static public methods are called statically

2024-03-31 Thread 하늘아부지
2024년 4월 1일 (월) 오전 2:31, Larry Garfield 님이 작성: > On Fri, Mar 29, 2024, at 6:12 PM, 하늘아부지 wrote: > > >> It would be more accurate to say "calling non-static methods in a > static-like manner is common *in Laravel* > > > > It might be correct to say that this is specific to Laravel. The > > problem,

Re: [PHP-DEV] [RFC] Invoke __callStatic when non-static public methods are called statically

2024-03-31 Thread Larry Garfield
On Fri, Mar 29, 2024, at 6:12 PM, 하늘아부지 wrote: >> It would be more accurate to say "calling non-static methods in a >> static-like manner is common *in Laravel* > > It might be correct to say that this is specific to Laravel. The > problem, however, is that Laravel is used so extensively that i

Re: [PHP-DEV] [RFC[ Property accessor hooks, take 2

2024-03-31 Thread Larry Garfield
On Wed, Feb 21, 2024, at 12:55 PM, Larry Garfield wrote: > Hello again, fine Internalians. > > After much on-again/off-again work, Ilija and I are back with a more > polished property access hooks/interface properties RFC. It’s 99% > unchanged from last summer; the PR is now essentially complete

Re: [PHP-DEV] Consider removing autogenerated files from tarballs

2024-03-31 Thread Robert Landers
On Sun, Mar 31, 2024 at 5:26 PM Christian Schneider wrote: > > Am 30.03.2024 um 16:35 schrieb Daniil Gentili : > >> That would break lots of tools as it requires extra dependencies so it is > >> not something that would could in stable versions. > > Btw, I do not believe that "it would require en

Re: [PHP-DEV] Consider removing autogenerated files from tarballs

2024-03-31 Thread Rowan Tommins [IMSoP]
On 31/03/2024 14:53, Christian Schneider wrote: But my main question is: I fail to see the difference whether I plant my malicious code in configure, configure.ac or *.c: Someone has to review the changes and notice the problem. And we have to trust the RMs. What am I missing? As I underst

Re: [PHP-DEV] Consider removing autogenerated files from tarballs

2024-03-31 Thread Christian Schneider
Am 30.03.2024 um 16:35 schrieb Daniil Gentili : >> That would break lots of tools as it requires extra dependencies so it is >> not something that would could in stable versions. > Btw, I do not believe that "it would require end users to install autotools > and bison in order to compile PHP from

[PHP-DEV] First time contributor (DateTime::setDate PR)

2024-03-31 Thread Bilge
Hi Internals, I created my first php-src PR yesterday and anticipate I may have to write an RFC for it. I created a wiki account under the handle, "bilge", and the howto told me to request RFC karma here. About the