A set of PHP Components and Web Application framework for Mac

Symfony for Mac

Symfony 5.4.39

  -  8.3 MB  -  Open Source

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 5.4.39.


For those interested in downloading the most recent release of Symfony for Mac 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!

What's new in this version:

Fixed:
- [Validator]  detect wrong e-mail validation modes
- [Form] read form values using the chain data accessor
- [Yaml] call substr() with integer offsets
- [PropertyInfo] Fix PHPStan properties type in trait
- [Serializer] Revert "Fix object normalizer when properties has the same name as their accessor" - it was a BC Break
- [Intl] Remove resources data from classmap generation
- [TwigBridge]  implement NodeVisitorInterface instead of extending AbstractNodeVisitor
- [HttpKernel] Fix datacollector caster for reference object property
- [Translation] Skip state=needs-translation entries only when source == target
- [Cache] Always select database for persistent redis connections
- [Security] Validate that CSRF token in form login is string similar to username/password
- [HttpKernel] Force non lazy controller services
- [HttpClient] Let curl handle transfer encoding
- [Serializer] Fix unexpected allowed attributes
- [FrameworkBundle] Fix registration of the bundle path to translation
- [Messenger] Make Doctrine connection ignore unrelated tables on setup
- [HttpFoundation] Set content-type header in RedirectResponse
- [Serializer] Fix XML scalar to object denormalization
- [Serializer] Ignore when using #[Ignore] on a non-accessor
- [HttpClient] [EventSourceHttpClient] Fix consuming SSEs with \r\n separator
- [DomCrawler] Encode html entities only if nessecary
- [Filesystem] Strengthen the check of file permissions in dumpFile
- [FrameworkBundle] [Command] Fix #54402: Suppress PHP warning when is_readable() tries to access dirs outside of open_basedir restrictions (Jeldrik Geraedts)
- [Console] return null when message with name is not set