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: guanguans/soar-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.1
Choose a base ref
...
head repository: guanguans/soar-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 3, 2025

  1. chore(release): 7.0.1

    guanguans committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    0bd3a5d View commit details
    Browse the repository at this point in the history
  2. feat(HasSudoPassword): Add withoutSudoPassword method to clear sudo p…

    …assword
    
    - Add withoutSudoPassword() to clear the sudo password by delegating to withSudoPassword(null)
    - Update tests to ensure withoutSudoPassword() yields a null sudo password before setting a new one
    - Preserve fluent interface by returning self from the new method
    - Provide clearer, explicit API for removing the sudo password when needed
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    2fd77fa View commit details
    Browse the repository at this point in the history
  3. fix(HasSudoPassword): Refine sudo password application condition

    - Enhance the condition for applying the sudo password to exclude specific PHP SAPI environments.
    - This change prevents unnecessary sudo password application in CLI and embedded contexts.
    
    Signed-off-by: guanguans <[email protected]>
    guanguans committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    842a824 View commit details
    Browse the repository at this point in the history
Loading