Page 1 of 1

Help: XAMPP 1.7.7 & Symfony framework 2.0.8

PostPosted: 29. December 2011 00:30
by b7way
Hi everybody

I have XAMPP 1.7.7 and I tried to install Symfony, but I can't complete the installation because the version of 'php_eaccelerator.dll' is 5.3.6 and the version of PHP is 5.3.8.

I've been all the day trying to solve this problem.

Any help is welcome.

Re: Help: XAMPP 1.7.7 & Symfony framework 2.0.8

PostPosted: 29. December 2011 00:34
by Sharley
Would you be so kind as to add your correct Windows Operating System to your profile as per these instructions:
viewtopic.php?f=16&t=48626
Thanks. :)

Re: Help: XAMPP 1.7.7 & Symfony framework 2.0.8

PostPosted: 29. December 2011 00:49
by Sharley
So some of the components in XAMPP 1.7.7 are not compatible with Symphony?

Try using an older XAMPP version like 1.7.3 that you can download from here:
SourceForge XAMPP File Repository

Here are some helpful uninstall/install instruction:
viewtopic.php?p=179699#p179699

Re: Help: XAMPP 1.7.7 & Symfony framework 2.0.8

PostPosted: 29. December 2011 03:23
by Altrea
I've tried the installation by myself.

Here are the results of the check script:
Code: Select all
C:\xampp177\php>php.exe c:\xampp177\htdocs\Symfony\app\check.php
********************************
*                              *
*  Symfony requirements check  *
*                              *
********************************

php.ini used by PHP: C:\xampp177\php\php.ini

** WARNING **
*  The PHP CLI can use a different php.ini file
*  than the one used with your web server.
*  (especially on the Windows platform)
*  If this is the case, please ALSO launch this
*  utility from your web server.
** WARNING **

** Mandatory requirements **

  OK        Checking that PHP version is at least 5.3.2 (5.3.8 installed)
  OK        Checking that the "date.timezone" setting is set
  OK        Checking that app/cache/ directory is writable
  OK        Checking that the app/logs/ directory is writable
  OK        Checking that the json_encode() is available
  OK        Checking that the SQLite3 or PDO_SQLite extension is available
  OK        Checking that the session_start() is available
  OK        Checking that the ctype_alpha() is available
  OK        Checking that the token_get_all() is available
  OK        Checking that the APC version is at least 3.0.17

** Optional checks **

  OK        Checking that the PHP-XML module is installed
  OK        Checking that the token_get_all() function is available
  OK        Checking that the mb_strlen() function is available
  OK        Checking that the iconv() function is available
  OK        Checking that the utf8_decode() is available


[[WARNING]] Checking that the intl extension is available: FAILED
            *** Install and enable the intl extension (used for validators) ***


[[WARNING]] Checking that a PHP accelerator is installed: FAILED
            *** Install a PHP accelerator like APC (highly recommended) ***


[[WARNING]] Checking that php.ini has short_open_tag set to off: FAILED
            *** Set short_open_tag to off in php.ini ***
  OK        Checking that php.ini has magic_quotes_gpc set to off
  OK        Checking that php.ini has register_globals set to off
  OK        Checking that php.ini has session.auto_start set to off

** Optional checks (Doctrine) **

  OK        Checking that PDO is installed
  OK        Checking that PDO has some drivers installed: mysql, odbc, sqlite, sqlite2

C:\xampp177\php>


You see, there are just 3 Warnings for optional components.
My "installation" (it's more like a configuration) went all the way up to the end without any problems.

I use the current XAMPP 1.7.7 .zip version on a Windows XP 32 Bit development environment.