A set of PHP Components and Web Application framework for PC

Symfony

Symfony 6.4.30

  -  13.9 MB  -  Open Source
  • Latest Version

    Symfony 8.0.2

  • 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-6.4.30.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 6.4.30.


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 6.4.30 Screenshots

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

    Symfony 6.4.30 Screenshot 1

What's new in this version:

Fixed:
- [DependencyInjection] Fix dealing with errored service definitions
- [HttpKernel] Make #[Cache] respect all explicit cache directives set in controller
- [DependencyInjection] Revert "bug #62541 Reset resolved state when setting a parameter"
- [Console] Handle signals on text input
- [Runtime] Reuse the already created Request object when the app needs one as argument and returns a kernel
- [Form] Fix moneytype step
- [Console] Preserve --help option when a command is not found
- [Messenger] Fix PHP 8.5 deprecation for pgsqlGetNotify() in PostgreSQL transport
- [Yaml] Fix regression handling blank lines in unquoted scalars
- [HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
- [DependencyInjection] Reset resolved state when setting a parameter
- [Cache] Fix the creation of a redis connection with only ext-relay
- [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
- [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 Relay extension 0.20.0
- [DependencyInjection] Fix query_string env processor for URLs without query string
- [HttpClient] Fix releasing uploaded stream resources
- [DependencyInjection] Fix loop corruption in CheckTypeDeclarationsPass
- [DependencyInjection] Fix invalid PHP syntax for nullable TypedReference in PhpDumper
- [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config
- [Console] Fix exception message when abbreviation matches multiple hidden commands
- [String] Fix normalization in trimPrefix/trimSuffix
- [AssetMapper] Fix entrypoint status lost during update
- [Console] Fix completion for global options values
- [Workflow] Fix MethodMarkingStore crash with inherited uninitialized properties
- [Routing] Fix case sensitivity for static host matching in compiled routes
- [Routing] Fix localized prefix updates breaking aliases
- [Routing] Fix addNamePrefix breaking aliases to external routes
- [HttpKernel] Fix using MapRequestPayload on nullable arguments
- [HttpClient] Don't reset unused clients in data collector
- [DependencyInjection] Fix preloading LazyClosure
- [Yaml] Align unquoted multiline scalar parsing with spec for comments
- [Cache] Fix accepting named closures as early-expiration callbacks
- [Notifier] do not use recipient phone numbers as sender e-mail addresses
- [FrameworkBundle] work around limitation in JsonResponse when the data is null
- [Form] Fix EnumType choice_label logic for grouped choices
- [Cache] Recognize saveDeferred events as writes in CacheDataCollector
- [Console] Fix signal handlers not being cleared after command termination
- [Translation][Lokalise] fix "Project too big for sync export"
- [HttpFoundation] Fix AcceptHeader overwrites items with different parameters
- [HttpClient] Fix Warning: curl_multi_select(): timeout must be positive
- [PropertyInfo] Fix ReflectionExtractor handling of underscore-only property names
- [Serializer] Fix AbstractObjectNormalizer to allow scalar values to be normalized
- [Security] Fix HttpUtils::createRequest() when the context’s base URL isn’t empty
- [Serializer] fix inherited properties normalization
- [Cache] compatibility with ext-redis 6.3
- [Serializer] Fix BackedEnumNormalizer behavior with partial denormalization
- [OptionsResolver] Fix missing prototype key in nested error paths
- [Clock] Align MockClock::sleep() behavior with NativeClock for negative values
- [OptionsResolver] Ensure remove() also unsets deprecation status
- [Yaml] Fix parsing of unquoted multiline scalars with comments or blank lines
- [ExpressionLanguage] Compile numbers with var_export in Compiler::repr for thread-safety