A set of PHP Components and Web Application framework for Mac

Symfony for Mac

Symfony 7.2.0

  -  13.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.2.0.


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:

- [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient
- [Form] Allow integer for the calendar option of DateType
- [HttpClient] Fix checking for private IPs before connecting
- [HttpClient] Close gracefull when the server closes the connection abruptly
- [Dotenv] read runtime config from composer.json in debug dotenv command
- [PropertyInfo] Fix write visibility for Asymmetric Visibility and Virtual Properties
- [Translation] [Bridge][Lokalise] Fix empty keys array in PUT, DELETE requests causing Lokalise API error
- [DoctrineBridge] Fix Connection::createSchemaManager() for Doctrine DBAL v2
- [PropertyInfo] consider write property visibility to decide whether a property is writable
- [TwigBridge] do not add child nodes to EmptyNode instances
- [FrameworkBundle] Revert " Deprecate making cache.app adapter taggable"
- [Cache] silence warnings issued by Redis Sentinel on connection issues
- [HttpClient] Fix computing stats for PUSH with Amp
- [FrameworkBundle] Revert " Don't auto-register form/csrf when the corresponding components are not installed"
- [FrameworkBundle] Don't auto-register form/csrf when the corresponding components are not installed
- [AssetMapper] ignore missing directory in isVendor()
- [OptionsResolver] Allow Union/Intersection Types in Resolved Closures
- [DependencyInjection] Fix checking for interfaces in ContainerBuilder::getReflectionClass()
- Dynamically fix compatibility with doctrine/data-fixtures v2
- [HttpKernel] Ensure HttpCache::getTraceKey() does not throw exception
- [DoctrineBridge] don't call EntityManager::initializeObject() with scalar values
- [Cache] make RelayProxyTrait compatible with relay extension 0.9.0
- [HttpClient] Fix empty hosts in option "resolve"
- [HttpClient] Fix option "resolve" with IPv6 addresses
- [WebProfilerBundle] Twig deprecations
- [HttpClient] Fix option "bindto" with IPv6 addresses
- [Mailer][Notifier] Sweego is backing their bridges, thanks to them!
- [PropertyInfo][Serializer][TypeInfo][Validator] TypeInfo 7.1 compatibility
- [Serializer][Validator] prevent failures around not existing TypeInfo classes
- [PropertyInfo][Serializer][Validator] TypeInfo 7.2 compatibility
- [HttpClient] Removed body size limit (Carl Julian Sauter)
- [Validator] fix compatibility with PHP < 8.2.4
- [Notifier] Fix GoIpTransport
- [HttpClient] Fix catching some invalid Location headers
- [FrameworkBundle] ensure validator.translation_domain parameter is always set
- Work around parse_url() bug (bis)
- [Messenger] silence PHP warnings issued by Redis::connect()
- [PhpUnitBridge] fix dumping tests to skip with data providers
- [Routing] Fix: lost priority when defining hosts in configuration
- [HttpClient] fix PHP 7.2 compatibility