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: open-telemetry/opentelemetry-php-instrumentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.2
Choose a base ref
...
head repository: open-telemetry/opentelemetry-php-instrumentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.3
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 6, 2025

  1. initial PIE (php extension installer) support (#163)

    * initial PIE (php extension installer) support
    this should work for linux, but it looks like some rework is required for windows
    * pie for windows
    follow the naming convention from https://github.com/php/pie/blob/main/docs/extension-maintainers.md#windows-support
    brettmc authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    47fc21c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Add windows static build support (#164)

    * Add windows static build support
    
    * Fix tsrmls cache init bug
    
    * Add tsrm update in MINIT insteadof GINIT
    
    Reference: https://www.zend.com/sites/zend/files/pdfs/whitepaper-zend-php-extensions.pdf
    crazywhalecc authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    e8f494a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Add FOSSA scanning workflow (#165)

    Co-authored-by: otelbot <[email protected]>
    opentelemetrybot and otelbot[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    80ff53e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Add ossf-scorecard scanning workflow (#166)

    * Add ossf-scorecard scanning workflow
    
    * Add end of file newline
    
    ---------
    
    Co-authored-by: otelbot <[email protected]>
    opentelemetrybot and otelbot[bot] authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    7d6e445 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. 1.1.3 release prep (#167)

    brettmc authored May 14, 2025
    Configuration menu
    Copy the full SHA
    8bc7f16 View commit details
    Browse the repository at this point in the history
Loading