frankenphp icon indicating copy to clipboard operation
frankenphp copied to clipboard

🧟 The modern PHP app server

Results 375 frankenphp issues
Sort by recently updated
recently updated
newest added

There was a small logic bug in `frankenphp.c` where if `should_filter_var` is `true`, it would never execute the next part of the if-statement, and thus never call `sapi_module.input_filter()`. This PR...

This one is interesting — though I’m not sure the best way to provide a test. I will have to look into maybe an integration test because it is a...

### What happened? I'm running FrankenPHP from a docker command and find that the `filter_input(INPUT_SERVER, ...)` function, specifically when referring to server parameters, always returns null. This returns an empty...

bug

The environment variable `__ENV.CADDY_HOSTNAME` is used in multiple files to construct the URL for HTTP requests. However, none of the examples explicitly include the protocol (e.g., `http://` or `https://`). It's...

In several files (e.g., `api.js`, `computation.js`, `database.js`), the URL is constructed using `http.url`${__ENV.CADDY_HOSTNAME}/sleep.php...`. In other files (e.g., `hanging-requests.js`, `hello-world.js`, `timeouts.js`), the URL is constructed using string concatenation: `${__ENV.CADDY_HOSTNAME}/sleep.php...`. The usage...

Fixes https://github.com/symfony/symfony-docs/issues/21099, related to https://github.com/symfony/symfony/pull/60503

### What happened? Hi, when i using firebase i got error like this when using FrankenPHP `Firebase messaging error {"error_type":"GuzzleHttp\\Exception\\ConnectException","error_message":"HTTP/2 is supported by the cURL handler, however libcurl is built...

bug

### What happened? **This issue happens with FrankenPHP 1.7.0 only.** An issue has been happening with `flush()` when it is used before `session_start()`. This leads to an error with PHP...

bug