Comparing v0.24.2...master · tree-sitter/tree-sitter-php · GitHub
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: tree-sitter/tree-sitter-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.2
Choose a base ref
...
head repository: tree-sitter/tree-sitter-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 17 files changed
  • 4 contributors

Commits on Sep 8, 2025

  1. build(deps): bump actions/setup-node from 4 to 5

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and calebdw committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    9d7d6f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. build(deps): bump tree-sitter/parser-test-action from 2 to 3

    Bumps [tree-sitter/parser-test-action](https://github.com/tree-sitter/parser-test-action) from 2 to 3.
    - [Release notes](https://github.com/tree-sitter/parser-test-action/releases)
    - [Commits](tree-sitter/parser-test-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: tree-sitter/parser-test-action
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and calebdw committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    9a85df2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. build(deps): bump actions/setup-node from 5 to 6

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and calebdw committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    de11d0b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. build(deps): bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and calebdw committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    7d07b41 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Configuration menu
    Copy the full SHA
    8b7d062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f440d37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    734cdda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f30145 View commit details
    Browse the repository at this point in the history
  5. feat: support pfa

    calebdw committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    9036b40 View commit details
    Browse the repository at this point in the history
  6. chore: generate

    calebdw committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    264b16b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e68b72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    015ce83 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. feat: support asymmetric visibility in constructor promotion

    PHP 8.4 allows asymmetric visibility on constructor promoted
    properties (e.g. `public private(set) string $name`), but the
    grammar only accepted a single visibility modifier in
    `property_promotion_parameter`. This adds an optional
    `set_visibility` field for the second modifier.
    hbtweb authored and calebdw committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    9700857 View commit details
    Browse the repository at this point in the history
  2. chore: generate

    hbtweb authored and calebdw committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    3f2465c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. build(deps): bump actions/checkout from 6 to 7

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and calebdw committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    3821698 View commit details
    Browse the repository at this point in the history
Loading