A set of PHP Components and Web Application framework for PC

Symfony

Symfony 7.4.16

  -  14.7 MB  -  Open Source
  • Latest Version

    Symfony 8.1.4

  • Operating System

    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

    symfony-7.4.16.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 7.4.16.


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!

Why is this app published on FileHorse? (More info)
  • Symfony 7.4.16 Screenshots

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

    Symfony 7.4.16 Screenshot 1

What's new in this version:

- [RateLimiter] Cap the burst size and the duration computed from it
- [Intl] Honor the expiry date of currencies that have no start date
- [Form] Distinguish active_at from not_active_at in the CurrencyType choice list cache
- [PhpUnitBridge] Don't return a non-callable from getPhpUnitErrorHandler()
- [HttpFoundation] Treat a UriSigner expiration of 0 as a date, not as no expiry
- [HttpKernel] Fix failing reset methods preventing later services from resetting
- [PropertyInfo] Do not report a non-public mutator as writable
- [Mime] Escape backslashes in Address::getEncodedName()
- [ObjectMapper] Fix target property mappings dropped when the source carries metadata
- [Serializer] Align union member order between the legacy and TypeInfo paths
- [DependencyInjection] Don't keep partially-configured shared services when their setup fails
- [DoctrineBridge] fix compatibility with DBAL < 4.5
- minor #65165 [Form][Validator] Added missing Slovak translations
- [ObjectMapper] Skip nested mapping when no target fits the destination property type
- [FrameworkBundle] Fix "cache:clear" failing when the cache dir is rebuilt concurrently
- [ObjectMapper] Fix the class-level mapping of another target being applied
- [Lock] Fix a released read lock letting a new read lock through while a write lock is held
- [DependencyInjection] Fix ParameterBag::clear() leaving stale deprecations and resolution state
- [Serializer] Fix FILTER_BOOL breaking union type denormalization
- [DependencyInjection] Fix #[Autoconfigure] being processed twice for PSR-4-discovered abstract types
- [DependencyInjection] Fix instantiating a lazy proxy for an inline definition
- [DependencyInjection] Fix misleading error messages for invalid "proxy" tags
- [DependencyInjection] Fix generating one proxy class per set of "proxy" tags
- [DependencyInjection] Honor the interface passed to #[Lazy]
- [DoctrineBridge] Close all expired connections in the idle listener
- [WebProfilerBundle] Avoid a flash of unstyled content in the debug toolbar
- [Translation][Lokalise] Send filter_filenames as a JSON array
- [Mailer][Sendgrid] Map the processed event to RECEIVED
- [JsonStreamer] Fix escaping, float precision and error reporting when writing JSON
- minor #65097 [Form][Validator] Review Lithuanian (lt) translations
- [Cache][Messenger] Restore compatibility with ext-redis 5
- minor #65070 [Notifier][Telegram] Document how to build a multi-row inline keyboard
- [Mailer][Resend] Handle the email.failed and email.suppressed webhook events
- [Console] Fix column widths when a row spans columns
- [Mime] Fix corrupted CID references when one is a prefix of another
- [Mailer] Fix rewriting cid references of inline parts for Mailgun
- [Config] Generate unsealed array shapes for any normalizers
- [TwigBridge][WebProfilerBundle] Fix compatibility with Twig 4
- [PropertyAccess] Fix caching of null read info
- [Translation] Fix fuzzy translations and multi-line msgctxt in PO files
- minor #65055 [Validator] Review Serbian (sr_Latn) translations
- minor #65054 [Validator] Review Serbian (sr_Cyrl) translations
- [Validator] Fix File constraint skipping the mime type check when extensions and mimeTypes have no common value
- minor #65048 [VarExporter] cache result of hasOctalControlChars
- [Translation] Do not split ICU messages on pipes in PoFileDumper
- [PropertyInfo] Revert "bug #64990 Do not trigger legacy Type deprecat…
- minor #65046 [VarExporter] Detect the null byte rendering instead of pinning a PHP version
- [HttpClient] Revert " Strip Proxy-Authorization on cross-authority redirects"