COMMITS
/ worker_test.go February 26, 2026
A
perf: move sandboxed environment to the C side (#2058)
Alexander Stecher committed
February 19, 2026
A
feat: always ignore user abort (#2189)
Alexander Stecher committed
December 15, 2025
R
feat: add support for structured logging with the `frankenphp_log()` PHP function (#1979)
Raphael Coeffic committed
June 30, 2025
A
feat(worker): make maximum consecutive failures configurable (#1692)
Alexandre Daubois committed
April 29, 2025
A
fix: disallow 2 workers with same filename (#1492)
Alexander Stecher committed
April 26, 2025
I
feat: replace zap with slog (#1527)
Indra Gunawan committed
April 17, 2025
K
chore!: update to golangci-lint-action 7 (#1508)
Kévin Dunglas committed
March 22, 2025
I
feat: introduces worker name option, use label on worker metrics instead (#1376)
Indra Gunawan committed
January 20, 2025
V
chore: fix typos (#1328)
Viktor Szépe committed
November 4, 2024
K
chore: bump deps and misc improvements (#1135)
Kévin Dunglas committed
October 15, 2024
A
perf: only import os environment variables once per worker thread (#1080)
Alexander Stecher committed
October 7, 2024
A
feat: restart workers when on source changes (#1013)
Alexander Stecher committed
August 27, 2024
K
perf: prevent useless logger allocs
Kévin Dunglas committed
June 23, 2024
K
fix(caddy): incorrectly prepared environment variables when not using Caddyfile
Kévin Dunglas committed
June 5, 2024
K
fix: superglobals-realated crash with custom extensions in worker mode (#796)
Kévin Dunglas committed
March 12, 2024
K
perf: reduce allocs when creating $_SERVER (#540)
Kévin Dunglas committed
November 12, 2023
K
refactor: faster $_SERVER variables creation
Kévin Dunglas committed
September 15, 2023
K
feat: allow passing env vars to workers (#210)
Kévin Dunglas committed
March 5, 2023
K
feat: add support for PHP timeouts on Linux (#128)
Kévin Dunglas committed
November 14, 2022
K
fix: ensure there is always a free thread for non-worker scripts (#105)
Kévin Dunglas committed
October 21, 2022
K
fix: prevent panic when restarting crashed worker (#49)
Kévin Dunglas committed
October 15, 2022
K
docs: improve docs of the Go module (#25)
Kévin Dunglas committed
October 4, 2022
K
feat: use Zap for logging
Kévin Dunglas committed
K
feat: use threads instead of GoRoutines (#6)
Kévin Dunglas committed
June 3, 2022
K
fix: fix thread safety issues (#5)
Kévin Dunglas committed
May 23, 2022
K
test: ensure memory safety when handling parallel requests (#3)
Kévin Dunglas committed
May 20, 2022
K
docs: add examples
Kévin Dunglas committed
May 18, 2022
K
feat: add a woker mode (#1)
Kévin Dunglas committed