Rob Landers

Results 541 comments of Rob Landers

Hmmm. So, if you don’t set a default right now, filter_input doesn’t do anything in FrankenPHP? It just returns an empty string? I’m not sure if that’s better or worse...

I have strong opinions about neutering built-in extensions just to eek out a little extra performance. If users want greater performance, they can build php with `--disable-filter` or we should...

> However it would be nice to fix that in php-src. @AlliBalliBaba Can you give [this branch+fork](https://github.com/bottledcode/php-src/pull/9/files) of php-src + this branch of FrankenPHP a go? (you should be able...

Let's see how that RFC shakes out then. I'm just getting back from a short vacation and have a bajillion emails to read through -- I hope it doesn't get...

Looks like none of the filter deprecations passed.

If you are using frankenphp images, then php-cli is already installed.

https://asciinema.org/a/Hx9H8yQjN5mCeqedKndrSBZG8 TL;DW: `/usr/local/bin/php` They are based on `php:8.X-zts`

@nicolas-grekas If I am understanding correctly, this is a header sent from the webserver to PHP?

I think this is doable, just needs to be documented. I'll take a look later today.

> Ok, I've solved it. I need to "install" the PHP binary and all it's development files with. Don't forget it needs to be a ZTS build @hookenz!