Re: [PHP-DEV] [RFC] Pipe Operator (again)

2025-05-09 Thread Larry Garfield
Hello world. The discussion has been dormant for a while. For now, I'm going to proceed with the simple-callable approach to pipes, rather than Elixir-style auto-partialling. I have also added a discussion of a possible future iterator API built for pipes to the RFC, and another example using

[PHP-DEV] Disallow dynamic calls to assert()?

2025-05-09 Thread Tim Düsterhus
Hi I noticed that dynamic calls to the `assert()` function do not take the `zend.assertions` into account, since for static calls `zend.assertions` is checked inside the compiler to completely bypass the call to `assert()` including the evaluation of all arguments. I created a PR to fix that,

Re: [PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-09 Thread Jakub Zelenka
Hi, On Fri, May 9, 2025 at 1:09 PM Tim Düsterhus wrote: > Hi > > Am 2025-05-09 12:47, schrieb Jakub Zelenka: > > I'd like to start discussion for some release process updates defined > > in > > the following RFC / linked PR: > > > > RFC: https://wiki.php.net/rfc/policy-release-process-update > >

Re: [PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-09 Thread Tim Düsterhus
Hi Am 2025-05-09 12:47, schrieb Jakub Zelenka: I'd like to start discussion for some release process updates defined in the following RFC / linked PR: RFC: https://wiki.php.net/rfc/policy-release-process-update Policy PR: https://github.com/php/policies/pull/19 Thank you. The changes seem to

[PHP-DEV] [RFC][Discussion] Policy release process update

2025-05-09 Thread Jakub Zelenka
Hello, I'd like to start discussion for some release process updates defined in the following RFC / linked PR: RFC: https://wiki.php.net/rfc/policy-release-process-update Policy PR: https://github.com/php/policies/pull/19 Regards Jakub