Hi

Matthew Weier O'Phinney wrote:
-- Amr Mostafa <[EMAIL PROTECTED]> wrote
(on Tuesday, 18 March 2008, 01:53 AM +0200):
It's in docs, but unfortunately not very obvious. There you go:
http://framework.zend.com/manual/en/zend.controller.migration.html#
zend.controller.migration.fromoneohtoonefive

And the above link is also pointed out prominently in the README.txt
file in the release. ;-)


Unfortunately the documentation is very misleading at this point.
It states that only view scipt names are affected, and not actionNames. The second paragraph of 7.13.1 states:

> For example, 'camel-cased' would become 'camelCasedAction' by the
> dispatcher, whereas 'camelCased' would become 'camelcasedAction';
> however, due to the case insensitivity of PHP, both will execute the
> same method."

This is not true, at least in our configuration. We have also developed rather big application with ZF, and we have used 1.5RC for some time now. All worked great till official 1.5 release.

Why SO big backward-incompatible change wasn't incorporated in Release Candidate versions (or at least in first rc)?

We have many hardcoded URLs in view scripts, and changing the case of actionNames to lowercase is not an option, same reason as in Hoopes' case.
What is best way to turn off this behavior?

--
Regards,
Szymon Wilkołazki

Reply via email to