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/setup-php-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9
Choose a base ref
...
head repository: php/setup-php-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    8d9e79b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Close #8: Implement caching (#14)

    For now we cache only the PHP SDK, the PHP binaries and the development
    packs.  This already greatly improves the setup performance (it might
    easily safe a minute or two, in case of cache hits).  To be able to use
    the current PHP revision as part of the cache key, we factor out
    determine-revision.ps1.  We create a separate cache for the PHP-SDK
    since this likely rarely changes, and since the cached variant is
    apparently much faster than fetching a GH release of the PHP-SDK.
    
    Since clients may not want to use the cache, possibly because they have
    already a lot of other files in their caches, we explicitly require
    clients to opt-in via the `cache` input parameter.
    cmb69 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d07cd98 View commit details
    Browse the repository at this point in the history
  2. Close #3: Improve error message for "toolset not available"

    Besides a slight improvement to the error message, we also fix the
    outdated documentation in README.md.
    cmb69 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    aeb631f View commit details
    Browse the repository at this point in the history
Loading