Hi internals,
I'd like to start the discussion for a new RFC about adding a
`#[\DelayedTargetValidation]` attribute.
* RFC: https://wiki.php.net/rfc/delayedtargetvalidation_attribute
* Implementation: https://github.com/php/php-src/pull/18817
--Daniel
On 6/17/25 9:54 PM, Braunson Yager wrote:
I'd like to gauge interest in adding two debugging functions to PHP core: dd()
and dump().
Going out of your way to deliberately conflict with two very popular
userland function names is a bad idea.
*Enhanced Features Over Existing Solutions
*- Nat
While I understand that dd is a valid way of debugging PHP code, I don't
think we should encourage this. Users should be encouraged to learn how to
use proper debugger like XDebug. Plus PHP has plenty of dumping functions
already and I see no need for yet another one.
On Tue, Jun 17, 2025, at 2:54 PM, Braunson Yager wrote:
> Hi internals,
>
> I'd like to gauge interest in adding two debugging functions to PHP
> core: dd() and dump().
>
> *Background*
> Currently, developers rely on userland solutions like Laravel's dd()
> helper or Symfony's VarDumper for enha
Hi internals,
I'd like to gauge interest in adding two debugging functions to PHP core:
dd() and dump().
*Background*
Currently, developers rely on userland solutions like Laravel's dd() helper
or Symfony's VarDumper for enhanced debugging output. These tools are
widely adopted across the PHP eco
Hello!
On Sun, Jun 15, 2025 at 1:33 PM Daniel Kesselberg
wrote:
>
> Hi,
>
> Thanks for all your feedback on the RFC.
>
> I've updated the RFC to incorporate most of your feedback:
> https://wiki.php.net/rfc/num_available_processors
>
> 1) The limitation, that the CPU affinity mask is ignored
> 2)
On Sunday, 15 June 2025 at 19:32, Daniel Kesselberg
wrote:
> Hi,
>
> Thanks for all your feedback on the RFC.
>
> I've updated the RFC to incorporate most of your feedback:
> https://wiki.php.net/rfc/num_available_processors
>
> 1) The limitation, that the CPU affinity mask is ignored
This i