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: symfony/ldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.8
Choose a base ref
...
head repository: symfony/ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.10
Choose a head ref
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 6, 2026

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

Commits on Apr 13, 2026

  1. Configuration menu
    Copy the full SHA
    0f97069 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.4

    * 6.4:
      CS fixes - native_function_invocation & static_lambda
      Backport some CS fixes from 7.4
    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    52d7fc4 View commit details
    Browse the repository at this point in the history
  3. More CS fixes

    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    74d37f8 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.4

    * 6.4:
      More CS fixes
    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    178f35b View commit details
    Browse the repository at this point in the history
  5. CS fixes

    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    401cb32 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

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

Commits on May 2, 2026

  1. [Ldap] Cast default network_timeout to int

    `ini_get('default_socket_timeout')` returns a string. PHP 8.4's ext-ldap
    strictly requires an int for `LDAP_OPT_NETWORK_TIMEOUT`, so binding fails
    with `Could not set value "60" for option "network_timeout"` whenever the
    fallback is used (i.e. the user did not set `network_timeout` explicitly).
    
    Casting the value to int when storing the default fixes the regression on
    PHP 8.4 while remaining a no-op on prior versions.
    ousamabenyounes committed May 2, 2026
    Configuration menu
    Copy the full SHA
    f34c07d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. Merge branch '6.4' into 7.4

    * 6.4:
      [Translation] URL-encode tmp path in XliffUtils::shouldEnableEntityLoader
      [RateLimiter] Carry over reserved tokens past fixed window resets
      [Security] Document that AbstractLoginFormAuthenticator::getLoginUrl() must return a path
      [Ldap] Cast default network_timeout to int
      Bump Symfony version to 6.4.38
      Update VERSION for 6.4.37
      Update CONTRIBUTORS for 6.4.37
      Update CHANGELOG for 6.4.37
    nicolas-grekas committed May 4, 2026
    Configuration menu
    Copy the full SHA
    bba9e53 View commit details
    Browse the repository at this point in the history
Loading