Remember that PHP_EOL is platform dependent. As Bulat suggested, try defining as a class constant.
On Fri, Jun 3, 2011 at 12:32 PM, ryan weaver <[email protected]> wrote: > Couldn't you also set the parameter directly via the PHP config loader? If > it's set directly, won't it stay as its original, pure value? > > Reference: > http://symfony.com/doc/current/cookbook/configuration/external_parameters.html#miscellaneous-configuration > > Ryan Weaver > US Office Head & Trainer - KnpLabs - Nashville, TN > http://www.knplabs.com <http://www.knplabs.com/en> > http://www.thatsquality.com > Twitter: @weaverryan > > > > On Fri, Jun 3, 2011 at 10:16 AM, Oleg Stepura <[email protected]>wrote: > >> Ok, thanks. The only possible solution for strings issue is to use >> constants. >> >> -- >> 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 >> > > -- > 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 > -- Blog: http://eriksencosta.wordpress.com Twitter: @eriksencosta -- 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
