Skip to content

Commit 2e2e4e5

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: switched the prefered local web server to the Symfony one
2 parents 1e7f8b6 + 0964766 commit 2e2e4e5

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

frontend/encore/dev-server.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ by the normal `webpack-dev-server`_. For example:
2626
2727
This will start a server at ``https://localhost:9000``.
2828

29-
.. note::
30-
31-
This Webpack server is independent from
32-
:doc:`Symfony's development web server </setup/built_in_web_server>` and
33-
you need to run both separately.
34-
3529
Using dev-server inside a VM
3630
----------------------------
3731

setup/built_in_web_server.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
How to Use PHP's built-in Web Server
55
====================================
66

7-
Since PHP 5.4 the CLI SAPI comes with a `built-in web server`_. It can be used
8-
to run your PHP applications locally during development, for testing or for
9-
application demonstrations. This way, you don't have to bother configuring
10-
a full-featured web server such as
11-
:doc:`Apache or Nginx </setup/web_server_configuration>`.
7+
The PHP CLI SAPI comes with a `built-in web server`_. It can be used to run your
8+
PHP applications locally during development, for testing or for application
9+
demonstrations. This way, you don't have to bother configuring a full-featured
10+
web server such as :doc:`Apache or Nginx </setup/web_server_configuration>`.
11+
12+
.. tip::
13+
14+
The preferred way to develop your Symfony application is to use
15+
:doc:`Symfony Local Web Server </setup/symfony_server>`.
1216

1317
.. caution::
1418

setup/web_server_configuration.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Configuring a Web Server
55
========================
66

77
The preferred way to develop your Symfony application is to use
8-
:doc:`PHP's internal web server </setup/built_in_web_server>`. However,
9-
when using an older PHP version or when running the application in the production
10-
environment, you'll need to use a fully-featured web server. This article
11-
describes several ways to use Symfony with Apache or Nginx.
8+
:doc:`Symfony Local Web Server </setup/symfony_server>`.
9+
10+
However, when running the application in the production environment, you'll need
11+
to use a fully-featured web server. This article describes several ways to use
12+
Symfony with Apache or Nginx.
1213

1314
When using Apache, you can configure PHP as an
1415
:ref:`Apache module <web-server-apache-mod-php>` or with FastCGI using

0 commit comments

Comments
 (0)