On 03.11.2009, at 06:35, harryjekyll wrote:
> According to the installation page: > > PHP >= 5.0 > > Is supported, which includes 5.3 > > The other solution I may find, to be able to get those performance > improvements of PHP 5.3, is to remove the E_DEPRECATED reporting, > which I won't like to have to do that. > > Anyway, It would be nice if those bugs get fixed :) Just a clarification, these are not bugs. These are warnings that the given functionality may disappear in new major versions (aka PHP 6). As such they serve as a friendly reminder to change the given code in case one plans to upgrade to PHP6. E_DEPRECATED should only be enabled in development and always disabled during production. regards, Lukas Kahwe Smith [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
