@@ -16,13 +16,6 @@ Using the Symfony Installer is the only recommended way to create new Symfony
1616applications. This installer is a PHP application that has to be installed
1717only once and then it can create any number of Symfony applications.
1818
19- ..note ::
20-
21- The installer requires PHP 5.4 or higher. If you still use the legacy
22- PHP 5.3 version, you cannot use the Symfony Installer. Read the
23- :ref: `book-creating-applications-without-the-installer ` section to learn how
24- to proceed.
25-
2619Depending on your operating system, the installer must be installed in different
2720ways.
2821
@@ -107,9 +100,8 @@ to use for your projects.
107100Creating Symfony Applications without the Installer
108101---------------------------------------------------
109102
110- If you still use PHP 5.3, or if you can't execute the installer for any reason,
111- you can create Symfony applications using the alternative installation method
112- based on `Composer `_.
103+ If you can't execute the installer for any reason, you can create Symfony
104+ applications using the alternative installation method based on `Composer `_.
113105
114106Composer is the dependency manager used by modern PHP applications and it can
115107also be used to create new applications based on the Symfony framework. If you
@@ -168,12 +160,6 @@ possible solutions depending on your operating system. All of them are
168160explained in the:ref: `Setting up Permissions <book-installation-permissions >`
169161section.
170162
171- ..note ::
172-
173- PHP's internal web server is available in PHP 5.4 or higher versions. If you
174- still use the legacy PHP 5.3 version, you'll have to configure a *virtual host *
175- in your web server.
176-
177163The ``server:run `` command is only suitable while developing the application. In
178164order to run Symfony applications on production servers, you'll have to configure
179165your `Apache `_ or `Nginx `_ web server as explained in