Rob Landers

Results 78 issues of Rob Landers

## Detailed description When an object contains a `mixed` property containing an object, the property fails to serialize in `MixedExporter` due to not being an `array`, `int`, `float`, `bool`, or...

bug

There are two things here: 1. Per https://github.com/dunglas/frankenphp/pull/686#issuecomment-2018378525, we can let caddy handle the duplexity of http1. So the Caddyfile is updated to include this by default. - [x] check...

closes #365 This adds x-accel-redirect and friends by passing a "filter" to Frankenphp from Caddy. This "filter" allows us to halt output if we have a rewriting matcher that should...

### Describe you feature request **Is your feature request related to a problem? Please describe.** I was shoulder-surfing a colleague today while I had them install frankenphp for a quick...

enhancement

This is an issue to perform some "scientific" benchmarks, leveraging 20 years of finagling this stuff. Scientific is in quotes because I intend this to be a scientific endeavor, but...

documentation

Some signals appear to be getting held up somewhere, causing an eventual segfault. ``` cat /proc/5497/status | grep Sig 23cfdd722a8d: Sun Dec 24 20:04:39 2023 SigQ: 48523/63519

Running `CGO_CXXFLAGS=-fPIE CGO_CFLAGS=-fPIE CGO_LDFLAGS=-pie go test -buildmode=pie -v ./...` (`-race` is not compatible with `pie`) appears to be passing tests on x64 (local). Opening this PR to have it test...

Trebble factory exposes a single method: `create()` which is great when using SAPIs that support shutdown functions :) but causes a memory leak when the SAPI doesn't support shutdown functions....

When working on #62, I discovered there are some issues with implementing the consumer model as-is. Further, some "newer" features of NATs is not easily available (NAKs, ordered consumers, delayed...

This PR adds an async client (using amphp). First, take a look at the performance: | mode | pubs per sec | recv per sec | | --- | ---...