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-dev/scalar_objects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nikic/scalar_objects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 27, 2022

  1. PHP 8.1 is supported

    nikic committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    1122cb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Add github actions workflow

    inshopper authored and nikic committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    881e3e7 View commit details
    Browse the repository at this point in the history
  2. Initialize T for indirection function

    T is now used for internal functions as well.
    nikic committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    ee9c514 View commit details
    Browse the repository at this point in the history
  3. Initialize attributes for indirection function

    This become problematic in PHP 8.2, because attributes are checked
    during backtrace generation.
    nikic committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    12cf23c View commit details
    Browse the repository at this point in the history
  4. Fix behavior of string->chunk() for empty string

    This matches the PHP 8.2 str_split() behavior.
    nikic committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    14cef3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0f8669 View commit details
    Browse the repository at this point in the history
  6. Try to fix appveyor build

    This just copies the install.ps1 from apcu
    nikic committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    ad1d050 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Fix GCC 12 warning

    nikic committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2215966 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Add PHP 8.2 and PHP 8.3 to CI

    nikic committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    32066f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Add PHP 8.4 to CI matrix

    nikic committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    269d0f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. Add PHP 8.5 to CI matrix

    nikic committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    86dbcc0 View commit details
    Browse the repository at this point in the history
Loading