Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php/frankenphp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.2
Choose a base ref
...
head repository: php/frankenphp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.3
Choose a head ref
  • 19 commits
  • 32 files changed
  • 8 contributors

Commits on Feb 16, 2026

  1. ci: fix Docker builds

    dunglas committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    86539ff View commit details
    Browse the repository at this point in the history
  2. 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]>
    henderkes authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    f068912 View commit details
    Browse the repository at this point in the history
  3. ci: fix static builds

    dunglas committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    832b3b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Configuration menu
    Copy the full SHA
    0febfae View commit details
    Browse the repository at this point in the history
  2. chore: fix golangci-lint

    dunglas committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    abba64b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    151ea1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb3f730 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Configuration menu
    Copy the full SHA
    7c563d2 View commit details
    Browse the repository at this point in the history
  2. 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]>
    AlliBalliBaba and henderkes authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    b02d99a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Update static binary PHP version to 8.5 (#2168)

    Signed-off-by: Marc <[email protected]>
    henderkes authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    f388348 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. Upgrade to Cady v2.11.1 (#2214)

    fixes failing integration tests and closes
    #2213
    henderkes authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    2bdf858 View commit details
    Browse the repository at this point in the history
  2. 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]>
    withinboredom authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    755db86 View commit details
    Browse the repository at this point in the history
  3. chore: run go fmt (#2211)

    A few files were not formatted correctly.
    
    Signed-off-by: Robert Landers <[email protected]>
    Co-authored-by: Marc <[email protected]>
    withinboredom and henderkes authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    6d86ea8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. Configuration menu
    Copy the full SHA
    0dd485c View commit details
    Browse the repository at this point in the history
  2. 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]>
    tehmaestro and AlliBalliBaba authored Feb 22, 2026
    Configuration menu
    Copy the full SHA
    c99b6db View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. 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]>
    dunglas and claude committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    036aa2b View commit details
    Browse the repository at this point in the history
  2. 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]>
    3 people committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    681aae6 View commit details
    Browse the repository at this point in the history
  3. chore: bump deps

    dunglas committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    f434f5e View commit details
    Browse the repository at this point in the history
  4. chore: prepare release 1.11.3

    dunglas committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    bf30297 View commit details
    Browse the repository at this point in the history
Loading