chore(deps): update dunglas/frankenphp docker tag to v1.12.0#8
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dunglas/frankenphp docker tag to v1.12.0#8renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
b89d5e5 to
9b0a13f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.10.1→1.12.01.10.1-php8.4→1.12.0-php8.4Release Notes
php/frankenphp (dunglas/frankenphp)
v1.12.0Compare Source
What's Changed
Official, native Windows support has arrived!
This highly anticipated release brings 100% compatibility, Worker Mode, and Hot Reloading to Windows, delivering up to a 3.6x performance boost over traditional Nginx/PHP-FPM setups. Thanks to new compiler capabilities in Go 1.26, FrankenPHP now links directly against official Visual Studio-compiled PHP binaries for ultimate stability and full extension support.
Huge thanks to Intelligence X and Les-Tilleuls.coop for sponsoring this milestone.
Learn more about the story of the Windows port in this dedicated blog post.
This version also includes some performance optimizations and Caddy 2.11.2.
✨ New Features
max_idle_timefor autoscaled threads by @firecow in #2225🚀 Performance Improvements
📖 Documentation
New Contributors
Full Changelog: php/frankenphp@v1.11.3...v1.12.0
v1.11.3Compare Source
This release restores application stability by reverting the unreliable worker mode INI reset introduced in version 1.11.2, upgrades Caddy to 2.11, and bumps the PHP version included in static binaries to PHP 8.5 to deliver new language features and performance gains, though the MS SQL Server and memcache extensions have been temporarily removed due to 8.5 incompatibility.
What's Changed
🐛 Bug Fixes
nomercuretag usage by @tehmaestro in #2212✨ New Features
Documentation
New Contributors
Full Changelog: v1.11.2...v1.11.3
v1.11.2Compare Source
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
$_SERVERand HTTP Basic Auth.What's Changed
🛡️ Security Fixes
🐛 Bug Fixes
$_SERVER['PHP_SELF']always starts with a slash by @dunglas in #2172$_REQUESTcorrectly in worker mode by @xavierleune in #2136$_SESSIONif changed during a worker request by @xavierleune in #2139SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULESunconditionally by @henderkes in #2135installed.jsonby @Jellyfrog in #2127🚀 Performance Improvements
✨ New Features
Documentation
New Contributors
Full Changelog: php/frankenphp@v1.11.1...v1.11.2
v1.11.1Compare Source
What's Changed
frankenphp_log()level parameter must be optional by @dunglas in #2085New Contributors
Full Changelog: php/frankenphp@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
frankenphp_log()PHP function to emit structured logs by @raphaelcoeffic in #1979IsPackedto help dealing with hashmaps and lists in Go code by @alexandre-daubois in #1977Caddyfileby @dunglas in #2065REGISTER(_NS)_BOOL_CONSTANTby @alexandre-daubois in #2047RETURN_EMPTY_STRING()when returning empty string by @alexandre-daubois in #2049New Contributors
Full Changelog: php/frankenphp@v1.10.1...v1.11.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.