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: jamespack/php-sdk-binary-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 69e50fe
Choose a base ref
...
head repository: php/php-sdk-binary-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7f8df69
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 19, 2024

  1. Replace WMIC with PowerShell for CPU architecture detection (php#40)

    - Replace deprecated WMIC command with modern PowerShell
    - Use Get-CimInstance instead of WMIC to access Win32_Processor
    - Maintain compatibility with existing code by keeping same output format
    - Improve compatibility with newer Windows versions
    - No changes to core program logic
    
    We also update to 2.4.0-dev.
    
    Closes php#41.
    tahaghafuri authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    311bc6d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Update to 7zip 24.09

    Closes phpGH-42.
    cmb69 committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    7f8df69 View commit details
    Browse the repository at this point in the history
Loading