This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Form/Extension
Fabien Potencier fe15381a45 minor #20425 [Form] fixed "empty_value" option deprecation (HeahDude)
This PR was merged into the 2.7 branch.

Discussion
----------

[Form] fixed "empty_value" option deprecation

| Q             | A
| ------------- | ---
| Branch?       | 2.x only
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | https://github.com/symfony/symfony/pull/15945#r86547326
| License       | MIT
| Doc PR        | ~

I didn't make any profiling but a resolver instance is passed to `configureOptions()` creating locale variables including those exceptions for each field using one of the patched form types, so I guess the memory usage can grow really fast.

Commits
-------

7e84907 [Form] fixed "empty_value" option deprecation
2016-12-03 11:52:40 +01:00
..
Core minor #20425 [Form] fixed "empty_value" option deprecation (HeahDude) 2016-12-03 11:52:40 +01:00
Csrf [Form] Skip CSRF validation on form when POST max size is exceeded 2016-08-15 15:45:25 -07:00
DataCollector Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
DependencyInjection Merge branch '2.3' into 2.7 2015-10-03 18:41:23 +02:00
HttpFoundation [form] lazy trans post_max_size_message. 2016-09-06 16:01:53 +01:00
Templating removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Validator Revert "minor #20011 Use UUID for error codes for Form validator. (Koc)" 2016-09-21 12:03:56 -07:00