-
Notifications
You must be signed in to change notification settings - Fork 461
Comparing changes
Open a pull request
base repository: php/frankenphp
base: v1.11.2
head repository: php/frankenphp
compare: v1.11.3
- 19 commits
- 32 files changed
- 8 contributors
Commits on Feb 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 86539ff - Browse repository at this point
Copy the full SHA 86539ffView commit details -
Add restart policies to frankenphp service (#2191)
interestingly Caddy doesn't have restart policies defined - we can't afford this as php may segfault --------- Signed-off-by: Marc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f068912 - Browse repository at this point
Copy the full SHA f068912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 832b3b5 - Browse repository at this point
Copy the full SHA 832b3b5View commit details
Commits on Feb 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0febfae - Browse repository at this point
Copy the full SHA 0febfaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for abba64b - Browse repository at this point
Copy the full SHA abba64bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 151ea1c - Browse repository at this point
Copy the full SHA 151ea1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3f730 - Browse repository at this point
Copy the full SHA bb3f730View commit details
Commits on Feb 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7c563d2 - Browse repository at this point
Copy the full SHA 7c563d2View commit details -
feat: always ignore user abort (#2189)
Automatically sets `ignore_user_abort` to true in worker mode as mentioned in #2186, removing the requirement to change it via ini. Would also be possible to expose something like an explicit `frankenphp_client_has_closed()` function for in-between critical sections. --------- Co-authored-by: Marc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b02d99a - Browse repository at this point
Copy the full SHA b02d99aView commit details
Commits on Feb 20, 2026
-
Update static binary PHP version to 8.5 (#2168)
Signed-off-by: Marc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f388348 - Browse repository at this point
Copy the full SHA f388348View commit details
Commits on Feb 21, 2026
-
Upgrade to Cady v2.11.1 (#2214)
fixes failing integration tests and closes #2213
Configuration menu - View commit details
-
Copy full SHA for 2bdf858 - Browse repository at this point
Copy the full SHA 2bdf858View commit details -
metrics: only report workers ready when actually ready (#2210)
In #2205 it appears that workers could be reported in metrics as "ready" before they are actually ready. This changes the reporting so that workers are only reported ready once they have completed booting. Signed-off-by: Robert Landers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 755db86 - Browse repository at this point
Copy the full SHA 755db86View commit details -
A few files were not formatted correctly. Signed-off-by: Robert Landers <[email protected]> Co-authored-by: Marc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d86ea8 - Browse repository at this point
Copy the full SHA 6d86ea8View commit details
Commits on Feb 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0dd485c - Browse repository at this point
Copy the full SHA 0dd485cView commit details -
fix: nomercure build tag (#2212)
- Fixes nomercure tag build - Conditionally addds the mercure route and mercure project import Fixes #2209 I am by no means a go developer, feel free to use this or not :) --------- Signed-off-by: tehmaestro <[email protected]> Co-authored-by: Alexander Stecher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c99b6db - Browse repository at this point
Copy the full SHA c99b6dbView commit details
Commits on Feb 23, 2026
-
fix: work around GCC 12 false positive when building watcher on i386
GCC 12 on Debian Bookworm i386 emits a spurious -Werror=use-after-free in libstdc++ basic_string.h when compiling e-dant/watcher, causing Docker builds to fail. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 036aa2b - Browse repository at this point
Copy the full SHA 036aa2bView commit details -
fix(worker): revert ini reset, keep session fixes (#2139)
Revert the INI snapshot/restore mechanism from #2139 which caused issues with frameworks that lazily set ini values like session.save_path (#2185). Replace the session handler snapshot/restore with a simpler direct session state reset from #2193, which preserves mod_user_names across requests without requiring session module reload. Co-Authored-By: Xavier Leune <[email protected]> Co-Authored-By: Claude Opus 4.6 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 681aae6 - Browse repository at this point
Copy the full SHA 681aae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f434f5e - Browse repository at this point
Copy the full SHA f434f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf30297 - Browse repository at this point
Copy the full SHA bf30297View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.2...v1.11.3