Function and method names are cases-insensitive.  Variable names themselves are case-sensitive:
http://www.php.net/manual/en/language.variables.php (End of the first line)

:-)
--Colin

On 11/13/06, Fabien POTENCIER <[EMAIL PROTECTED] > wrote:

fixed in r2668. It is weird because PHP is not case sensitive... Do you
use php 5.2?

Thanks,
Fabien

Hartym wrote:
> The line 34 of SF_LIB_DIR/filter/sfFillInFormFilter.class.php is
>       $fillInform->addConverter.....
> and should read
>       $fillInForm->addConverter.....
>
> I don't know if your php distro is case insensitive but mine throws a
> fatal error as soon as a Converter is present.
>
> --
>
> Best regards
>
> Romain
> >

--
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
--~--~---------~--~----~------------~-------~--~----~
 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