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/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bukka/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fpm_gh18956_request_active_decrement_debug
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 30, 2025

  1. Fix GH-18956: PHP-FPM Process Count Inconsistencies

    This fixes incorrect decrement of the active number of processes. This
    was done in accepting stage before incrementing which is problematic if
    there are already some running processes as it decrements their number
    first and result in incorrect total (lower than the actual number).
    
    In addition it also fixes GH-14212 as accept is done just once for
    keepalive connection so in this case the number of active connection
    just increasing with each request.
    
    Closes GH-19191
    bukka committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    de7541c View commit details
    Browse the repository at this point in the history
  2. Add debug logs for FPM states

    bukka committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    5058685 View commit details
    Browse the repository at this point in the history
Loading