Hi All, I've just been setting up a new Symfony environment on a FC4 machine, and noticed that the FC4 shipped version of PHP5 (5.0.4) isn't high enough for Symfony (1.0.8) to run - Symfony seems to need at least 5.1.0 as Pake uses the date_default_timezone_set function which wasn't introduced until 5.1.0
The installation documentation states... ---- Being a PHP 5 framework, symfony requires PHP 5. Make sure you have it installed by opening a command line and typing this command: > php -v PHP 5.2.0 (cli) (built: Nov 2 2006 11:57:36) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies If the version number is 5.0 or higher, then you're ready for the installation, as described in this chapter. ---- Which is obviously now incorrect, can we get this changed to the correct minimal PHP5 version? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
