Hi devs, First of all, thanks for creating such a quality framework. I've been using it for the last couple of days now and I'm really impressed. :)
I'm using Zend Studio which has a great feature that checks the XML schema definitions at runtime and marks the problems when they occur. I'm using doctrine for my project and each time when I look into the config.xml file Zend Studio marks the "user" attribute in the "doctrine:dbal" element as invalid. This becomes really annoying. I've looked at the XSD file hosted here: "http://www.symfony-project.org/ schema/dic/doctrine/doctrine-1.0.xsd" and it appears that the attribute "username" has to be changed into "user". At least, that is what doctrine expects. Thanks, Martijjn -- 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
