infinite-networks / InfiniteFormBundle

A collection of useful form types and extensions for Symfony.
169 stars 40 forks source link

SF 2.7 deprecation fix #25

Closed matejvelikonja closed 9 years ago

matejvelikonja commented 9 years ago

Like proposed here https://github.com/symfony/symfony/issues/14687

stof commented 9 years ago

Dropping the support for Symfony 2.3 entirely looks wrong to me

matejvelikonja commented 9 years ago

@stof how would you than suggest a fix, that it would not print the deprecation notifications.

stof commented 9 years ago

See how DoctrineBundle or FOSUserBundle are doing it for instance

matejvelikonja commented 9 years ago

thx for the help @stof, I think this new fix should work also with SF2.3

matejvelikonja commented 9 years ago

Removed php ini setting for now, will implement phpunit-bridge in #26

matejvelikonja commented 9 years ago

The test are failing at the moment, but should pass once #26 is merged.

King2500 commented 9 years ago

:+1:

Already waiting for this :)

merk commented 9 years ago

Thanks