Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FrameworkBundle] Enable possibility to run PHP bultin server in production env #7507

Closed
wants to merge 2 commits into from
Closed

Conversation

canni
Copy link
Contributor

@canni canni commented Mar 28, 2013

See the referenced ticket for discussion;

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #7430
License MIT


if ('prod' === $env) {
$output->writeln(
'<error>Running PHP bultin server in production environment is NOT secure!</error>'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here

@canni
Copy link
Contributor Author

canni commented Mar 28, 2013

@stof corrected thx


if ('prod' === $env) {
$output->writeln(
'<error>Running PHP built-in server in production environment is NOT secure!</error>'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you put everything on the same line? Also, it's not just about it being not secure, so I think something like "Running the PHP built-in server in a production environment is NOT recommended" would be better.

@canni
Copy link
Contributor Author

canni commented Apr 1, 2013

@fabpot corrected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants