@@ -16,13 +16,6 @@ Using the Symfony Installer is the only recommended way to create new Symfony
16
16
applications. This installer is a PHP application that has to be installed
17
17
only once and then it can create any number of Symfony applications.
18
18
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
-
26
19
Depending on your operating system, the installer must be installed in different
27
20
ways.
28
21
@@ -107,9 +100,8 @@ to use for your projects.
107
100
Creating Symfony Applications without the Installer
108
101
---------------------------------------------------
109
102
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 `_.
113
105
114
106
Composer is the dependency manager used by modern PHP applications and it can
115
107
also 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
168
160
explained in the :ref: `Setting up Permissions <book-installation-permissions >`
169
161
section.
170
162
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
-
177
163
The ``server:run `` command is only suitable while developing the application. In
178
164
order to run Symfony applications on production servers, you'll have to configure
179
165
your `Apache `_ or `Nginx `_ web server as explained in
0 commit comments