On 6/1/10 7:18 PM, Richtermeister wrote:
Hi all,

$request ->  getParameter("foo[bar]"); used to work in sf1.2, but no
longer in sf1.3+

I'm just wondering why that is, if it's an enhancement or a bug, since
this does break existing code and isn't mentioned in the upgrade docs.

It is mentioned in the DEPRECATED tutorial:

http://www.symfony-project.org/tutorial/1_4/en/deprecated

The sfParameterHolder::get(), sfParameterHolder::has(), sfParameterHolder::remove(), sfNamespacedParameterHolder::get(), sfNamespacedParameterHolder::has(), and sfNamespacedParameterHolder::remove() methods support for the array notation ([]) is deprecated and won't be available in symfony 1.4 (better for performance).

Fabien


Thanks,
Daniel


--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to