But this does not mean that PHP 5.3.2 applications won't work on PHP5.3.1, only that PHP5.3.1 apps might not work on PHP5.3.2. I'm also interested to know what exactly makes Symfony2 incompatible with PHP 5.3.1
Regards, Bart On May 6, 1:36 pm, Benjamin Eberlei <[email protected]> wrote: > The most important difference is, in a namespaced class, if you have > class Foo { function foo() } then this function is NOT a constructor > anymore. This backwards incompatible change was introduced in 5.3.2 > > On Fri, 06 May 2011 13:14:16 +0200, Christophe COEVOET wrote: > > > > > > > > > > > Le 06/05/2011 13:02, Sebastian Utz a écrit : > >> Hey, > > >> we want to go in production with our new sf2 app soon and after > >> talking with our operations team, we recognized that we're still > >> running php 5.3.1 on production. > >> Switching to 5.3.2 seems to be a bigger story for our operations > >> team (~700 machines, very custom php, won't go further in details > >> ;-). > > >> So could anyone tell us e.g. which parts/features of sf2 requires > >> php 5.3.2? > >> E.g. if this is mainly doctrine related we could ignore it, because > >> we're not using doctrine right now. (I think i found an old ticket, > >> which points to a doctrine issue with 5.3.1). > >> Couldn't find real details on the inet.. > > >> Thanks a lot, > >> Sebastian > > > The Validator component is also concerned as it is currently based on > > the Reflection api to validate properties. And the DI part is also > > concerned when using property injection. > > What is that affected with regards to 5.3.2 vs 5.3.1? > > > > > > > > > > > -- > > Christophe | Stof -- 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
