[PHP-DEV] Security Bugs on GitHub

2023-08-30 Thread Derick Rethans
Hi, In the past few months we have been trialing using GitHub security advisories for security issues: https://github.com/php/php-src/security/advisories?state=published However, our old bug system still accepts them. I have just created a PR to change that: https://github.com/php/web-bugs/pull

Re: [PHP-DEV] Security Bugs on GitHub

2023-08-30 Thread Tim Düsterhus
Hi On 8/30/23 11:05, Derick Rethans wrote: However, our old bug system still accepts them. I have just created a PR to change that: https://github.com/php/web-bugs/pull/116/files Pending reviews and/or comments, I am wanting to merge this in the next week or so. There's already https://githu

Re: [PHP-DEV] Apply strict_types to internal functions

2023-08-30 Thread Saki Takamachi
I accidentally wrote the name in Japanese and it looks weird, so I'll resend it, sorry. I also skimmed over past discussions. I've found that having full control over `strict_types` globally is not a good idea. This is because it can break the behavior of many libraries, and developers don't a

Re: [PHP-DEV] Apply strict_types to internal functions

2023-08-30 Thread Flávio Heleno
On Wed, Aug 30, 2023 at 7:14 AM Saki Takamachi wrote: > I accidentally wrote the name in Japanese and it looks weird, so I'll > resend it, sorry. > > I also skimmed over past discussions. > > I've found that having full control over `strict_types` globally is not a > good idea. This is because it

[PHP-DEV] Casing of acronyms in class and method names

2023-08-30 Thread Tim Düsterhus
Hi after suggesting the use of ucfirst(strtolower(...)) casing for acronyms within a classname of a draft RFC, I was made aware of previous class naming RFC (June 2017) that required the use of PascalCase for class names, with the exception of acronyms which must be completely uppercased: ht

Re: [PHP-DEV] Casing of acronyms in class and method names

2023-08-30 Thread Lynn
On Wed, Aug 30, 2023 at 1:44 PM Tim Düsterhus wrote: > Hi > > after suggesting the use of ucfirst(strtolower(...)) casing for acronyms > within a classname of a draft RFC, I was made aware of previous class > naming RFC (June 2017) that required the use of PascalCase for class > names, with the e

[PHP-DEV] Re: Introducing 2 new modes to round function

2023-08-30 Thread Jorg Sowa
Hello everyone, As I am not sure what I should next I decided to follow the formal way and I created the RFC for the change. I will start voting soon. Please let me know if you have any suggestions. RFC under discussion: https://wiki.php.net/rfc/new_rounding_modes_to_round_function

Re: [PHP-DEV] Re: Introducing 2 new modes to round function

2023-08-30 Thread Niels Dossche
On 8/31/23 01:16, Jorg Sowa wrote: > Hello everyone, > As I am not sure what I should next I decided to follow the formal way and > I created the RFC for the change. I will start voting soon. Please let me > know if you have any suggestions. > > RFC under discussion: > https://wiki.php.net/rfc/new