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: FriendsOfSymfony1/symfony1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.18
Choose a base ref
...
head repository: FriendsOfSymfony1/symfony1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.19
Choose a head ref
  • 18 commits
  • 591 files changed
  • 2 contributors

Commits on Mar 13, 2024

  1. Sync changelog with latest releases (#337)

    * Sync changelog with latest releases
    thePanz authored Mar 13, 2024
    Copy the full SHA
    146806f View commit details

Commits on Mar 14, 2024

  1. Copy the full SHA
    b74c8d7 View commit details
  2. Remove(legacy): drop sfAPCCache cache as apc extension does not exist…

    … anymore
    
    Please use sfAPCUCache instead
    thePanz committed Mar 14, 2024
    Copy the full SHA
    c40ce1e View commit details
  3. Copy the full SHA
    a810c4d View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f1df8ba View commit details
  5. Remove(legacy): delete checks for 'magic_quotes_gpc' and 'register_gl…

    …obals' ini settings, as removed on PHP v5.4
    thePanz committed Mar 14, 2024
    Copy the full SHA
    e47ec1d View commit details
  6. Remove(legacy): delete EAccelerator cache, the extension is not exist…

    …ing for php v7.4
    
    See: https://github.com/eaccelerator/eaccelerator, where the following
    message is shown:
    
    > This project is deprecated and does not work with anything newer than PHP 5.3.
    > Please use a recent version of PHP with OPcache instead!
    thePanz committed Mar 14, 2024
    Copy the full SHA
    04ec0aa View commit details
  7. Copy the full SHA
    019e25d View commit details
  8. Copy the full SHA
    2b5a586 View commit details
  9. Copy the full SHA
    4cab155 View commit details
  10. Copy the full SHA
    64d9fc0 View commit details
  11. Remove(legacy): drop PHP v5.3 check on sfRoute

    This removes a preliminary fix for a legacy PHP 5.3. issue with regexp excaping
    PHP bug reference: http://bugs.php.net/bug.php?id=47229
    thePanz committed Mar 14, 2024
    Copy the full SHA
    30a2fc5 View commit details

Commits on Mar 18, 2024

  1. Update: Update php-cs-fixer to v3.51

    Apply rule fixes
    thePanz committed Mar 18, 2024
    Copy the full SHA
    ccbef01 View commit details
  2. Copy the full SHA
    53a2b12 View commit details
  3. Copy the full SHA
    f0ba28d View commit details
  4. Copy the full SHA
    4d8148a View commit details
  5. Copy the full SHA
    50a898b View commit details

Commits on Mar 19, 2024

  1. Hotfix: Add type checking for deserialized data in sfParameterHolder …

    …and sfNamespacedParameterHolder (CVE-2024-28861)
    darkpills authored and thePanz committed Mar 19, 2024
    Copy the full SHA
    0bd9d59 View commit details
Loading