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: nette/safe-stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: nette/safe-stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 15, 2019

  1. Typo

    OskarStark authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    41a55b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. travis: added PHP 7.4

    dg committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    8571a20 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. composer: added PHPStan

    dg committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    73e8e27 View commit details
    Browse the repository at this point in the history
  2. typos

    dg committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    37adccf View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. composer: license clarification

    dg committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    12137bd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

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

Commits on Mar 16, 2020

  1. added stream_set_option for PHP 7.4 compatibility (#9)

    In PHP 7.4 there is stream_set_option called when using own stream wrapper in include / require statements.
    According to https://bugs.php.net/bug.php?id=78375 and php/php-src@8a4171a empty implementation is sufficient.
    kratkyzobak authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    ae6f314 View commit details
    Browse the repository at this point in the history
Loading