Skip to content

[FrameworkBundle] HHVM built-in web server is now deprecated #10774

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

Closed
vicb opened this issue Apr 24, 2014 · 4 comments
Closed

[FrameworkBundle] HHVM built-in web server is now deprecated #10774

vicb opened this issue Apr 24, 2014 · 4 comments

Comments

@vicb
Copy link
Contributor

vicb commented Apr 24, 2014

#10017 has introduced support for the HHVM built-in web server.

This web-server server is now deprecated, see:

I think it is still in the sources but no more delivered with the packages. Not sure if it's worth keeping this ?

@fabpot
Copy link
Member

fabpot commented Apr 24, 2014

I would remove it altogether. We don't want to support things that are deprecated as we are very early in the HHVM lifecycle still.

@stof
Copy link
Member

stof commented Apr 24, 2014

agreed (we should have an exception when using server:run on HHVM though, to have a better error message than the HHVM failure when using php -S)

@vicb
Copy link
Contributor Author

vicb commented Apr 24, 2014

or we can submit a ticket to php.net to ask for HHVM support with php -S ;)

@stof
Copy link
Member

stof commented Apr 24, 2014

to php.net ? when using HHVM, the php binary is HHVM.

fabpot added a commit that referenced this issue Apr 25, 2014
…b server as it is deprecated now (fabpot)

This PR was merged into the 2.5-dev branch.

Discussion
----------

[FrameworkBundle] removed support for HHVM built-in web server as it is deprecated now

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #10774
| License       | MIT
| Doc PR        | n/a

Commits
-------

7f7e2d8 [FrameworkBundle] removed support for HHVM built-in web server as it is deprecated now
@fabpot fabpot closed this as completed Apr 25, 2014
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

No branches or pull requests

3 participants