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: phpgt/Session
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: phpgt/Session
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 19 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 21, 2022

  1. feature: type safe getters

    closes #81
    Greg Bowler
    Greg Bowler committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    d14e7a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge branch 'master' of github.com:/PhpGt/Session

    � Conflicts:
    �	src/FileHandler.php
    �	src/Handler.php
    �	src/Session.php
    �	src/SessionStore.php
    Greg Bowler
    Greg Bowler committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    5925fd4 View commit details
    Browse the repository at this point in the history
  2. loosen type (can be array access)

    Greg Bowler
    Greg Bowler committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    9ae1475 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Merge branch 'master' of github.com:/PhpGt/Session

    � Conflicts:
    �	composer.lock
    Greg Bowler
    Greg Bowler committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8a4d106 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Merge branch 'master' of github.com:/PhpGt/Session

    Greg Bowler
    Greg Bowler committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    65b7465 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge branch 'master' of github.com:/PhpGt/Session

    Greg Bowler
    Greg Bowler committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b101e75 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:/PhpGt/Session

    Greg Bowler
    Greg Bowler committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    06ad63c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Merge branch 'master' of github.com:/PhpGt/Session

    Greg Bowler
    Greg Bowler committed May 26, 2023
    Configuration menu
    Copy the full SHA
    97c84ff View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

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

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    abefa1e View commit details
    Browse the repository at this point in the history
  2. Iterable session store (#254)

    * feature: type safe getters
    closes #81
    
    * loosen type (can be array access)
    
    * feature: implement countable
    closes #12
    
    * ci: improve ci, fix security vulnerability
    
    * build: bump deps
    
    * tidy: fix deprecations
    
    * tidy: refactor classes from static analysis
    
    * feature: Iterable SessionStore
    closes #11
    
    ---------
    
    Co-authored-by: Greg Bowler <greg.bowler@g105b.com>
    g105b and Greg Bowler authored May 5, 2025
    Configuration menu
    Copy the full SHA
    02bec9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1054c6d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Flash session (#255)

    * feature: type safe getters
    closes #81
    
    * loosen type (can be array access)
    
    * feature: flash sessions
    closes #3
    
    * tweak: check offset before getting offset (suppress php warning)
    
    ---------
    
    Co-authored-by: Greg Bowler <greg.bowler@g105b.com>
    g105b and Greg Bowler authored May 7, 2025
    Configuration menu
    Copy the full SHA
    5562c3e View commit details
    Browse the repository at this point in the history
  2. Upgrade PHPMD CI (#256)

    * feature: type safe getters
    closes #81
    
    * loosen type (can be array access)
    
    * feature: flash sessions
    closes #3
    
    * tweak: check offset before getting offset (suppress php warning)
    
    * ci: use phpmd@v2
    
    ---------
    
    Co-authored-by: Greg Bowler <greg.bowler@g105b.com>
    g105b and Greg Bowler authored May 7, 2025
    Configuration menu
    Copy the full SHA
    3ad0bb5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Bump phpstan/phpstan from 1.12.25 to 2.1.14 (#257)

    Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.25 to 2.1.14.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
    - [Commits](phpstan/phpstan@1.12.25...2.1.14)
    
    ---
    updated-dependencies:
    - dependency-name: phpstan/phpstan
      dependency-version: 2.1.14
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2025
    Configuration menu
    Copy the full SHA
    bb3c8aa View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    cdbb12c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a5fdb9 View commit details
    Browse the repository at this point in the history
  3. tweak: improve static analysis

    g105b committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    01b718a View commit details
    Browse the repository at this point in the history
  4. tweak: remove obsolete test

    g105b committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    ddf4b53 View commit details
    Browse the repository at this point in the history
Loading