A
A
Alexander Ivanov2014-08-29 11:58:24
symfony
Alexander Ivanov, 2014-08-29 11:58:24

How to install Symfony2 on Apache?

Throws the following inconsistencies:
Set "xdebug.max_nesting_level" to eg "250" in php.ini* to stop Xdebug's infinite recursion protection erroneously throwing a fatal error in your project.
Install PHP 5.4.11 or newer if your project uses the logout handler from the Symfony Security Component.
Install PHP 5.3.18+ or PHP 5.4.8+ if you want nice error messages for all fatal errors in the development environment.
Install and enable the intl extension (used for validators).
Install and/or enable a PHP accelerator (highly recommended).
Set "realpath_cache_size" to eg "1024" in php.ini* to improve performance on windows.
Set short_open_tag to off in php.ini*.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-08-29
Protko @Fesor

Well, follow the instructions given by you, is it really difficult to figure it out ?.
xdebug.max_nesting_level - set at least 250 or more. And yes, install already PHP5.5 at least. 5.6 has been released the other day.
What's the point of trying to master symfony if you haven't figured out php yet?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question