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: turkdevops/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: php/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 27, 2025

  1. ext/zip: code refactoring.

    - change few helpers signatures.
    - ZipArchive::extractTo now accepts only string entries for the files
      list.
    
    close phpGH-20218
    devnexen committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    6c14020 View commit details
    Browse the repository at this point in the history
  2. [skip ci] Unparallelize imap

    It's removed for PHP 8.4 anyway, and still regularly causes "Mailbox already
    exists" errors despite the flaky flag.
    iluuu1994 committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    20654ce View commit details
    Browse the repository at this point in the history
  3. Merge branch 'PHP-8.1' into PHP-8.2

    * PHP-8.1:
      [skip ci] Unparallelize imap
    iluuu1994 committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    fc1bc9c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'PHP-8.2' into PHP-8.3

    * PHP-8.2:
      [skip ci] Unparallelize imap
    iluuu1994 committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    76e26c6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      [skip ci] Unparallelize imap
    iluuu1994 committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    7c483c1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      [skip ci] Unparallelize imap
    iluuu1994 committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    6fd6de3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'PHP-8.5'

    * PHP-8.5:
      [skip ci] Unparallelize imap
    iluuu1994 committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    be1993b View commit details
    Browse the repository at this point in the history
Loading