| Name | Modified | Size | Downloads / Week | 
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-29 | 3.0 kB | |
| v7.3.3 source code.tar.gz | 2025-08-29 | 11.0 MB | |
| v7.3.3 source code.zip | 2025-08-29 | 14.7 MB | |
| Totals: 3 Items | 25.7 MB | 0 | |
Changelog (https://github.com/symfony/symfony/compare/v7.3.2...v7.3.3)
- bug [#61543] [TypeInfo] Prevent interfaces extending BackedEnum to be treated as BackedEnums (@ettoredn)
 - bug [#61520] [Yaml] Fix scope resolution operator in flow mapping keys (@MatTheCat)
 - bug [#61534] [HttpClient] Fix PHP 8.5 deprecation using str_increment() (@nicolas-grekas)
 - bug [#61529] [FrameworkBundle] Don’t collect CLI profiles if the profiler is disabled (@MatTheCat)
 - bug [#61526] [Serializer] Don't fallback to default serializer if tags specify a named one (@HypeMC)
 - bug [#60211] [Messenger] Fix Oracle errors 'ORA-00955: Name is already used by an existing object' with Doctrine transport (@atgitwk)
 - bug [#61033] [Console] Restore 
SHELL_VERBOSITYafter a command is ran (@lyrixx) - bug [#61501] [Console] Fix testing multiline question (@MatTheCat)
 - bug [#61503] [String] Fix nodes singular (@ruudk)
 - feature [#61486] [Security] Ignore target route when exiting impersonation (@MatTheCat)
 - bug [#61459] [String] Fix issues singular (@ruudk)
 - bug [#61426] [Intl] Take timezoneTypes’ ianaMap into account (@MatTheCat)
 - bug [#61422] [WebProfilerBundle] Hide WDT clearer when it is hidden (@MatTheCat)
 - bug [#61381] [HttpKernel] #[MapUploadedFile] throws http exception on empty files array if argument not nullable nor has default value (@hwawshy)
 - bug [#61453] [VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties (@nicolas-grekas)
 - bug [#61447] [String] specific fix to avoid 'outag' when inflecting 'outages' (@PhilETaylor)
 - bug [#61115] [FrameworkBundle] Make 
cache:warmupwarm up read-only caches (@MatTheCat) - bug [#61411] [DependencyInjection] Don’t autowire excluded services (@MatTheCat)
 - bug [#61401] [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale (@christianseel)
 - bug [#61405] Remove calls to no-op functions, deprecated in PHP 8.5 (@nicolas-grekas)
 - bug [#61402] Remove calls to deprecated methods of SplObjectStorage (@nicolas-grekas)
 - bug [#61375] [TypeInfo] Fix converting list to string (@ruudk)
 - bug [#61310] [ObjectMapper] read source metadata before transform (@soyuka, @rvanlaak)
 - bug [#61355] [WebProfilerBundle] Fix toolbar not rendering after replacing it (@aleho)
 - bug [#58547] [HtmlSanitizer] Fix 
force_attributesnot replacing existing attribute in initial data (@tgalopin) - bug [#61335] [Mailer] [Resend] Add friendly name in the 
tofield (@antalaron) - bug [#61351] [VarDumper] Fix dumping objects from the DOM extension (@nicolas-grekas)
 - bug [#61291] [Messenger] Remove fix 
NoAutoAckStamphandling inWorker::flush()(@wazum) - bug [#61307] [Scheduler] Fix 
scheduler.tasktag arguments optionality (Jan Pintr) - bug [#61304] [PhpUnitBridge] Call Reflection*::setAccessible() only for PHP < 8.1 (@W0rma)
 - bug [#61319] [Console] [Table] Don't split grapheme clusters (@schlndh)