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: brefphp/extra-php-extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.8
Choose a base ref
...
head repository: brefphp/extra-php-extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.9
Choose a head ref
  • 15 commits
  • 6 files changed
  • 7 contributors

Commits on Jun 2, 2026

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

Commits on Jun 18, 2026

  1. Resolve latest stable Relay version and add arm64 support

    - Default RELAY_VERSION to empty; when unset, resolve the latest stable
      release from https://builds.r2.relay.so/meta/latest instead of pinning 0.9.1.
    - Download the Relay build matching the host architecture by deriving the
      suffix from `uname -m` (x86_64 -> x86-64, aarch64 stays aarch64).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    tillkruss and claude committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    d911b4f View commit details
    Browse the repository at this point in the history
  2. wording

    tillkruss authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    dfb8247 View commit details
    Browse the repository at this point in the history
  3. Build relay on Amazon Linux 2023 with PHP 8.5 and Relay's OpenSSL 3 b…

    …uild
    
    - Bump the base image to ":3" (Amazon Linux 2023 — glibc 2.34, OpenSSL 3) and
      enable the layer for PHP 8.2-8.5 in config.json (it was empty, so the layer
      was never built or published).
    - Switch from Relay's "centos7" build to its "el9" build, which links the
      system OpenSSL 3 / glibc already shipped by the AL2023 base image and the Bref
      runtime.
    - Drop the custom OpenSSL 1.1 compilation (and CA bundle). It existed only
      because the old centos7 build needed OpenSSL 1.1; the el9 build uses the
      system libssl.so.3 / libcrypto.so.3, which copy-dependencies bundles into the
      layer. This also removes the slowest step of the build.
    
    Verified locally with `make test layer=relay php_versions=85`: the extension
    loads on the bref/php-85 runtime, \Relay\Relay is available, and `php -v` is
    clean.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    tillkruss and claude committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    ca5a4fc View commit details
    Browse the repository at this point in the history
  4. Readme: point the Relay table row at php-82

    Relay is built for PHP 8.2-8.5, so relay-php-81 doesn't exist. Use the
    lowest built version (matching e.g. the Oracle oci8-php-83 row).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    tillkruss and claude committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    b58bcbc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

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

Commits on Jun 25, 2026

  1. Merge pull request #666 from deminy/ext-bsdiff-v0.2.1

    upgrade the bsdiff extension to v0.2.1, with PHP 8.5 support added
    mnapoli authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    bca6835 View commit details
    Browse the repository at this point in the history
  2. Update Blackfire extension

    bref-bot committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    8162c3e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #664 from ZachAtLevno/feature/update-datadog-layer…

    …-to-1.20.0
    
    Update Datadog layer to use dd-trace-php v1.20.0
    mnapoli authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    5516d92 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #662 from brefphp/blackfire-update

    Update Blackfire extension
    mnapoli authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    b740f74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d27fe68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    267dece View commit details
    Browse the repository at this point in the history
  7. Merge pull request #667 from brefphp/revert-664-feature/update-datado…

    …g-layer-to-1.20.0
    
    Revert "Update Datadog layer to use dd-trace-php v1.20.0"
    mnapoli authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    89bcc84 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #665 from tillkruss/relay-latest-version

    relay: latest version by default, arm64-ready, build on AL2023 + OpenSSL 3
    mnapoli authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    0a6c4e2 View commit details
    Browse the repository at this point in the history
  9. Update layer versions

    bref-bot committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    e2ef5a7 View commit details
    Browse the repository at this point in the history
Loading