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: devnexen/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.
  • 14 commits
  • 15 files changed
  • 4 contributors

Commits on Apr 22, 2025

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

Commits on Apr 23, 2025

  1. Configuration menu
    Copy the full SHA
    c668ed4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      [skip ci] NEWS for php#18317
    SakiTakamachi committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    8f8accf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'PHP-8.4'

    * PHP-8.4:
      [skip ci] NEWS for php#18317
    SakiTakamachi committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    7ac1b0c View commit details
    Browse the repository at this point in the history
  4. Drop tidyp from FreeBSD build

    It looks like it's no longer supported. We don't test tidy on FreeBSD
    anyway.
    iluuu1994 committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    35936bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fdd3ed View commit details
    Browse the repository at this point in the history
  6. Merge branch 'PHP-8.1' into PHP-8.2

    * PHP-8.1:
      backporting C++17 detection support for recent icu4c releases.
      Drop tidyp from FreeBSD build
    iluuu1994 committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    8e53349 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'PHP-8.2' into PHP-8.3

    * PHP-8.2:
      backporting C++17 detection support for recent icu4c releases.
      Drop tidyp from FreeBSD build
    iluuu1994 committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    041abec View commit details
    Browse the repository at this point in the history
  8. Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      backporting C++17 detection support for recent icu4c releases.
      Drop tidyp from FreeBSD build
    iluuu1994 committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    f2db594 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'PHP-8.4'

    * PHP-8.4:
      backporting C++17 detection support for recent icu4c releases.
      Drop tidyp from FreeBSD build
    iluuu1994 committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    d366996 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2bba3dc View commit details
    Browse the repository at this point in the history
  11. Merge branch 'PHP-8.4'

    * PHP-8.4:
      [skip ci] NEWS for php#18317
    SakiTakamachi committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    acd4b81 View commit details
    Browse the repository at this point in the history
  12. fileinfo: Remove php_fileinfo struct (php#18398)

    * fileinfo: Remove `php_fileinfo` struct
    
    This is just a needless layer of indirection and requires an additional
    allocation.
    
    * fileinfo: Remove options field from `finfo_object`
    
    This was only required to restore the original options when options are given
    for `finfo_file()` or `finfo_buffer()`. This can more reliably be achieved
    using `magic_getflags()` and is therefore redundant.
    
    * fileinfo: Preserve error for uninitialized `finfo` objects
    TimWolla authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    7e15a07 View commit details
    Browse the repository at this point in the history
  13. fileinfo: Show libmagic version with . in PHPInfo output (php#18399)

    This makes the output in PHPInfo a little more readable.
    TimWolla authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    00affe4 View commit details
    Browse the repository at this point in the history
Loading