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/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.3
Choose a base ref
...
head repository: nette/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 252 files changed
  • 1 contributor

Commits on May 11, 2026

  1. updated phpstan baseline

    dg committed May 11, 2026
    Configuration menu
    Copy the full SHA
    43e584c View commit details
    Browse the repository at this point in the history
  2. singleline declare statements

    dg committed May 11, 2026
    Configuration menu
    Copy the full SHA
    1275e89 View commit details
    Browse the repository at this point in the history
  3. improved phpDoc types

    dg committed May 11, 2026
    Configuration menu
    Copy the full SHA
    6b26ae0 View commit details
    Browse the repository at this point in the history
  4. improved PHPDoc descriptions

    dg committed May 11, 2026
    Configuration menu
    Copy the full SHA
    72ad323 View commit details
    Browse the repository at this point in the history
  5. updated github actions

    dg committed May 11, 2026
    Configuration menu
    Copy the full SHA
    34f5290 View commit details
    Browse the repository at this point in the history
  6. updated ncs.xml

    dg committed May 11, 2026
    Configuration menu
    Copy the full SHA
    9dba8d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbcb632 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f233611 View commit details
    Browse the repository at this point in the history
  9. added Process

    dg committed May 11, 2026
    Configuration menu
    Copy the full SHA
    7da6c39 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. Process: captured output uses pipes on Windows since PHP 8.5

    PHP 8.5 fixed stream_select() to work with proc_open() pipes on Windows
    (PeekNamedPipe fix), so the temporary-file workaround for non-blocking
    reads is no longer needed there - anonymous pipes are read in chunks
    guarded by stream_select(). The temp-file fallback is kept for Windows
    < 8.5.
    dg committed May 12, 2026
    Configuration menu
    Copy the full SHA
    39860d6 View commit details
    Browse the repository at this point in the history
  2. added CLAUDE.md

    dg committed May 12, 2026
    Configuration menu
    Copy the full SHA
    d179860 View commit details
    Browse the repository at this point in the history
Loading