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-ds/ext-ds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: php-ds/ext-ds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 5 contributors

Commits on Feb 28, 2024

  1. Fix #206: Null coalescing operator on Vector make search failed

    This happens because php_ds_vector_read_dimension makes a REF from the value
    when type is not BP_VAR_R. So when the type is BP_VAR_IS then we see the first
    element becomes a reference. You can see this when doing var_dump.
    ndossche committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    53b5793 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #207 from nielsdos/fix-206

    Fix #206: Null coalescing operator on Vector make search failed
    rtheunissen authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5f8915d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. feat: add php 8.4

    simPod committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    b029c3e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Fix docs link in readme

    nbro authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    85bc763 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #209 from nbro/patch-1

    Fix docs link in readme
    rtheunissen authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    545affe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #208 from simPod/84

    feat: add php 8.4
    rtheunissen authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    da4d2f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. ci: migrate to shivammathur/setup-php

    - simplify CI setup workflow
    - migrate off of php-build since it still does not provide php 8.4
    - use shivammathur/setup-php
    - use ramsey/composer-install
    simPod committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    86ff123 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Merge pull request #211 from simPod/build

    Migrate to shivammathur/setup-php, finally run on php8.4 and make CI pass
    rtheunissen authored May 2, 2025
    Configuration menu
    Copy the full SHA
    75157d7 View commit details
    Browse the repository at this point in the history
  2. v1.6.0

    Rudi Theunissen committed May 2, 2025
    Configuration menu
    Copy the full SHA
    118c06b View commit details
    Browse the repository at this point in the history
Loading