A set of PHP Components and Web Application framework for Mac

Symfony for Mac

Symfony 7.3.4

  -  13.9 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.3.4.


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:

- [Security] Fix preload warning in AuthorizationChecker
- [DoctrineBridge] Make EntityUserProviders pass attributes to their loader
- [Notifier] Rename LOX24RequestParser to Lox24RequestParser
- [Config] Fix incorrect serialized data mangling
- [AssetMapper] Prevent duplicate entries in module preloads
- [ObjectMapper] Preserve non-promoted constructor parameters
- [Mailer] Fix memory leak with mailer.message_logger_listener
- [FrameworkBundle] Perform-no-deep-merging on workflow transitions' from/to configs
- Fix ord()-related PHP 8.5 deprecations
- [HttpKernel] Refine Vary header check to skip special handling of 'Accept-Language' when it's the only entry and '_vary_by_language' is true in CacheAttributeListener
- [PropertyInfo] Fix getting type from constructor of parent class in PhpStanExtractor
- [Serializer] Fix unknown type in denormalization errors when union type used in constructor
- [Console] Fix handling of \E in Bash completion
- [HttpKernel] Handle an array vary header in the http cache store for write
- [PhpUnitBridge] do not try to modify the result of a PhptTestCase
- [TypeInfo] Fix issue with merging union type with a nullable union type
- [PhpUnitBridge] Fix gathering deprecation in phpt
- [PhpUnitBridge] Silence deprecation of __sleep/wakeup()
- Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
- [SecurityBundle] Fix semantic configuration for singulars/plurals in XML
- [JsonPath] Make the component RFC compliant
- [MonologBridge] Make ConsoleHandler not handle messages at SILENT verbosity
- [SecurityBundle] Add missing fixXmlConfig() call for issuer
- [Console] Don’t append a new line to test inputs ending with an EOT
- [FrameworkBundle] Normalize workflow places separately
- [Console] Don’t automatically append EOT to multiline test inputs
- [Config] Fix GlobResource pattern with trailing slash
- [Messenger] map legacy options to the "sentinel" key when parsing DSNs
- [Security] Fix HttpUtils::createRequest() when the base request is forwarded
- [Routing] Don't rebuild cache when controller action body changes
- Replace backtick operator, deprecated in PHP 8.5, with shell_exec()
- [Validator] fall back to legacy options handling if configured named arguments do not match
- [Serializer] Fix normalizing objects with accessors having the same name as a property
- [DependencyInjection] Fix optimizing ClassExistenceResource
- [SecurityBundle] Prevent accessing the tracked token storage when collecting data
- [Config] Fix ReflectionClassResource hash validation
- [Cache] Fix internal representation of non-static values
- [Cache] Make TagAwareAdapter registrable as a service
- [Security] Pass attributes to nested ChainUserProviders
- [JsonStreamer] Fix encoding iterable lists
- [Messenger] Firebird Database - incompatibility with expected lowercase columns
- [DoctrineBridge] Fix exception catch when deleting temporary table in the sameDatabaseChecker
- [HttpFoundation][SQLSRV] Change column type from TEXT to STRING
- [Serializer] Fix dealing with asymmetric visilibity for properties
- [DependencyInjection] Respect original service class when a proxy is defined
- [JsonStreamer] Fix decoding iterable lists
- [Inflector][String] Fix edge cases
- [Security] Fix attribute-based chained user providers