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/FrameworkBundle/Command
Christian Flothmann f143254220 built-in server: exit when docroot does not exist
When the server:run command is run with an invalid document root
directory (for example, when being in the app directory and not
changing the document root to ../web/), the command crashes on Windows
with a 267 exit code. On Linux, the server starts but just publishes
internal server errors.
2014-08-02 09:12:28 +02:00
..
AssetsInstallCommand.php Merge branch '2.2' into 2.3 2013-10-10 15:12:30 +02:00
CacheClearCommand.php fixed various typos 2013-12-27 16:08:19 +01:00
CacheWarmupCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
ConfigDumpReferenceCommand.php Enforce sprintf for exceptions 2013-04-11 08:50:46 +02:00
ContainerAwareCommand.php PHP Fatal error when getContainer method of ContainerAwareCommand has be... 2014-06-16 10:10:33 +02:00
ContainerDebugCommand.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
RouterApacheDumperCommand.php [FramworkBundle] fix phpdoc of commands 2013-03-07 14:36:36 +01:00
RouterDebugCommand.php [CS Fix] Consistent coding-style of concatenation operator usage 2013-04-02 10:39:57 +01:00
RouterMatchCommand.php [FrameworkBundle] improve English in RouterMatchCommand 2014-04-21 15:42:14 +01:00
ServerRunCommand.php built-in server: exit when docroot does not exist 2014-08-02 09:12:28 +02:00
TranslationUpdateCommand.php removed unneeded use statements 2014-01-01 08:52:14 +01:00