Rasmus Lerdorf

Results 7 issues of Rasmus Lerdorf

I noticed in your debugging doc that you are having people copy the .gdbinit file. In my php7dev vagrant image I just have a symlink from ~/.gdbinit to ~/php-src/.gdbinit which...

In PHP 7.3 you will get a warning from strpos() when you pass it a non-string needle. Since getChar() will return false in some circumstances, this->a and this->b will be...

Avoid passing `null` to `str_pad()` and declare the missing `fromHeader` property in `SpanContext.php`

There is a segfault in here somewhere, but I haven't been able to narrow down a simple reproduce case. It only seems to happen when I run an entire test...

question

I asked Claude Code to implement PHP 8.4's property hooks. It gave it a shot, but this is nowhere near production-ready. I thought it was interesting enough to keep as...

This one is definitely not ready yet. A summary of my discussion with the AI on this one: # Issue #4926: False Positives on Array Access with Mixed Types ##...