On 08/10/2007, Haris Zukanovic' <[EMAIL PROTECTED]> wrote: > > To be sincere, I can't imagine PHP being the source of the problem. > Can anyone hypothesize on how it could be related to PHP? >
I had a quick glance at one of Pookey's error messages in the thread he quoted earlier you can see that the error was caused by an additional comma at the end of a line. I seem to remember reading somewhere, sometime that different versions of PHP cope differently when there is a trailing comma in the arguments passed to a function e.g. coolfunction($arg1, $arg2, $arg3); works perfectly, however coolfunction($arg1, $arg2, $arg3,); would cause some versions of PHP to throw a fit. A word of caution however, my memory is very sketchy on this, PHP might not even have been the language the article I read was referring to. But I suppose this is all moot really, as what we should be doing is finding out why that extra comma was there in the first place in the generated cache. Steve Daniels --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
