[PHP-DEV] Registration apply for php wiki

2024-02-16 Thread 하늘아부지
Hi, My name is JaeHan Seo. (wiki username is *daddyofsky*) I hope I can make a proposal by registering on the php wiki. Thanks.

[PHP-DEV] RFC Proposal : Allows calling non-static public methods through the __callStatic magic method instead of throwing an error.

2024-02-17 Thread 하늘아부지
Hi. I'd like to propose an RFC, but I don't have the authority. Below is my suggestion. If you think this makes sense, please write an RFC for me. Sincerely. -- = Introduction = Allows calling non-static public methods through the

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

2024-03-29 Thread 하늘아부지
2024년 3월 30일 (토) 오전 2:15, Robert Landers 님이 작성: > On Fri, Mar 29, 2024 at 3:41 AM 하늘아부지 wrote: > > > > Hello. > > > > I created a wiki for __callStatic related issues. > > Please see: > > https://wiki.php.net/rfc/complete_callstatc_magic > > &

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

2024-03-29 Thread 하늘아부지
2024년 3월 29일 (금) 오후 10:21, Larry Garfield 님이 작성: > On Fri, Mar 29, 2024, at 2:39 AM, 하늘아부지 wrote: > > Hello. > > > > I created a wiki for __callStatic related issues. > > Please see: > > https://wiki.php.net/rfc/complete_callstatc_magic > > I look forwar

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

2024-03-29 Thread 하늘아부지
2024년 3월 30일 (토) 오전 1:21, Larry Garfield 님이 작성: > On Fri, Mar 29, 2024, at 3:33 PM, 하늘아부지 wrote: > > 2024년 3월 29일 (금) 오후 10:21, Larry Garfield 님이 작성: > >> On Fri, Mar 29, 2024, at 2:39 AM, 하늘아부지 wrote: > >> > Hello. > >> > > >> > I created a w

Re: [PHP-DEV] [RFC idea introduce] The issue where the __callStatic magic method is not called when statically calling a public method.

2024-03-28 Thread 하늘아부지
2024년 3월 28일 (목) 오후 6:33, Stéphane Hulard 님이 작성: > Le jeudi 28 mars 2024 à 10:40, Claude Pache a > écrit : > > > > > > > > > > Le 28 mars 2024 à 03:29, 하늘아부지 a écrit : > > > > > > > > > > > Hi. > > > > > >

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 s

[PHP-DEV] Request for RFC karma

2024-03-27 Thread 하늘아부지
Hi. I request RFC karma to discuss the issue at this link. https://github.com/php/php-src/issues/13813 Wiki account : daddyofsky Regards.

[PHP-DEV] [RFC idea introduce] The issue where the __callStatic magic method is not called when statically calling a public method.

2024-03-27 Thread 하늘아부지
Hi. I would like to register an RFC on the following issue. https://github.com/php/php-src/issues/13813 To summarize briefly, users expect that the `__callStatic` magic method will be called in all cases when a method is not static while using the `__callStatic`. However, in reality, if the

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

2024-03-28 Thread 하늘아부지
Hello. I created a wiki for __callStatic related issues. Please see: https://wiki.php.net/rfc/complete_callstatc_magic I look forward to your interest and advice. Best Regards. Daddyofsky

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

2024-03-29 Thread 하늘아부지
2024년 3월 29일 (금) 오후 5:43, Stéphane Hulard 님이 작성: > Le vendredi 29 mars 2024 à 03:39, 하늘아부지 a écrit : > > > Hello. > > > > > I created a wiki for __callStatic related issues. > > Please see: > > https://wiki.php.net/rfc/complete_callstatc_magic > > >