Skip to content

v1.11.2

Choose a tag to compare

@dunglas dunglas released this 12 Feb 12:32
· 142 commits to main since this release
v1.11.2
3aa71fd

Important

Security Update: This release addresses three security vulnerabilities, including a critical path confusion issue allowing arbitrary file execution and a session leak in worker mode. Immediate upgrade is strongly recommended.

Beyond security, this release delivers significant performance improvements by upgrading the compiler to Go 1.26. Users can expect a 10-40% faster Garbage Collector and ~30% faster CGO calls, resulting in significantly reduced latency for PHP applications.

We have also improved stability by addressing race conditions during shutdown, resolving segmentation faults in edge cases (such as early shutdown or specific extension registrations), and refining the handling of $_SERVER and HTTP Basic Auth.

What's Changed

🛡️ Security Fixes

🐛 Bug Fixes

🚀 Performance Improvements

✨ New Features

Documentation

Note

Translations are now automated using an LLM.

New Contributors

Full Changelog: v1.11.1...v1.11.2