On 12.05.2011, at 00:03, Christophe COEVOET wrote: > Le 11/05/2011 23:55, Beau Simensen a écrit : >> 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? > The version of SQLite3 bundled with PHP changed, adding this functionnality. > All the other part of the framework should be compatible with PHP 5.3.2
guess we might want to make this call to busyTimeout() optional or wrap a version check around it. regards, Lukas Kahwe Smith [email protected] -- 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
