Hi Renjith, My biggest advice that I can give you, is to not use Windows, it's going to be really painful. I use a Mac, but I'll recommend to you that you use Ubuntu, you can even install in a virtual machine on Windows using the free software VirtualBox. The reason that I suggest this is because you can easily use Ubuntu's built-in package manager to install any requirements that you have. Otherwise you could give cygwin a try.
The results of your requirements check is producing only warnings, so nothing there is going to stop you, they're just nice to haves for the most part. * Install POSIX, don't know anything about this on windows as I haven't used Windows in half a decade. * A PHP accelerator isn't really needed in a dev environment. * Short tags, like it says, edit your php.ini and set "short_open_tag" to "off". I have a big knife specially reserved for people who use PHP short open tags. If short_open_tag is set to off, then you can't make the mistake of using them, and therefore I won't have to cut you. The best bet with getting started with Symfony is to download the sandbox and start working with that. It's preconfigured and all self-contained so less chance of you getting confused. HTH Kind regards, Keri Henare --------------------------------------------------- Chief Technical Officer Pixel Fusion [e] [email protected] [w] pixelfusion.co.nz [m] (+64) 021 874 552 [p] (+64) 09 550 3084 Zend Certified Engineer - http://www.zend.com/en/yellow-pages#show-ClientCandidateID=ZEND013450 PLEASE NOTE: I check my email 3 times per day and will respond at these intervals. For anything urgent please ring me. --------------------------------------------------- On 3/12/2010, at 11:00 AM, renjith das wrote: > Hi friends, > > I am quite new to symfony would like to know how to install symfony > and please let me know the best site to learn symfony. > > When I run the check_configuration.php file I got the following > stuffs > > > ******************************** > * * > * symfony requirements check * > * * > ******************************** > > > php.ini used by PHP: C:\wamp\bin\apache\Apache2.2.11\bin\php.ini > > > ** Mandatory requirements ** > > OK PHP version is at least 5.2.4 (5.3.0) > > ** Optional checks ** > > OK PDO is installed > > OK PDO has some drivers installed: mysql, sqlite > > OK PHP-XML module is installed > OK XSL module is installed > OK The token_get_all() function is available > OK The mb_strlen() function is available > > OK The iconv() function is available > > OK The utf8_decode() is available > [[WARNING]] The posix_isatty() is available: FAILED > *** Install and enable the php_posix extension (used to colorized > the CLI output) *** > > [[WARNING]] A PHP accelerator is installed: FAILED > > *** Install a PHP accelerator like APC (highly recommended) *** > [[WARNING]] php.ini has short_open_tag set to off: FAILED > *** Set it to off in php.ini *** > > OK php.ini has magic_quotes_gpc set to off > > OK php.ini has register_globals set to off > OK php.ini has session.auto_start set to off > OK PHP version is not 5.2.9 > > > How to pass this failed options? > > Thanks & Regards > Renjith > > -- > NZ PHP Users Group: http://groups.google.com/group/nzphpug > To post, send email to [email protected] > To unsubscribe, send email to > [email protected] -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
