symfony icon indicating copy to clipboard operation
symfony copied to clipboard

The Symfony PHP framework

Results 795 symfony issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | /...

Feature
Status: Reviewed
Messenger

| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...

Feature
Translation
Status: Needs Review

| Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix...

Bug
HttpFoundation
Status: Needs Review

| Q | A | ------------- | --- | Branch? | from 5.4 | Bug fix? | yes | New feature? | no | Deprecations? |no | Tickets | Fix...

Serializer
Bug
Status: Needs Review

### Symfony version(s) affected 5.4 ### Description Hi all, We have a thesaurus with german localities like : - name : Baden-Württemberg - url : Baden-W%C3%BCrttemberg When we use path()...

Bug
Routing
Status: Needs Review

| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | yes | Tickets | Fix...

Serializer
Feature
Status: Reviewed
Deprecation

### Description I'd like to send emails with attachments using Symfony Mailer. I'm using Messenger to send the emails asynchronously. Consulting [the documentation](https://symfony.com/doc/current/mailer.html#file-attachments), I have two options to do so:...

Mailer

| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix...

Config
Status: Needs Review

| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | -...

Status: Needs Review

### Description tl;dr this will reduce possible bugs by discourage following code: ``` public function getParent() { return $this->tokenStorage->getUser() instanceof User ? ChoiceType::class : TextType::class; } ``` because the result...

Form
RFC