This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/WebServerBundle
Nicolas Grekas 743be09e3d bug #25523 [WebServerBundle] fix a bug where require would not require the good file because of env (Simperfit)
This PR was merged into the 3.3 branch.

Discussion
----------

[WebServerBundle] fix a bug where require would not require the good file because of env

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->
| Tests pass?   | yes
| Fixed tickets | #25515
| License       | MIT
| Doc PR        |

This fixes a bug with putenv that could be not working on certain version of php. (>=7.0.0).

Commits
-------

bfeee1f [WebServerBundle] fix a bug where require would not require the good file because of env
2017-12-20 15:28:41 +01:00
..
Command Add suggestions 2017-11-20 22:55:12 +10:00
DependencyInjection [WebServerBundle] Decouple server:* commands from the container 2017-01-07 15:11:56 +01:00
Resources [WebServerBundle] fix a bug where require would not require the good file because of env 2017-12-19 14:09:34 +01:00
CHANGELOG.md moved server:* command to a new bundle 2016-12-30 08:54:28 +01:00
composer.json bug #25523 [WebServerBundle] fix a bug where require would not require the good file because of env (Simperfit) 2017-12-20 15:28:41 +01:00
LICENSE [WebServerBundle] added support for port auto-detection 2017-01-05 11:48:52 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 07:15:58 -07:00
README.md added some missing docs for the web server bundle 2017-05-03 12:30:25 -07:00
WebServer.php [WebServerBundle] fix a bug where require would not require the good file because of env 2017-12-19 14:09:34 +01:00
WebServerBundle.php moved server:* command to a new bundle 2016-12-30 08:54:28 +01:00
WebServerConfig.php [WebServerBundle] fix a bug where require would not require the good file because of env 2017-12-19 14:09:34 +01:00

WebServerBundle

WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies your local development setup because you don't have to configure a proper web server such as Apache or Nginx to run your application.

Resources