23 Commits

Author SHA1 Message Date
Fabien Potencier fe43844323 Merge branch '3.4' into 4.4
* 3.4:
  Fix quotes in exception messages
2020-03-16 09:56:54 +01:00
Fabien Potencier 50ff22792a Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Nicolas Grekas 82a94efab5 Merge branch '4.3' into 4.4
* 4.3:
  cs fix
  Fix inconsistent return points.
  [Config] Add handling for ignored keys in ArrayNode::mergeValues.
  Fix inconsistent return points.
  [Security/Core] UserInterface::getPassword() can return null
  [Router] Fix TraceableUrlMatcher behaviour with trailing slash
  Revert "bug #33092 [DependencyInjection] Improve an exception message (fabpot)"
2019-08-20 16:44:19 +02:00
Alexander M. Turek dc26b98090 Fix inconsistent return points. 2019-08-20 16:27:59 +02:00
Alexander M. Turek 32359e92b9 Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Christian Flothmann 78ea858ab9 add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
Christian Flothmann a74c7c8970 fix some deprecations and add upgrade instructions 2019-07-14 10:01:32 +02:00
Amrouche Hamza 6cbe238ada [WebserverBundle] Deprecate the bundle in favor of symfony local server 2019-07-08 11:40:47 +02:00
Fabien Potencier 594a8a54b1 Merge branch '4.1' into 4.2
* 4.1:
  fixed tests
  fixed CS
  fixed CS
  fixed CS
  fixed short array CS in comments
  fixed CS in ExpressionLanguage fixtures
  fixed CS in generated files
  fixed CS on generated container files
  fixed CS on Form PHP templates
  fixed CS on YAML fixtures
  fixed fixtures
  switched array() to []
2019-01-16 21:31:39 +01:00
Fabien Potencier 95ca07ea9c Merge branch '3.4' into 4.1
* 3.4:
  fixed CS
  fixed short array CS in comments
  fixed CS in ExpressionLanguage fixtures
  fixed CS in generated files
  fixed CS on generated container files
  fixed CS on Form PHP templates
  fixed CS on YAML fixtures
  fixed fixtures
  switched array() to []
2019-01-16 19:21:11 +01:00
Fabien Potencier e01830ce1a switched array() to [] 2019-01-16 10:39:14 +01:00
Roberto Espinoza 04dd30ad22 [WebServerBundle] Added ability to display the current hostname address if available when binding to 0.0.0.0 2018-10-09 21:01:03 +09:00
Nicolas Grekas d6e49c20e1 Merge branch '3.4' into 4.0
* 3.4: (22 commits)
  Add application/ld+json format associated to json
  [HttpFoundation] Fix false-positive ConflictingHeadersException
  remove flex-specific suggestion on 3.4
  Add check for SecurityBundle in createAccessDeniedException
  [WebServerBundle] Fix escaping of php binary with arguments
  Error handlers' $context should be optional as it's deprecated
  [Serializer] Correct typing mistake in DocBlock
  [HttpKernel] fix cleaning legacy containers
  Display n/a for sub-requests time when Stopwatch component is not installed
  Updating message to inform the user how to install the component
  [Config] Fix closure CS
  PHP CS Fixer: use PHPUnit Migration ruleset
  [Process] Skip false-positive test on Windows/appveyor
  Update MemcachedTrait.php
  [Bridge/PhpUnit] thank phpunit/phpunit
  allow auto_wire for SessionAuthenticationStrategy class
  [Process] Fix setting empty env vars
  Fixed 'RouterInteface' typo
  [Process] Dont use getenv(), it returns arrays and can introduce subtle breaks accros PHP versions
  [WebServerBundle] fix a bug where require would not require the good file because of env
  ...
2017-12-29 22:00:20 +01:00
Nicolas Grekas 1facdecbed Merge branch '3.3' into 3.4
* 3.3:
  Add application/ld+json format associated to json
  [HttpFoundation] Fix false-positive ConflictingHeadersException
  [WebServerBundle] Fix escaping of php binary with arguments
  Error handlers' $context should be optional as it's deprecated
  [Serializer] Correct typing mistake in DocBlock
  [Config] Fix closure CS
  PHP CS Fixer: use PHPUnit Migration ruleset
  Update MemcachedTrait.php
  [Bridge/PhpUnit] thank phpunit/phpunit
  [Process] Fix setting empty env vars
  [Process] Dont use getenv(), it returns arrays and can introduce subtle breaks accros PHP versions
  [WebServerBundle] fix a bug where require would not require the good file because of env
  [Console] Commands with an alias should not be recognized as ambiguous
2017-12-29 21:55:26 +01:00
Amrouche Hamza 7bcc825dcd [WebServerBundle] fix a bug where require would not require the good file because of env 2017-12-19 14:09:34 +01:00
Nicolas Grekas 687fcc5ab5 Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Fabien Potencier ab38f26bb3 fixed CS 2017-07-03 09:51:50 +03:00
Julien Pauli 32f4f50009 Allow * to bind all interfaces (as INADDR_ANY) 2017-06-28 13:38:39 +02:00
Gábor Egyed 29efd11460 [WebServerBundle] Fix router script path and check existence 2017-06-16 15:28:11 +02:00
Roland Franssen c28fef9471 [WebServerBundle] Fix starting second server + port lookup 2017-03-26 18:28:54 +02:00
Wouter J e1e93b2702 Improved exception message 2017-02-02 12:37:59 +01:00
Fabien Potencier 4a7393f3bc [WebServerBundle] added support for port auto-detection 2017-01-05 11:48:52 -08:00
Fabien Potencier 38770ff1dc [WebServerBundle] changed the way we keep track of the web server 2017-01-05 11:33:44 -08:00