A set of PHP Components and Web Application framework for PC

Symfony

Symfony 4.4.21

  -  7.5 MB  -  Open Source
  • Latest Version

    Symfony 7.1.1

  • Operating System

    Windows XP / XP64 / Vista / Vista64 / Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64

  • User Rating

    Click to vote
  • Author / Product

    Symfony SAS / External Link

  • Filename

    v4.4.21.zip

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Symfony 4.4.21.


For those interested in downloading the most recent release of Symfony or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Symfony 4.4.21 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Symfony 4.4.21 Screenshot 1

What's new in this version:

Fixed:
- [Form] error if the input string couldn't be parsed as a date
- [HttpClient] fix using stream_copy_to_stream() with responses cast to php streams
- [Form] IntegerType: Always use en for IntegerToLocalizedStringTransformer
- Uses the correct assignment action for console options depending if they are short or long
- [HttpKernel] ConfigDataCollector to return known data without the need of a Kernel
- [Translation] Fix update existing key with existing +int-icu domain
- [Security] Handle properly 'auto' option for remember me cookie security
- [Validator] Avoid triggering the autoloader for user-input values
- [HttpClient] remove using $http_response_header
- [PhpUnitBridge] fix reporting deprecations from DebugClassLoader
- [Console] Fix line wrapping for decorated text in block output
- [Inflector][String] Fixed pluralize "coupon"
- [PhpUnitBridge] fix compat with symfony/debug
- [VarDumper] Adds support for ReflectionUnionType to VarDumper
- Correctly clear lines for multi-line progress bar messages
- [Console] ProgressBar clears too many lines on update
- [FrameworkBundle] Exclude unreadable files when executing About command
- [Bridge\Twig] Add 'form-control-range' for range input type
- [Mime] Escape commas in address names
- Check if templating engine supports given view
- [Security] Refresh original user in SwitchUserListener
- [TwigBridge] Fix "Serialization of 'Closure'" error when rendering an TemplatedEmail
- [DoctrineBridge] Fix eventListener initialization when eventSubscriber constructor dispatch an event
- [FrameworkBundle] Fix PropertyAccess definition when not in debug
- [Form] clear unchecked choice radio boxes even if clear missing is set to false
- [ErrorHandler] Added missing type annotations to FlattenException
- [TwigBridge] Allow version 3 of the Twig extra packages
- [Mailer][Mime][TwigBridge][Validator] Allow egulias/email-validator 3.x
- [FrameworkBundle] : Fix method name compare in ResolveControllerNameSubscriber
- [TwigBridge] Render email once
- [DependencyInjection][Security] Backport psr/container 1.1/2.0 compatibility