Hi, short tags are conflicting with xml tags, and they do not always work, since they can be disabled by PHP's configuration. This could crash your application on some servers. Using <?php instead is a common best practice.
It's only a warning: you can still use short tags if you like, just know what you're doing. On Sat, 27 Jun 2009 02:31:22 +0200, Tom Haskins-Vaughan <[email protected]> wrote: > > I think the idea behind not using the short open tags is that they can > be used for other languages besides PHP and therefor create ambiguity. > Someone, please correct me if I'm wrong. > > cysiek10 wrote: >> I'm wondering why "symfony requirements check" gives me warning >> because I have short_open_tag set to on. >> Short tags are very convenient, why shouldn't I use it with Symfony ? >> >> > >> > > > > -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
