A set of PHP Components and Web Application framework for Mac

Symfony for Mac

Symfony 7.4.1

  -  14.5 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 7.4.1.


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!

Why is this app published on FileHorse? (More info)

What's new in this version:

Fixed:
- [HttpFoundation] Improve logic in Request::createFromGlobals()
- [DependencyInjection] Fix dealing with errored service definitions
- [DomCrawler] Fixing dealing with invalid charset
- [HttpKernel] Make #[Cache] respect all explicit cache directives set in controller
- [DependencyInjection] Revert "bug #62541 Reset resolved state when setting a parameter"
- [TypeInfo] Simple array should be array type
- [Console] Handle signals on text input
- [Runtime] Reuse the already created Request object when the app needs one as argument and returns a kernel
- [DependencyInjection] Allow manual bindings on parameters with #[Target]
- [Security][Http] Fix OIDC discovery when multiple HttpClient instances are used
- [Config] Fix array shape generation for backed enums
- [Form] Fix moneytype step
- [JsonStreamer] fix invalid json output for list of self
- [Console] Preserve --help option when a command is not found
- [FrameworkBundle] Fix using FailedMessages*Command with SigningSerializer
- [Lock] Fix unserializing already serialized Key payloads
- [HttpClient] CachingHttpClient must run after UriTemplate and Scoping
- [FrameworkBundle] Only register PhpConfigReferenceDumpPass in dev env with debug flag enabled
- [Messenger] Fix PHP 8.5 deprecation for pgsqlGetNotify() in PostgreSQL transport
- [DependencyInjection] Ensure deprecation detection does not trigger a PHP error
- [DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
- [Form] Clean up wrong method docblocks in data transformers
- [Yaml] Fix regression handling blank lines in unquoted scalars
- [DependencyInjection] Throw when using $this or its internal scope from PHP config files
- [HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
- [FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
- [Cache] Fix NullAdapter must set taggable
- [Console] don't discard existing aliases when constructing Command
- [HttpKernel] Don't reset services between fragments redering when using in HttpCache
- [FrameworkBundle] Dump bundles config reference first
- [DependencyInjection] Reset resolved state when setting a parameter
- [DependencyInjection] Don't add empty .container.known_envs in XML loader
- [Cache] Fix the creation of a redis connection with only ext-relay
- [PropertyInfo] treat mixed[] the same as array when getting types from docblocks
- [Notifier][Mercure] Add support for Mercure 0.7
- [Console] Fix profile invokable command
- [PropertyInfo] treat mixed[] the same as array when getting types from docblocks
- [FrameworkBundle] fix merging of enabled locales
- [FrameworkBundle] register attribute loader arguments in a forward-compatible way
- [JsonPath] Fix throwing on quoted True/False/Null
- [DependencyInjection] Fix loose validation in #[Autowire] attribute
- [FrameworkBundle] Add missing useAttributeAsKey calls
- [DependencyInjection] Fix state corruption in PhpFileLoader during recursive imports
- [Cache] ensure compatibility with RelayCluster 0.20.0
- [Cache] ensure compatibility with Relay extension 0.20.0
- [FrameworkBundle] Allow backed enum to be used in initial_marking workflow configuration
- [DependencyInjection] Fix query_string env processor for URLs without query string
- [HttpFoundation] Fix Expires response header for EventStream
- [HttpClient] Fix releasing uploaded stream resources