I finally got phpunit installed today (not an easy task with components.ez.no being down) and was shown the following error:
PHP Fatal error: Call to undefined method SQLite3::busyTimeout() On IRC I was told that this is fixed in PHP 5.3.3. Which I believe effectively makes Symfony 2 require PHP >= 5.3.3 at this point in time. Can someone explain what changed between 5.3.2 and 5.3.3? Is there any way we can make Symfony 2 compatible with PHP 5.3.2 and simply disable some functionality that is only available with PHP >= 5.3.3? All of my development and production hosts are running Ubuntu 10.04 LTS which as far as I know only supports PHP 5.3.2. I hope to not have to upgrade my systems until the next LTS release. I also hope to be able to at least try using Symfony 2 for a few projects. As of right now it seems that I cannot have my cake and eat it to. -- 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
