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 :) Thanks, Alvaro On Nov 3, 2009, at 1:23 PM, Jonathan Wage wrote: > I think symfony 1.3 is the first symfony version that is official > compatible with PHP 5.3 > > - Jon > > On Tue, Nov 3, 2009 at 12:06 AM, harryjekyll <[email protected]> > wrote: > > Hi devs, > > My apologies if this has been reported already, but I did a search on > the symfony trac and I couldn't find something similar. > > Yesterday in our team we started testing symfony 1.0 with PHP 5.3 and > we found some really impressive results, as you can see here: > > http://twitpic.com/o0dii > > We also found that there are some Deprecated errors on symfony 1.0, > which you can see in the following report: > http://trac.symfony-project.org/ticket/7509 > > I've posted the solution for one of them, but for the > set_magic_quotes_runtime() error I don't know the solution. In the > case of split() I think it can be easily replaced by explode(), at > least in that case, not in all of them. > > Thanks, > > Alvaro > > > > > > -- > Jonathan H. Wage (+1 415 992 5468) > Open Source Software Developer & Evangelist > sensiolabs.com | jwage.com | doctrine-project.org | symfony- > project.org > > You should follow me on Twitter: http://www.twitter.com/jwage > > You can contact Jonathan about Doctrine, Symfony and Open-Source or > for training, consulting, application development, or business > related questions at [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 -~----------~----~----~----~------~----~------~--~---
