On Tue, Nov 11, 2008 at 3:45 AM, Dennis Benkert <[EMAIL PROTECTED]> wrote: > > It seems like the core team is using the filter extension that is part > of PHP 5.2 and higher(http://www.php.net/manual/en/ > filter.installation.php). You can see it in one of the posts Fabian > Lange posted on the blog (http://www.symfony-project.org/blog/ > 2008/07/01/symfony-1-2-roadmap). Also there are some changesets that > refer to this topic. you can easily find them via trac (http:// > trac.symfony-project.org/search?q=PHP+5.2&noquickjump=1&changeset=on). > So i come to the conclusion that the changes the core team have made > are so big that you will cause serious problems if you use symfony 1.2 > with a php version prior to 5.2. > > - Dennis
Thanks for this thoughtful response. Sounds like the filter stuff MIGHT work with the old pecl extension, but we're on our own if not. And the announcement from Fabien that you pointed to does emphasize that 5.2 is required and will be used in other ways. Segmentation fault-resolving fixes in PHP 5.2.x are probably getting backported by Red Hat if they are security risks, but it does look like that's probably not enough and we'll have to make 5.2.x happen (or stay on 1.0 until the next CentOS... gug). I'll investigate whether it's possible to use the "testing" CentOS repo for PHP without using it for everything. -Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
