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: php/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: PHP-8.5.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 9, 2025

  1. Fix GH-20603 issue on windows 32 bits.

    the timeout needed to be unsigned.
    
    close GH-20634
    devnexen authored and edorian committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    671f95e View commit details
    Browse the repository at this point in the history
  2. uri: Update to uriparser-0.9.9-79-gf47a7f0 (#20671)

    This is in preparation of importing a fix for the uriparser/uriparser#282
    security issue, which will likely depend on this refactoring to cleanly apply.
    TimWolla authored and edorian committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    3ae61e4 View commit details
    Browse the repository at this point in the history
  3. Fix GH-20553: PDO::FETCH_CLASSTYPE ignores $constructorArgs in PHP 8.5.0

    We must assign the ctor_arguments regardless of modes.
    This regression was introduced during the refactoring of PDO's internals
    
    Closes GH-20595
    Girgias authored and edorian committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    b9d7268 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb617f3 View commit details
    Browse the repository at this point in the history
Loading